(bug 14018) Added alcontinue parameter to list=alllinks to improve paging; used to...
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 7 May 2008 19:15:06 +0000 (19:15 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 7 May 2008 19:15:06 +0000 (19:15 +0000)
commit302aa4bde6f31f50a36b64f4bb2c66256760360b
treeb339069d3c725745573c6e64d19605317affd9b9
parentb47c442093bf1fe763e87b6c51a4f6193c4e5711
(bug 14018) Added alcontinue parameter to list=alllinks to improve paging; used to cause an infinite loop when a lot of links to the same title (e.g. [[Wiki]] on enwiki, more than 500 links) were listed. This basically adds the page ID to the continue value, making it unique. Also killed another useless ORDER BY pl_namespace
RELEASE-NOTES
includes/api/ApiQueryAllLinks.php