Page MenuHomePhabricator

Redirects as result of move not redirecting properly
Closed, ResolvedPublic

Description

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.


Version: unspecified
Severity: minor

Details

Reference
bz17349

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:26 PM
bzimport set Reference to bz17349.
bzimport added a subscriber: Unknown Object (MLST).
  • This bug has been marked as a duplicate of bug 17276 ***