User "Bawolff" posted a comment on MediaWiki.r97403. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97403#c23020 Commit summary:
(bug 18424) Clean up paging links on Special:allpages and special:prefixindex. *Make them normal font size (my eyes! my eyes! with the tiny writing) *Special:prefindex needs a paging link on the bottom like special:allpages (added a class name here, because I couldn't use the existing id on both) *special:prefindex was doing $wgLang->pipeList( "full html table here", "next link here" ) which was giving bad output for the obvious reason. Comment: I'm tagging this 1.18 and 1.18wmf1 on the basis of the extra | by the paging links in things like [http://www.mediawiki.org/w/index.php?title=Special%3APrefixIndex&prefix=%24&namespace=100] (regression in 1.18) which this fixes. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
