Various fixes for API category changes:
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 19 Jan 2011 00:13:20 +0000 (00:13 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 19 Jan 2011 00:13:20 +0000 (00:13 +0000)
commite94830540eadf92d16849d5566e7c7b49083db32
tree6f2285ab7865de149465f5829102154ccbe3cc5a
parentc64ef8238a0326e5c0c9723d9a8083d412cdf8e2
Various fixes for API category changes:
* Followup r80326: clarify description of type property
* Fix r80355: need to use addWhereRange() for the static ORDER BY on cl_type as well, to make sure it flips direction when needed (mixed-direction multi-field ORDER BYs are not indexed)
* Followup r80358: use current not previous value for cl_from, and use >= instead of > . This is the way continues are normally done
* Followup r80362: clarify description for sortkeyprefix property
includes/api/ApiQueryCategoryMembers.php