API:
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 27 Aug 2008 16:48:30 +0000 (16:48 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 27 Aug 2008 16:48:30 +0000 (16:48 +0000)
commitfb84c15c1e2b325c1d600b2112c7f5b3226d8366
tree6f1aa750843479c7fb78e2c9e2e98487b359d3ac
parentf35031994ae7696f1729c01f25c779027cbe9ee9
API:
* Add titlePartToKey() and keyPartToTitle() which use the substr() hack to preserve trailing spaces
* Migrate function calls where needed. ??continue parameters still use titleToKey() because they're generated using keyToTitle() and therefore can't contain trailing spaces
includes/api/ApiQueryAllCategories.php
includes/api/ApiQueryAllLinks.php
includes/api/ApiQueryAllimages.php
includes/api/ApiQueryAllpages.php
includes/api/ApiQueryBase.php