X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.33;h=1ab9d4e90c0c7691f47b5dc58f8f76c13fbf6846;hb=8c18b95cbe8149544dbf284733ebd6edb4f2f031;hp=677b1c18740274b04a212fbec9732d09c19d8981;hpb=2452bc3c492832c344ec123970739bbd5dcc3e65;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.33 b/RELEASE-NOTES-1.33 index 677b1c1874..1ab9d4e90c 100644 --- a/RELEASE-NOTES-1.33 +++ b/RELEASE-NOTES-1.33 @@ -26,10 +26,14 @@ production. * (T199334) $wgTagStatisticsNewTable — This temporary setting, added in MediaWiki 1.32, has now been removed. When loading Special:Tags, MediaWiki will now always use the `change_tag_def` instead of the `change_tag` table. +* MediaWiki now always tidies user output, and most related + configuration has been removed. Thus $wgUseTidy, $wgTidyBin, + $wgTidyConf, $wgTidyOpts, $wgTidyInternal, and $wgDebugTidy, all + deprecated since 1.26, have now all been removed. The $wgTidyConfig + setting remains only for Remex experimental features or debugging. * … === New features in 1.33 === -* The 'GetPreferences' hook now receives an additional $context parameter. * (T96041) __EXPECTUNUSEDCATEGORY__ on a category page causes the category to be hidden on Special:UnusedCategories. * Add PasswordPolicy to check the password isn't in the large blacklist. @@ -38,8 +42,13 @@ production. === External library changes in 1.33 === ==== New external libraries ==== -* Added wikimedia/password-blacklist 0.1.3 +* Added wikimedia/password-blacklist 0.1.4. * … +* Added guzzlehttp/guzzle 6.3.3 and dependents: + * guzzlehttp/promises 1.3.1 + * guzzlehttp/psr7 1.5.0 + * psr/http-message 1.0.1 + * ralouphie/getallheaders 2.0.5 ==== Changed external libraries ==== * Updated wikimedia/xmp-reader from 0.6.0 to 0.6.1. @@ -106,6 +115,9 @@ because of Phabricator reports. * ParserOptions defaults 'tidy' to true now, since the untidy modes of the parser are being deprecated and ParserOptions::getCanonicalOverrides() has always been true at any rate. +* Support for disabling tidy and external tidy implementations has been removed. + This was deprecated in 1.32. The pure PHP Remex tidy implementation is now + used and no configuration is necessary. * A number of deprecated methods for API documentation, intended for overriding by extensions, are no longer called by MediaWiki, and will emit deprecation notices if your extension attempts to use them: @@ -152,6 +164,8 @@ because of Phabricator reports. * filterIntval() * filterTimezoneInput() * getTimeZoneList() +* mw.util.jsMessage(), deprecated in 1.20, was removed. Use mw.notify instead. +* (T61113) User::EDIT_TOKEN_SUFFIX was removed. It was deprecated since 1.27. === Deprecations in 1.33 === * The configuration option $wgUseESI has been deprecated, and is expected @@ -168,6 +182,8 @@ because of Phabricator reports. This will help identify the issue if you added it to $wgAuthManagerConfig. * wfSplitWikiId() is now deprecated. Cache key generation should have the wiki domain ID as a key component and use makeGlobalKey(). +* (T202094) Title::getUserCaseDBKey() is deprecated; instead, please use + Title::getDBKey(), which doesn't vary case. * … === Other changes in 1.33 ===