rdbms: make sure cpPosIndex cookie is applied to LBFactory in time
[lhc/web/wiklou.git] / RELEASE-NOTES-1.32
index 532aeda..2eb3679 100644 (file)
@@ -7,8 +7,10 @@ production.
 
 === Configuration changes in 1.32 ===
 * (T115414) The $wgEnableAPI and $wgEnableWriteAPI settings, deprecated in 1.31, have been removed.
-* The $wgUseAjax setting is now formally deprecated, and MediaWiki will act as if it is always set.
+* The $wgUseAjax setting, deprecated in 1.31, is now ignored.
 * 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.
 * …
 
 === New features in 1.32 ===
@@ -49,6 +51,11 @@ changes to languages because of Phabricator reports.
 * QuickTemplate::setTranslator() was removed (deprecated in 1.31).
   Use Skin::msg() instead.
 * wfInitShellLocale() was removed (deprecated in 1.30).
+* 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.
 
 === Deprecations in 1.32 ===
 * Use of a StartProfiler.php file is deprecated in favour of placing