X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.32;h=a2696292244b53d7df04d30e5d712276b7b17186;hb=c64cf861f0ffd47a98fa34408eaa6d9536d79739;hp=731f874d1619c283aeea79c1f4611e91be3cd4e8;hpb=edfb4f021b818b47d4e42c96c5aa0367ac8c2121;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.32 b/RELEASE-NOTES-1.32 index 731f874d16..a269629224 100644 --- a/RELEASE-NOTES-1.32 +++ b/RELEASE-NOTES-1.32 @@ -78,6 +78,9 @@ production. templated parameters. * It is now an error to submit too many values for a multi-valued parameter. This has generated a warning since MediaWiki 1.14. +* Assertion failures from the 'assert' and 'assertuser' parameters will no + longer use the action module's custom response format, for the few modules + that use custom formatters that handle errors. === Action API internal changes in 1.32 === * Added 'ApiParseMakeOutputPage' hook. @@ -94,6 +97,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 @@ -129,6 +133,8 @@ because of Phabricator reports. removed. Use JobQueueGroup::singleton()->push() instead. * 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. @@ -165,6 +171,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 @@ -214,6 +224,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 === * …