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

           Summary: Redirects as result of move not redirecting properly
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: Normal
         Component: Special pages
        AssignedTo: [email protected]
        ReportedBy: [email protected]


When a page is moved, the resulting redirect is not being marked as a redirect
in the database. Specifically, page_is_redirect is being set to 0.

>From Toolserver's enwiki_p

mysql> SELECT page_is_redirect FROM page WHERE page_title = 'Jun_Lu' AND
page_namespace = 0;
+------------------+
| page_is_redirect |
+------------------+
|                0 | 
+------------------+
1 row in set (0.00 sec)

mysql> SELECT page_is_redirect FROM page WHERE page_title = 'Runx2' AND
page_namespace = 0;
+------------------+
| page_is_redirect |
+------------------+
|                0 | 
+------------------+
1 row in set (0.00 sec)


Both were the result of page moves. There are several others listed at
[[Special:ShortPages]]. Some sort of regression.


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