API: Reduce volume of "continue format is changing" warning
authorBrad Jorsch <bjorsch@wikimedia.org>
Wed, 1 Apr 2015 12:23:20 +0000 (08:23 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Wed, 1 Apr 2015 12:23:20 +0000 (08:23 -0400)
commit6ab6a1ada0ddfdbbe6d9ab81a8ae4d4239d5272b
treeacee597a52f91f670a834b2361ca928b3a3b1d59
parentc088f8ba8b0635c09add9968dd34bfb86a9197dc
API: Reduce volume of "continue format is changing" warning

It's excessively difficult to determine if the logs of people hitting
this warning are really going to be affected by the change or if they're
making queries where it won't actually matter.

Since 1.26 is coming soon, and with it the decision as to whether to
pull the switch on I984e6358, let's retarget the warnings to those cases
where it's possible it would actually break someone's code.

Change-Id: I91f170fd7d4c791ca8f5d3592c888700f4d5aa97
includes/api/ApiQuery.php