Page MenuHomePhabricator

fixDoubleRedirects.php should support interwiki redirects
Closed, ResolvedPublic

Description

Steps to reproduce bug:

  • Have 'someplace' in the interwiki table (iw_trans=0, iw_local=1)
  • $wgDisableHardRedirects should still be false (as is the default)
  • Page [[Bar]] redirects to [[someplace:Quux]]
  • Page [[Foo]] redirects to [[Bar]]
  • Run fixDoubleRedirects.php

Expected:

  • [[Foo]] redirects to [[someplace:Quux]]

Actual:

  • [[Foo]] redirects to [[Quux]]

Version: unspecified
Severity: major

Details

Reference
bz40352

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 1:00 AM
bzimport set Reference to bz40352.

Fix in I989b5742ad46a9dd8c928a4ff5f76c869924730e.