From 4903284e22b008171b61bf6a7add0be7eab0efe4 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Tue, 3 Jul 2018 19:36:13 -0700 Subject: [PATCH] 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 --- RELEASE-NOTES-1.32 | 1 + includes/DefaultSettings.php | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) 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 -- 2.20.1