(bug 18151) Clean up duplicate code between Special:WantedPages, WantedFiles, WantedT...
authorChad Horohoe <demon@users.mediawiki.org>
Wed, 15 Apr 2009 03:35:59 +0000 (03:35 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Wed, 15 Apr 2009 03:35:59 +0000 (03:35 +0000)
commitd59dd932e19e7a2e776983d76c8eaa1e22a1f3ab
tree7ef609c5690a1e3ec699548b852bd3a28fb4a5b1
parent53fe7a83549125885b5af6e9650a4b952ea3f636
(bug 18151) Clean up duplicate code between Special:WantedPages, WantedFiles, WantedTemplates
* New WantedQueryPage class for all of these Wanted*s, moved some identical methods to it
* Removed sortDescending() because it was already defined as returning true @ QueryPage, no need to duplicate
includes/AutoLoader.php
includes/QueryPage.php
includes/specials/SpecialWantedcategories.php
includes/specials/SpecialWantedfiles.php
includes/specials/SpecialWantedpages.php
includes/specials/SpecialWantedtemplates.php