X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.32;h=ab008db9f161984d7472bb6b8742cc0163429228;hb=f8c15e364e22e0581872a90cc012a0c708087d3c;hp=ec8c022af13f50a2bede961c11e947e5e330e3ef;hpb=04af6f599f45e47f5a002a55a9080b8021d3e5b4;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.32 b/RELEASE-NOTES-1.32 index ec8c022af1..ab008db9f1 100644 --- a/RELEASE-NOTES-1.32 +++ b/RELEASE-NOTES-1.32 @@ -40,6 +40,8 @@ production. * The $wgPasswordSenderName setting, ignored since 1.23 by MediaWiki and almost all extensions, is no longer set at all. Instead, you can modify the system message `emailsender`. +* A new configuration setting, $wgRawHtmlMessages, is added, for listing + messages which are displayed as raw HTML. === New features in 1.32 === * (T112474) Generalized the ResourceLoader mechanism for overriding modules @@ -276,10 +278,10 @@ because of Phabricator reports. a no-op function since 1.30. * SpecialPageFactory::resetList() is a no-op. Call overrideMwServices() instead. +* MediaWiki no longer supports a StartProfiler.php file. + Define $wgProfiler via LocalSettings.php 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. * Skin::setupSkinUserCss() is deprecated. Adding of modules to load @@ -396,6 +398,11 @@ because of Phabricator reports. mw.user.getPageviewToken to better capture its function. * Passing Revision objects to ContentHandler::getUndoContent() is deprecated, Content object should be passed instead. +* (T197179) Parameters 'notice', 'notice-messages', 'notice-message', + previously used by OOUI HTMLForm fields, are now deprecated. Use + 'help', 'help-message', 'help-messages' instead. +* (T197179) HTMLFormField::getNotices() is now deprecated. +* The jquery.localize module is now deprecated. Use jquery.i18n instead. === Other changes in 1.32 === * (T198811) The following tables have had their UNIQUE indexes turned into