API: Warn when neither rawcontinue nor continue are given to action=query
authorBrad Jorsch <bjorsch@wikimedia.org>
Sat, 13 Sep 2014 18:02:37 +0000 (14:02 -0400)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 21 Oct 2014 19:16:05 +0000 (19:16 +0000)
commitaf11268d05d98d27d99cfee9264d649a62c2c816
tree869078812c2bddba84a2bb7347cd2a7b3c95459d
parentfbcfc191b14a427f5d245cded17dc1108023414b
API: Warn when neither rawcontinue nor continue are given to action=query

The default behavior for continuation for action=query will be changing.
Warn clients that they will need to update.

Change-Id: I52d048040e898a0c9630e2aed071b339ec12de42
includes/api/ApiQuery.php
tests/phpunit/includes/api/query/ApiQueryContinueTestBase.php
tests/phpunit/includes/api/query/ApiQueryTestBase.php