Merge "Add ext-dom to composer.json"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Sat, 31 Aug 2019 20:38:58 +0000 (20:38 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sat, 31 Aug 2019 20:38:58 +0000 (20:38 +0000)
1  2 
RELEASE-NOTES-1.34

diff --combined RELEASE-NOTES-1.34
@@@ -81,7 -81,6 +81,7 @@@ For notes on 1.33.x and older releases
    password setups and deprecated since 1.24, is now removed.
  * $wgDBOracleDRCP - If you must use persistent connections, set DBO_PERSISTENT
    in the 'flags' field for servers in $wgDBServers (or $wgLBFactoryConf).
 +* $wgMemCachedDebug - Set the cache "debug" field in $wgObjectCaches instead.
  
  === New user-facing features in 1.34 ===
  * Special:Mute has been added as a quick way for users to block unwanted emails
@@@ -416,9 -415,6 +416,9 @@@ because of Phabricator reports
  * ResourceLoaderContext::getConfig and ResourceLoaderContext::getLogger have
    been deprecated. Inside ResourceLoaderModule subclasses, use the local methods
    instead. Elsewhere, use the methods from the ResourceLoader class.
 +* The Profiler::setTemplated and Profiler::getTemplated methods have been
 +  deprecated. Use Profiler::setAllowOutput and Profiler::getAllowOutput
 +  instead.
  * The Preprocessor_DOM implementation has been deprecated.  It will be
    removed in a future release.  Use the Preprocessor_Hash implementation
    instead.
    SearchResult::newFromTitle(). This class is being refactored into an abstract
    class. If you extend this class please be sure to override all its methods
    or extend RevisionSearchResult.
 +* Skin::getSkinNameMessages() is deprecated and no longer used.
  
  === Other changes in 1.34 ===
  * …
@@@ -488,6 -483,7 +488,7 @@@ supported, it is generally advised to u
  support. It also requires the following PHP extensions:
  
  * ctype
+ * dom
  * fileinfo
  * iconv
  * json