X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.32;h=c4ac129ace812c3c804f13e2ec6310d204710c13;hb=4903284e22b008171b61bf6a7add0be7eab0efe4;hp=c4a8fefd40f78b757c75f339deb2c32056b44318;hpb=20a0be5ed552e0414c1b0908e118c66db9ec9c95;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.32 b/RELEASE-NOTES-1.32 index c4a8fefd40..c4ac129ace 100644 --- a/RELEASE-NOTES-1.32 +++ b/RELEASE-NOTES-1.32 @@ -10,6 +10,7 @@ production. have been removed. * The $wgUseAjax setting, deprecated in 1.31, is now ignored. * The $wgSiteSupportPage setting, unused since 1.5, was removed. +* The $wgBrowserBlacklist setting, deprecated in 1.30, was removed. * The default quality of JPEG thumbnails generated by GD was reduced from 95 to 80. The quality of JPEG thumbnails is now configurable through the new setting $wgJpegQuality (default 80). This aligns the quality to what ImageMagick uses. @@ -97,6 +98,7 @@ because of Phabricator reports. * (T194047) Added language support for Shawiya, Latin script (shy-latn). * (T195940) Added language support for Batak Mandailing (btm). * (T137491) Added language support for Standard Moroccan Amazigh (zgh). +* (T198132) Added language support for Manipuri (mni). === Breaking changes in 1.32 === * $wgRequestTime, deprecated in 1.25, was removed. Use @@ -133,6 +135,7 @@ because of Phabricator reports. * The jquery.footHovzer module, for mediawiki.debug, was removed. * The es5-shim module, empty and deprecated since 1.29, was removed. * the dom-level2-shim module, empty and deprecated since 1.29, was removed. +* the json module, empty and deprecated since 1.29, was removed. * The mediawiki.widgets.visibleByteLimit module alias, deprecated in 1.32, was removed. Use mediawiki.widgets.visibleLengthLimit instead. * The jquery.farbtastic module, unused since 1.18, was removed. @@ -169,6 +172,10 @@ because of Phabricator reports. use 'EditPageGetCheckboxesDefinition' instead. * Linker::getLinkColour() and DummyLinker::getLinkColour(), deprecated since 1.28, were removed. LinkRenderer::getLinkClasses() should be used instead. +* mw.widgets.CategoryMultiselectWidget now uses TagMultiselectWidget instead of + CapsuleMultiselectWidget. The following methods may no longer be used: + * setItemsFromData: Use setValue instead + * getItemsData: Use getItems instead and get the data property === Deprecations in 1.32 === * Use of a StartProfiler.php file is deprecated in favour of placing @@ -218,6 +225,10 @@ because of Phabricator reports. * (T176526) EditPage::getContextTitle() falling back to $wgTitle when the context title is unset is now deprecated; anything creating an EditPage instance should set the context title via ::setContextTitle(). +* The 'jquery.hidpi' module (polyfill for IMG srcset) is deprecated. +* ResourceLoaderStartUpModule::getStartupModules() and ::getLegacyModules() + are deprecated. These concepts are obsolete and have no replacement. +* String type for $lang of DifferenceEngine::setTextLanguage is deprecated. === Other changes in 1.32 === * …