wiki.techinc.nl/tests/phpunit/includes/api
Yuri Astrakhan 68820277af API continue param to streamline iteration of complex queries
Greatly simplifies query result iteration by the clients
by providing a mechanism to track sub-iterations (props in generated set)

Assuming the client has the param=>value dictionary with the original request
parameters, client will only need to perform this operation in their language
to get all results from the server regardless of what query they make.

  $request = array_merge( $request, $result['continue'] );

Related changes:
* Moved dieContinueUsageIf() from ApiQueryBase to ApiBase
* Internal calls will also return unused param warnings
* Reworked query unit tests for easier testing

Change-Id: Ieb45241fc6db2109f1d92fa3381165ec30701b63
2013-03-01 19:06:46 -05:00
..
format Update formatting 2013-02-14 14:10:38 +01:00
query API continue param to streamline iteration of complex queries 2013-03-01 19:06:46 -05:00
ApiAccountCreationTest.php testInvalidEmail() passes now without local config 2013-03-01 22:50:59 +01:00
ApiBlockTest.php Update formatting 2013-02-14 12:56:23 +01:00
ApiEditPageTest.php Update formatting 2013-02-14 12:56:23 +01:00
ApiOptionsTest.php (bug 43959) Add ability to reset certain option kinds in API. 2013-01-18 13:41:44 -05:00
ApiParseTest.php Update formatting 2013-02-14 12:56:23 +01:00
ApiPurgeTest.php Update formatting 2013-02-14 12:56:23 +01:00
ApiTest.php Update formatting 2013-02-14 12:56:23 +01:00
ApiTestCase.php Update formatting 2013-02-14 12:56:23 +01:00
ApiTestCaseUpload.php Update formatting 2013-02-14 12:56:23 +01:00
ApiUploadTest.php Update formatting 2013-02-14 12:56:23 +01:00
ApiWatchTest.php Update formatting 2013-02-14 14:10:38 +01:00
generateRandomImages.php Script calling cleanups 2013-02-25 23:11:51 +01:00
PrefixUniquenessTest.php API PageSet allows generator for non-query modules 2013-02-08 15:42:21 -05:00
RandomImageGenerator.php Update formatting 2013-02-14 14:10:38 +01:00
words.txt Add words.txt for us Windows users. This is a random selection of 1000 words from gnuwin32 miscfiles package 2011-07-15 17:13:24 +00:00