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

       Web browser: ---
             Bug #: 30359
           Summary: redirects to a page not updated after move
           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


After a page move all redirects which a linking to the moved page have to be
updated to the new target.

The problem is only visible with $wgMaxRedirects > 1, because than there a
working redirects pointing to the page which are not updated after move and so
the redirection is not working proper.

The update of the redirect table is missing.

Thanks.

Steps to reproduce:
* set $wgMaxRedirects = 2;
* create page A with text
* move page A to page B with a redirect
* move page B to page C with a redirect
* visited page A, you get redirect to page B, not to page C
* create page A2 with a redirect to page B (copy the wikitext from page A)
* visited page A2, you get redirect to page C

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