X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.34;h=549f7e8228c199fc7af4ed5cd1d19d80acb3c85e;hb=237b916b0d609c27082f952b0c4aa266fe637ca5;hp=05c43cdc0d783f917c6b57a4ea9a47b64c466c3c;hpb=b93d5e84ed7ec7f3ca0dcaa0d80b054a6f2f328b;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index 05c43cdc0d..549f7e8228 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -33,6 +33,9 @@ For notes on 1.33.x and older releases, see HISTORY. the code as the request identificator. Otherwise, the sent header will be ignored and the request ID will either be taken from Apache's mod_unique module or will be generated by Mediawiki itself (depending on the set-up). +* $wgEnableSpecialMute (T218265) - This configuration controls whether + Special:Mute is available and whether to include a link to it on emails + originating from Special:Email. ==== Changed configuration ==== * $wgUseCdn, $wgCdnServers, $wgCdnServersNoPurge, and $wgCdnMaxAge – These four @@ -57,7 +60,8 @@ For notes on 1.33.x and older releases, see HISTORY. wikidiff2.moved_paragraph_detection_cutoff. === New user-facing features in 1.34 === -* … +* Special:Mute has been added as a quick way for users to block unwanted emails + from other users originating from Special:EmailUser. === New developer features in 1.34 === * Language::formatTimePeriod now supports the new 'avoidhours' option to output @@ -233,9 +237,16 @@ because of Phabricator reports. * Linker::link() no longer accepts a string for the query array, as was deprecated in 1.20. * PrefixSearch::titleSearch(), deprecated in 1.23, has been removed. Use the - TitlePrefixSearch or StringPrefixSearch classes instead. + SearchEngine::defaultPrefixSearch or ::completionSearch() methods instead. * The UserRights hook, deprecated in 1.26, has been removed. Instead, use the UserGroupsChanged hook. +* Skin::getDefaultInstance(), deprecated in 1.27, has been removed. Get the + instance from MediaWikiServices instead. +* The UserLoadFromSession hook, deprecated in 1.27, has been removed. +* The wfResetSessionID global function, deprecated in 1.27, has been removed. + Use MediaWiki\Session\SessionManager instead. +* The wfGetLBFactory global function, deprecated in 1.27, has been removed. + Use MediaWikiServices::getInstance()->getDBLoadBalancerFactory(). * … === Deprecations in 1.34 ===