API:
authorRoan Kattouw <catrope@users.mediawiki.org>
Tue, 19 Aug 2008 15:05:29 +0000 (15:05 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Tue, 19 Aug 2008 15:05:29 +0000 (15:05 +0000)
commit309e57fd4a3cf7e5ddd63bcf57f38aca67156e60
tree1300a70a9be1faa1ee29afcb7d00785f100ad509
parentca448b6c29f8bec53a6f9cc24062ca876e6e2b21
API:
* BREAKING CHANGE: list={backlinks,embeddedin,imageusage} now return an array with keys 0, 1, 2, ... (list) rather than an array with pageIDs as keys (hash table/associative array) for consistency with other list= modules.
* Attempting to fix an error about "Invalid title ``''" (i.e. empty string as title) I encountered at Wikipedia.
RELEASE-NOTES
includes/api/ApiQueryBacklinks.php
includes/api/ApiQueryBase.php