Merge "Remove $wgExperimentalHtmlIds and related code, deprecated in 1.30"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Wed, 2 May 2018 20:55:40 +0000 (20:55 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 2 May 2018 20:55:40 +0000 (20:55 +0000)
1  2 
RELEASE-NOTES-1.32

diff --combined RELEASE-NOTES-1.32
@@@ -11,6 -11,8 +11,8 @@@ production
  * The $wgSiteSupportPage setting, unused since 1.5, was removed.
  * $wgJpegQuality was added to allow configuring the quality of JPEG thumbnails (default 80).
  * The default quality of JPEG thumbnails generated by GD was reduced from 95 to 80.
+ * $wgExperimentalHtmlIds, deprecated since 1.30, has been removed. The 'html5-legacy' value for
+   $wgFragmentMode is no longer accepted.
  * …
  
  === New features in 1.32 ===
@@@ -22,7 -24,7 +24,7 @@@
  * …
  
  ==== Upgraded external libraries ====
 -* 
 +* Updated QUnit from 2.4.0 to 2.6.0.
  
  ==== New external libraries ====
  * …
@@@ -61,11 -63,6 +63,11 @@@ changes to languages because of Phabric
  * EditPage::isOouiEnabled() was removed (deprecated in 1.30).
  * mw.util.wikiGetlink() was removed (deprecated in 1.23).
    Use mw.util.getUrl() instead.
 +* (T61113) The following methods and constants from the Revision class were deprecated in
 +  1.25 and have now been removed.
 +  * Revision::getRawUser()
 +  * Revision::getRawUserText()
 +  * Revision::getRawComment()
  
  === Deprecations in 1.32 ===
  * Use of a StartProfiler.php file is deprecated in favour of placing