Page MenuHomePhabricator

Special:BrokenRedirects and DoubleRedirects contain invalid url
Closed, ResolvedPublic

Description

the generated html contain
href="/w/index.php?title=Special:Brokenredirects&limit=50&offset=50"

it should be BrokenRedirects not Brokenredirects so cliking on the link gives
"You have requested a special page that is not recognized by the wiki." Test it
at the above url anf try to get next page.

See the attached patch, I'm unsure if this is the right fix since
'doubleredirects' string is used in some place in the code, see
SpecialMaintenance.php and Language[xx].php.


Version: 1.4.x
Severity: normal
OS: Linux
Platform: PC
URL: http://test.wikipedia.org/wiki/Special:BrokenRedirects

Details

Reference
bz1025

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 8:02 PM
bzimport set Reference to bz1025.
bzimport added a subscriber: Unknown Object (MLST).

Created attachment 159
bug fix

proposed bug fix, unsure if it's the right place to fix or sufficient, I don't
see any problem on my local wiki

Attached:

wikipedia wrote:

Yep, that fix works for me, I've made the change in 1.4 and HEAD.