Drop deprecated EnableAPI and EnableWriteAPI settings
authorJames D. Forrester <jforrester@wikimedia.org>
Mon, 20 Nov 2017 23:50:22 +0000 (15:50 -0800)
committerKrinkle <krinklemail@gmail.com>
Wed, 18 Apr 2018 00:30:34 +0000 (00:30 +0000)
commit225b462a50b545b1f100e0d51a6070b0766ce12a
tree039b6d0024cecaead80fdee45dd32abd77041b52
parent30ba8f52dc8827578ec7901207c9cbd00e44b76a
Drop deprecated EnableAPI and EnableWriteAPI settings

The siteinfo API response's 'writeapi' value is now hard-set to true,
as are the ResourceLoader variables wgEnableAPI and wgEnableWriteAPI,
to be deprecated later.

Bug: T115414
Change-Id: I54ff9428b247ba203d67aba079149393f323d5a9
16 files changed:
RELEASE-NOTES-1.32
api.php
includes/DefaultSettings.php
includes/OutputPage.php
includes/api/ApiQuerySiteinfo.php
includes/diff/DifferenceEngine.php
includes/page/Article.php
includes/preferences/DefaultPreferencesFactory.php
includes/resourceloader/ResourceLoaderStartUpModule.php
includes/skins/Skin.php
includes/specials/SpecialApiSandbox.php
includes/specials/forms/UploadForm.php
opensearch_desc.php
tests/phpunit/includes/OutputPageTest.php
tests/phpunit/includes/api/ApiTestCaseUpload.php
tests/phpunit/includes/api/ApiUploadTestCase.php