X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=RELEASE-NOTES-1.33;h=c0dd84f56e73c4a43935739cc321053e12d7cbbb;hb=75f5c2a653567ecdf24299c5873522732dc55d72;hp=7566b636246fddd51f8dff55c1c36347b0971ec7;hpb=bfe80c52338582c6dc17d84abfcdf2bcaf56cb17;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.33 b/RELEASE-NOTES-1.33 index 7566b63624..c0dd84f56e 100644 --- a/RELEASE-NOTES-1.33 +++ b/RELEASE-NOTES-1.33 @@ -45,12 +45,8 @@ production. ==== New external libraries ==== * Added wikimedia/password-blacklist 0.1.4. +* Added guzzlehttp/guzzle 6.3.3. * … -* 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. @@ -58,12 +54,15 @@ production. * Updated wikimedia/ip-set from 1.2.0 to 2.0.0. * The deprecated IPSet\IPSet alias was removed, Wikimedia\IPSet must be used instead. +* Updated qunitjs from 2.6.2 to 2.9.1. * … ==== Removed external libraries ==== * … === Bug fixes in 1.33 === +* (T164211) Special:UserRights could sometimes fail with a + "conflict detected" error when there weren't any conflicts. * … === Action API changes in 1.33 === @@ -195,6 +194,13 @@ because of Phabricator reports. returns the same information in a more useful format. * For Linker::generateTOC() and Linker::tocList(), passing strings or booleans as the $lang parameter was deprecated. The same applies to DummyLinker. +* The PasswordPolicy 'PasswordCannotBePopular' has been deprecated. To + follow best practices, it is reccommended to use 'PasswordNotInLargeBlacklist' + instead which blacklists 100,000 commonly used passwords. +* (T208862) Action::requiresUnblock() is now called from + Title::getUserPermissionsErrors() and Title::userCan(). Previously, the method + was only called in Action::checkCanExecute(). Actions should ensure that their + requiresUnblock() returns the proper result (the default is `true`). * … === Other changes in 1.33 ===