API: Add paging (i.e. limit and continue) parameters to prop={links,templatelinks...
authorRoan Kattouw <catrope@users.mediawiki.org>
Mon, 7 Jul 2008 17:32:22 +0000 (17:32 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Mon, 7 Jul 2008 17:32:22 +0000 (17:32 +0000)
commitafedf99ebe40f69090602612fc1c0933d21041c6
tree804e485a3a5f3bdccf39ed1f1fe86653e846c6b5
parent0c8dd4d78b4529669979bad8c85083b37cbcd608
API: Add paging (i.e. limit and continue) parameters to prop={links,templatelinks,langlinks,extlinks,categories,images}. This means that these modules will no longer request data from the database without a LIMIT, and that clients will have to use the query-continue method to get all the results.
RELEASE-NOTES
includes/api/ApiQueryCategories.php
includes/api/ApiQueryExternalLinks.php
includes/api/ApiQueryImages.php
includes/api/ApiQueryLangLinks.php
includes/api/ApiQueryLinks.php