API: Remove deprecated methods
authorBrad Jorsch <bjorsch@wikimedia.org>
Tue, 20 Sep 2016 20:25:29 +0000 (16:25 -0400)
committerBrad Jorsch <bjorsch@wikimedia.org>
Tue, 20 Sep 2016 21:21:00 +0000 (17:21 -0400)
commit892c31ebaf961c34f9ee448ed72912a6e2b3a12a
treed84b5472c327bb3a01d17428ba917b7513dea7ac
parent82dcfbe20ef9852a20abb6fb97935ad28ea5a1fe
API: Remove deprecated methods

All deprecated ApiResult methods are removed. These have been deprecated
since 1.24 or 1.25, and the only users remaining in Gerrit are wrapped
in backwards-compatibility checks and so should not be being called.

ApiBase, ApiFormatBase, ApiMain, and ApiQuery methods for generating the
pre-Ib14c00df help text are removed. Nothing has called these for a long
time, and only Flow implemented them in any way. Deprecated methods for
providing the text for such help, such as getDescription(), haven't been
removed yet, though, since some extensions still call some of them.

Change-Id: I3ca7c98174b4a3f6f67f2b023e0f4446637e7a84
RELEASE-NOTES-1.28
includes/api/ApiBase.php
includes/api/ApiFormatBase.php
includes/api/ApiFormatJson.php
includes/api/ApiMain.php
includes/api/ApiQuery.php
includes/api/ApiResult.php
tests/phpunit/includes/api/ApiResultTest.php