Remove $wgBrowserBlacklist setting (deprecated, no-op)
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 4 Jul 2018 02:36:13 +0000 (19:36 -0700)
committerKrinkle <krinklemail@gmail.com>
Wed, 4 Jul 2018 21:43:16 +0000 (21:43 +0000)
Not used in Wikimedia Git nor elsewhere in Codesearch.

Is a deprecated no-op since 1.30.

Change-Id: If796e77e49cd42f66aa401c6d256b9e4a9826fbd

RELEASE-NOTES-1.32
includes/DefaultSettings.php

index a269629..c4ac129 100644 (file)
@@ -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.
   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.
 * 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.
index 3771df1..2291edd 100644 (file)
@@ -3003,11 +3003,6 @@ $wgAllUnicodeFixes = false;
  */
 $wgLegacyEncoding = 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
 /**
  * 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