Drop $wgStyleVersion, deprecated in 1.31 and now unused
authorJames D. Forrester <jforrester@wikimedia.org>
Wed, 23 May 2018 22:00:46 +0000 (15:00 -0700)
committerKrinkle <krinklemail@gmail.com>
Thu, 24 May 2018 14:16:50 +0000 (14:16 +0000)
Bug: T181318
Change-Id: Ib988f3118786debda135d6ad3d27deda5a51fc8a

RELEASE-NOTES-1.32
includes/DefaultSettings.php

index f1efd4f..06feb53 100644 (file)
@@ -107,6 +107,8 @@ because of Phabricator reports.
 * The mediawiki.widgets.visibleByteLimit module alias, deprecated in 1.32, was
   removed. Use mediawiki.widgets.visibleLengthLimit instead.
 * The jquery.farbtastic module, unused since 1.18, was removed.
+* (T181318) The $wgStyleVersion setting and its appendage to various script and
+  style URLs in OutputPage, deprecated in 1.31, was removed.
 
 === Deprecations in 1.32 ===
 * Use of a StartProfiler.php file is deprecated in favour of placing
index 87ca016..e253c83 100644 (file)
@@ -2565,17 +2565,6 @@ $wgCacheEpoch = '20030516000000';
  */
 $wgGitInfoCacheDirectory = false;
 
-/**
- * Bump this number when changing the global style sheets and JavaScript.
- *
- * It should be appended in the query string of static CSS and JS includes,
- * to ensure that client-side caches do not keep obsolete copies of global
- * styles.
- *
- * @deprecated since 1.31
- */
-$wgStyleVersion = '303';
-
 /**
  * This will cache static pages for non-logged-in users to reduce
  * database traffic on public sites. ResourceLoader requests to default