https://bugzilla.wikimedia.org/show_bug.cgi?id=40352

       Web browser: ---
             Bug #: 40352
           Summary: fixDoubleRedirects.php ignores interwiki prefix in
                    redirect resolution
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: Unprioritized
         Component: Maintenance scripts
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified
   Mobile Platform: ---


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]]

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to