API:
authorRoan Kattouw <catrope@users.mediawiki.org>
Tue, 29 Apr 2008 09:01:13 +0000 (09:01 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Tue, 29 Apr 2008 09:01:13 +0000 (09:01 +0000)
commit5ea924d9dc5a1e9a17d23443009b5a7ded6563e1
tree667642735ce5b37747a0b66ee64f79892810efc3
parent0ae334875be9cfbcb154e87c3d8e5f4cb6b28f83
API:
* Fixed allcategories paging
* Removed DISTINCT from allcategories query (which only selects a UNIQUE field anyway)
* Improved categorymembers performance; it used to filesort
* Disabled cmstart and cmend for cmsort=sortkey to prevent filesorting
* Fixed categorymembers paging for cmdir=desc
includes/api/ApiQueryAllCategories.php
includes/api/ApiQueryCategoryMembers.php