X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.33;h=f357aae4b5fba89cdef9962e8b7c86fd8242bb39;hb=c3f56bd3c3cb599cc0817086763ed9816d6f0a95;hp=5b6f6b21206f77ab0ab6456d8c0afad4472cfdc2;hpb=a7ad3f7358ed6f3525d4f313970ccc8af95123f6;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.33 b/RELEASE-NOTES-1.33 index 5b6f6b2120..f357aae4b5 100644 --- a/RELEASE-NOTES-1.33 +++ b/RELEASE-NOTES-1.33 @@ -75,7 +75,9 @@ production. exceptions will now include the "Wikimedia\Rdbms\" prefix in the class name. * The code including an exception class name is deprecated. In the future, all internal errors will use code "internal_api_error". -* … +* (T212356) When using action=delete on pages with many revisions, the module + may return a boolean-true 'scheduled' and no 'logid'. This signifies that the + deletion will be processed via the job queue. === Action API internal changes in 1.33 === * A number of deprecated methods for API documentation, intended for overriding @@ -189,11 +191,15 @@ 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. * … === 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 ==