X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=RELEASE-NOTES-1.34;h=2809d383656195804b6773cad29c5a9a866ffe11;hp=0d90b7cbb4884f864f8a7a2b442a19bf4f432af6;hb=2e909bcb5f0d8603fb3e8d4deb325eaa32d2f7fa;hpb=7b5619adca3cdff82ca7fa7fa137b8df23d79fdc diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index 0d90b7cbb4..2809d38365 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -36,6 +36,9 @@ For notes on 1.33.x and older releases, see HISTORY. * $wgEnableSpecialMute (T218265) - This configuration controls whether Special:Mute is available and whether to include a link to it on emails originating from Special:Email. +* editmyuserjsredirect user right – users without this right now cannot edit JS + redirects in their userspace unless the target of the redirect is also in + their userspace. By default, this right is given to everyone. ==== Changed configuration ==== * $wgUseCdn, $wgCdnServers, $wgCdnServersNoPurge, and $wgCdnMaxAge – These four @@ -67,6 +70,8 @@ For notes on 1.33.x and older releases, see HISTORY. * $wgDebugPrintHttpHeaders - The default of including HTTP headers in the debug log channel is no longer configurable. The debug log itself remains configurable via $wgDebugLogFile. +* $wgPasswordSalt – This setting, used for migrating exceptionally old, insecure + password setups and deprecated since 1.24, is now removed. === New user-facing features in 1.34 === * Special:Mute has been added as a quick way for users to block unwanted emails @@ -77,6 +82,8 @@ For notes on 1.33.x and older releases, see HISTORY. of headers in private wikis. * Language::formatTimePeriod now supports the new 'avoidhours' option to output strings like "5 days ago" instead of "5 days 13 hours ago". +* (T220163) Added SpecialMuteModifyFormFields hook to allow extensions + to add fields to Special:Mute. === External library changes in 1.34 === @@ -279,7 +286,8 @@ because of Phabricator reports. in JavaScript, use mw.log.deprecate() instead. * The 'user.groups' module, deprecated in 1.28, was removed. Use the 'user' module instead. -* The ability to override User::$mRights has been removed. +* The ability to override User::$mRights has been removed. Use + PermissionManager::addTemporaryUserRights() instead. * Previously, when iterating ResultWrapper with foreach() or a similar construct, the range of the index was 1..numRows. This has been fixed to be 0..(numRows-1). @@ -297,6 +305,13 @@ because of Phabricator reports. * The parameter $lang of the functions generateTOC and tocList in Linker and DummyLinker must be in type Language when present. Other types are deprecated since 1.33. +* The static properties mw.Api.errors and mw.Api.warnings, deprecated in 1.29, + have been removed. +* The UploadVerification hook, deprecated in 1.28, has been removed. Instead, + use the UploadVerifyFile hook. +* UploadBase:: and UploadFromChunks::stashFileGetKey() and stashSession(), + deprecated in 1.28, have been removed. Instead, please use the getFileKey() + method on the response from doStashFile(). * … === Deprecations in 1.34 ===