API: Finish killing "raw mode"
authorBrad Jorsch <bjorsch@wikimedia.org>
Mon, 20 Apr 2015 18:58:55 +0000 (14:58 -0400)
committerAnomie <bjorsch@wikimedia.org>
Thu, 17 Sep 2015 13:51:45 +0000 (13:51 +0000)
commitf9c1bfa594a8848ca3d845716929d34fde0a7155
treebe43b73ec1383b13c062eeff4d6f1991e2c8f693
parentd737e5762438b72bd2b1ec10937555b32b664788
API: Finish killing "raw mode"

It was kept around in the ApiResult rewrite because Wikibase was
(mis)using it as an "XML mode" flag.

Bug: T96596
Change-Id: Ic8259649c8cb0cce0444c907607c36d96fb2eb7e
includes/api/ApiFormatBase.php
includes/api/ApiFormatFeedWrapper.php
includes/api/ApiFormatJson.php
includes/api/ApiFormatXml.php
includes/api/ApiMain.php
includes/api/ApiResult.php
tests/phpunit/includes/api/ApiResultTest.php