Remove $wgUseKeyHeader and OutputPage::getKeyHeader(), deprecated in 1.32
authorC. Scott Ananian <cscott@cscott.net>
Wed, 19 Jun 2019 18:22:42 +0000 (14:22 -0400)
committerC. Scott Ananian <cscott@cscott.net>
Wed, 19 Jun 2019 19:14:54 +0000 (15:14 -0400)
commitce1bd86a4b3f563d6407a2a960211b3dcaca70ac
tree73f6c612105a30e527fbe831df047be86434a6b5
parent8a80f58cefbbc5884ce6baf259c842d9cc51e317
Remove $wgUseKeyHeader and OutputPage::getKeyHeader(), deprecated in 1.32

These implemented a since-abandoned draft IETF spec, and the code was
broken due to (1) case-(in)sensitivity issues with the Accept-Language
header and (2) the BCP47 language code compatibility workaround we use.

Change-Id: Ia53d07cd8ce8ab1497294ea244c13c7499f632c7
RELEASE-NOTES-1.34
includes/DefaultSettings.php
includes/OutputHandler.php
includes/OutputPage.php
includes/actions/RawAction.php
includes/api/ApiMain.php
includes/session/SessionProvider.php
tests/phpunit/includes/OutputPageTest.php