Merge "Deprecate $wgParser"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 17 Aug 2018 18:28:38 +0000 (18:28 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 17 Aug 2018 18:28:38 +0000 (18:28 +0000)
1  2 
RELEASE-NOTES-1.32

diff --combined RELEASE-NOTES-1.32
@@@ -208,9 -208,6 +208,9 @@@ because of Phabricator reports
  * (T140807) The wgResourceLoaderLESSImportPaths configuration option was removed
    from ResourceLoader. Instead, use `@import` statements in LESS to import
    files directly from nearby directories within the same project.
 +* (T140804) The wgResourceLoaderLESSVars configuration option, deprecated
 +  since 1.30, was removed. Instead, to expose variables from PHP to LESS, use
 +  the ResourceLoaderModule::getLessVars() method.
  * The protected methods PHPSessionHandler::returnSuccess() and returnFailure(),
    only needed for PHP5 compatibility, have been removed. It now uses the boolean
    values `true` and `false` respectively.
    standard configuration, use MediaWikiServices::getPasswordFactory.
  * $wgContLang is deprecated, use MediaWikiServices::getContentLanguage()
    instead.
+ * $wgParser is deprecated, use MediaWikiServices::getParser() instead.
  
  === Other changes in 1.32 ===
  * (T198811) The following tables have had their UNIQUE indexes turned into