Last modified: 2009-02-04 11:50:03 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T19349, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 17349 - Redirects as result of move not redirecting properly
Redirects as result of move not redirecting properly
Status: RESOLVED DUPLICATE of bug 17276
Product: MediaWiki
Classification: Unclassified
Special pages (Other open bugs)
unspecified
All All
: Normal minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-02-04 11:47 UTC by MZMcBride
Modified: 2009-02-04 11:50 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description MZMcBride 2009-02-04 11:47:30 UTC
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.
Comment 1 Roan Kattouw 2009-02-04 11:50:03 UTC

*** This bug has been marked as a duplicate of bug 17276 ***

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links