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

       Web browser: ---
             Bug #: 33520
           Summary: $wgMaxRedirects totally broke at some point in mw 1.19
           Product: MediaWiki
           Version: 1.19-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Redirects
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


I haven't investigated this very thouroughly, but somewhere along the way,
$wgMaxRedirects became broken (I tested in 1.18, and it works as expected). The
drawing of redirect levels works, but actually following the redirects always
goes to 1 level

$wgMaxRedirects = -1; (or 0)
Expected behaviour: Redirects aren't followed, pretty redirect picture isn't
drawn (personally I find it weird that it isn't drawn, but that appears to be
the intention of the code)
Actual behaviour: Redirects are followed 1 level (unexpected), pretty picture
not drawn (Expected).


$wgMaxRedirects = 3
Expected behaviour: Redirects followed 3 levels, pretty redirect picture drawn
to 3 levels
Actual behaviour: Redirects are followed 1 level (unexpected), pretty picture
drawn for 3 levels (Expected).

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