From: Timo Tijhof Date: Wed, 4 Jul 2018 02:36:13 +0000 (-0700) Subject: Remove $wgBrowserBlacklist setting (deprecated, no-op) X-Git-Tag: 1.34.0-rc.0~4867^2 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=4903284e22b008171b61bf6a7add0be7eab0efe4;p=lhc%2Fweb%2Fwiklou.git Remove $wgBrowserBlacklist setting (deprecated, no-op) Not used in Wikimedia Git nor elsewhere in Codesearch. Is a deprecated no-op since 1.30. Change-Id: If796e77e49cd42f66aa401c6d256b9e4a9826fbd --- diff --git a/RELEASE-NOTES-1.32 b/RELEASE-NOTES-1.32 index a269629224..c4ac129ace 100644 --- a/RELEASE-NOTES-1.32 +++ b/RELEASE-NOTES-1.32 @@ -10,6 +10,7 @@ production. have been removed. * The $wgUseAjax setting, deprecated in 1.31, is now ignored. * The $wgSiteSupportPage setting, unused since 1.5, was removed. +* The $wgBrowserBlacklist setting, deprecated in 1.30, was removed. * The default quality of JPEG thumbnails generated by GD was reduced from 95 to 80. The quality of JPEG thumbnails is now configurable through the new setting $wgJpegQuality (default 80). This aligns the quality to what ImageMagick uses. diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 3771df14fe..2291eddc79 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3003,11 +3003,6 @@ $wgAllUnicodeFixes = false; */ $wgLegacyEncoding = false; -/** - * @deprecated since 1.30, does nothing - */ -$wgBrowserBlackList = []; - /** * If set to true, the MediaWiki 1.4 to 1.5 schema conversion will * create stub reference rows in the text table instead of copying