API: Some cleanup and fixes before 1.13 is released:
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 10 Jul 2008 14:13:11 +0000 (14:13 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 10 Jul 2008 14:13:11 +0000 (14:13 +0000)
commitd4bebe41ceb31118a546e791101cd001044da0f2
tree4ccacd04ec93011ddd94003d223e27c463945211
parent3a622301ced3519cc32bcd612b80665ee6993c34
API: Some cleanup and fixes before 1.13 is released:
* Fix regression from r37270: prop=categories paging was broken in generator mode.
* Fix drlimit=max, which was broken since r31384
* Use titleToKey() and keyToTitle() on title parts of the continue parameters in prop={links,templatelinks,categories,images}
* Use addQuotes() rather than strencode() in those same modules
* Don't trim message names in ammessages, it's stupid and undocumented
* Add $wgAPI{Meta,Prop,List}Modules to DefaultSettings.php explicitly
includes/DefaultSettings.php
includes/api/ApiQueryAllmessages.php
includes/api/ApiQueryCategories.php
includes/api/ApiQueryDeletedrevs.php
includes/api/ApiQueryImages.php
includes/api/ApiQueryLinks.php