Move some of the changes I made to Special:Categories out of SpecialCategories.php...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 20 Mar 2008 17:02:35 +0000 (17:02 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 20 Mar 2008 17:02:35 +0000 (17:02 +0000)
commitad178edb8036f1e87de6b46000894a6047adb33b
treebc7fc6365426a9cf92a7f54bdab084704747b747
parent09c5ce36ef88d03fc62db070c6d4a1b50f074989
Move some of the changes I made to Special:Categories out of SpecialCategories.php and into Pager.php.  Allow multiple possible sort orders for IndexPager, allow user override of sort direction for IndexPager, add extra links as appropriate for AlphabeticPager.  Some of this seems to duplicate TablePager logic; I'm not sure why that's a separate class to begin with.  Or why AlphabeticPager is called that, given that it's not necessarily alphabetic at all.  In fact all of these child classes seem to perform almost identical functions and it seems as though folding them into the IndexPager class would reduce code duplication.
RELEASE-NOTES
includes/Pager.php
includes/SpecialCategories.php
languages/messages/MessagesEn.php
maintenance/language/messages.inc