User "Bawolff" posted a comment on MediaWiki.r97403. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97403#c22748 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: Part of this is fixing an extra | character that appears for no reason (It used to separate the link to allpages which was removed) which is a regression in 1.18 (from r88084). I imagine this is too late for 1.18 though(?) _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
