(bug 30368) When a page is moved, link to and display the new name rather than the...
authorRoan Kattouw <catrope@users.mediawiki.org>
Sat, 19 Nov 2011 17:21:43 +0000 (17:21 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Sat, 19 Nov 2011 17:21:43 +0000 (17:21 +0000)
commitcdf33f591c6a6ff87241c7b093728ac3e400e65e
tree70df93a9fd1aa3d7cd204568b8dd8b40c4ddf4fe
parentc5b56af9db05e4f1727f04f83928bf25e0929f58
(bug 30368) When a page is moved, link to and display the new name rather than the old name on Special:Newpages. Did this by treating relying on rc_cur_id instead of rc_namespace & rc_title when building the list. This is safe because the Newpages query already joins against page, so we know the rc_cur_id points to an existing page.
includes/specials/SpecialNewpages.php