Page MenuHomePhabricator

non value-added Special:Categories&article=
Closed, ResolvedPublic

Description

Each page at #catlinks has a link e.g.,
$ lynx -dump http://localhost/mediawiki/index.php?title=Nurd|grep article

  1. http://localhost/mediawikibus/index.php?title=Special:Categories&article=Nurd

Well it turns out you might as well not put the page name there at the
end, as
http://localhost/mediawikibus/index.php?title=Special:Categories&article=Nurd
always gives same place as
http://localhost/mediawikibus/index.php?title=Special:Categories
The user is left feeling baffled. Implement first next time.


Version: 1.7.x
Severity: minor

Details

Reference
bz8185

Event Timeline

bzimport raised the priority of this task from to Low.Nov 21 2014, 9:33 PM
bzimport added a project: MediaWiki-Parser.
bzimport set Reference to bz8185.
bzimport added a subscriber: Unknown Object (MLST).

rotemliss wrote:

Fixed on trunk.

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