X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.32;h=3c60124d40fb745725a1f2901b4aad075343ceea;hb=39163edd17e0cc3ec7d87f9e3ac942e995d56326;hp=5dbf873c8660e88f5e1c0e3b25eef7492b94f4f2;hpb=7377ec99148055129d9a8f099c0336d4a1060169;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.32 b/RELEASE-NOTES-1.32 index 5dbf873c86..3c60124d40 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. @@ -129,6 +132,7 @@ 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 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. @@ -211,6 +215,10 @@ because of Phabricator reports. it had unexpected behavior (only marking text if it looked like a URL) and was only used in a single place in the code. Use LanguageConverter::markNoConversion() instead. +* (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. === Other changes in 1.32 === * …