X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=blobdiff_plain;f=RELEASE-NOTES-1.33;h=ae67249a5d222dc764c393ab7e07c0d40a7e88c4;hb=b2017a11a8bfe09fc6d9ad975022f87aae450ccf;hp=85337417458c4d3ddd1f2c9ee67e031deef5e2ca;hpb=d9ca1abd9c0002f074292b6048dcd3c14def1e1b;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.33 b/RELEASE-NOTES-1.33 index 8533741745..ae67249a5d 100644 --- a/RELEASE-NOTES-1.33 +++ b/RELEASE-NOTES-1.33 @@ -196,6 +196,10 @@ because of Phabricator reports. * 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 ===