Merge "resourceloader: Move expandModuleNames() to ResourceLoader.php"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Thu, 11 Apr 2019 22:31:25 +0000 (22:31 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 11 Apr 2019 22:31:25 +0000 (22:31 +0000)
1  2 
RELEASE-NOTES-1.33

diff --combined RELEASE-NOTES-1.33
@@@ -4,8 -4,8 +4,8 @@@
  
  THIS IS NOT A RELEASE YET
  
 -MediaWiki 1.33 is an alpha-quality branch and is not recommended for use in
 -production.
 +MediaWiki 1.33 is a pre-release testing branch, and is not recommended for use
 +in production.
  
  == Upgrading notes for 1.33 ==
  1.33 has several database changes since 1.32, and will not work without schema
@@@ -366,8 -366,6 +366,8 @@@ because of Phabricator reports
    For classes that inherit from MediaWikiTestCase and used setMwGlobals() to
    modify a variable that affects namespaces, caches will automatically be
    reset and any calls to MWNamespace::clearCaches() can be removed entirely.
 +* ReadOnlyMode::clearCache() and ConfiguredReadOnlyMode::clearCache() have been
 +  removed. Use MediaWikiTestCase::overrideMwServices() instead.
  
  === Deprecations in 1.33 ===
  * The configuration option $wgUseESI has been deprecated, and is expected
  * Calling Maintenance::hasArg() as well as Maintenance::getArg() with no
    parameter has been deprecated. Please pass the argument number 0.
  * The MWNamespace class is deprecated.  Use MediaWikiServices::getNamespaceInfo.
+ * ResourceLoaderContext::expandModuleNames has been deprecated.
+   Use ResourceLoader::expandModuleNames instead.
  
  === Other changes in 1.33 ===
  * (T201747) Html::openElement() warns if given an element name with a space