Merge "Use AutoCommitUpdate in LinksUpdate::doUpdate"
[lhc/web/wiklou.git] / RELEASE-NOTES-1.32
index b8d55e0..8e5022c 100644 (file)
@@ -11,16 +11,20 @@ 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 ===
-* …
+* (T112474) Generalized the ResourceLoader mechanism for overriding modules
+  using a particular page during edit previews.
+* Added 'ApiParseMakeOutputPage' hook.
 
 === External library changes in 1.32 ===
 * …
 
 ==== Upgraded external libraries ====
-* 
+* Updated QUnit from 2.4.0 to 2.6.0.
 
 ==== New external libraries ====
 * …
@@ -35,7 +39,7 @@ production.
 * …
 
 === Action API internal changes in 1.32 ===
-* 
+* Added 'ApiParseMakeOutputPage' hook.
 
 === Languages updated in 1.32 ===
 MediaWiki supports over 350 languages. Many localisations are updated
@@ -54,10 +58,24 @@ changes to languages because of Phabricator reports.
 * wfShellExecDisabled() was removed (deprecated in 1.30).
 * The type string for the parameter $lang of DateFormatter::getInstance is
   removed (deprecated in 1.31).
+* The EDIT_TOKEN_SUFFIX constant was removed (deprecated in 1.27).
+  Use MediaWiki\Session\Token::SUFFIX instead.
+* 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()
+* window.gM() from mediawiki.jqueryMsg was removed (deprecated in 1.23).
+  Use mw.msg() or mw.message() instead.
 
 === Deprecations in 1.32 ===
 * Use of a StartProfiler.php file is deprecated in favour of placing
   configuration in LocalSettings.php.
+* HTMLForm::setSubmitProgressive() is deprecated. No need to call it. Submit
+  button is already marked as progressive.
 
 === Other changes in 1.32 ===
 * …