Merge "jquery.expandableField: Remove module unused since 1.22"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 17 Aug 2018 19:32:28 +0000 (19:32 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 17 Aug 2018 19:32:28 +0000 (19:32 +0000)
1  2 
RELEASE-NOTES-1.32

diff --combined RELEASE-NOTES-1.32
@@@ -194,6 -194,7 +194,7 @@@ 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.
+ * The 'jquery.expandableField' module, unused since 1.22, was removed.
  * (T181318) The $wgStyleVersion setting and its appendage to various script and
    style URLs in OutputPage, deprecated in 1.31, was removed.
  * The hooks 'PreferencesFormPreSave' and 'PreferencesGetLegend' may provide
    resetServiceForTesting( 'MagicWordFactory' ) on a MediaWikiServices.
  * mw.util.init() has been removed. This function is not needed anymore and was
    a no-op function since 1.30.
 +* SpecialPageFactory::resetList() is a no-op.  Call overrideMwServices()
 +  instead.
  
  === Deprecations in 1.32 ===
  * Use of a StartProfiler.php file is deprecated in favour of placing
    standard configuration, use MediaWikiServices::getPasswordFactory.
  * $wgContLang is deprecated, use MediaWikiServices::getContentLanguage()
    instead.
 +* $wgParser is deprecated, use MediaWikiServices::getParser() instead.
 +* wfGetMainCache() is deprecated, use ObjectCache::getLocalClusterInstance()
 +  instead.
 +* wfGetCache() is deprecated, use ObjectCache::getInstance() instead.
 +* All SpecialPageFactory static methods are deprecated. Instead, call the
 +  methods on a SpecialPageFactory instance, which may be obtained from
 +  MediaWikiServices.
  
  === Other changes in 1.32 ===
  * (T198811) The following tables have had their UNIQUE indexes turned into