X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=RELEASE-NOTES-1.33;h=759d91273a0a6987823cba63bfa5270290d47d17;hb=0aedb4d5e0597ec915026ec586ad141434324987;hp=ce95bd61d2a6bf4cf8882cad137281fbc105f909;hpb=db67de7fad899de33d4c8e3b6ee8189f8570d826;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.33 b/RELEASE-NOTES-1.33 index ce95bd61d2..759d91273a 100644 --- a/RELEASE-NOTES-1.33 +++ b/RELEASE-NOTES-1.33 @@ -191,11 +191,20 @@ because of Phabricator reports. domain ID as a key component and use makeGlobalKey(). * (T202094) Title::getUserCaseDBKey() is deprecated; instead, please use Title::getDBKey(), which doesn't vary case. +* User::getPasswordValidity() is now deprecated. User::checkPasswordValidity() + 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. * … === Other changes in 1.33 === * (T208871) The hard-coded Google search form on the database error page was removed. +* (T201747) Html::openElement() warns if given an element name wiht a space + in it. * … == Compatibility ==