Last modified: 2012-09-27 01:40:26 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T42352, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 40352 - fixDoubleRedirects.php should support interwiki redirects
fixDoubleRedirects.php should support interwiki redirects
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Maintenance scripts (Other open bugs)
unspecified
All All
: Unprioritized major (vote)
: 1.20.0 release
Assigned To: Krinkle
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-09-19 10:56 UTC by Krinkle
Modified: 2012-09-27 01:40 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Krinkle 2012-09-19 10:56:02 UTC
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]]
Comment 1 Krinkle 2012-09-19 13:34:00 UTC
Fix in I989b5742ad46a9dd8c928a4ff5f76c869924730e.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links