X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.33;h=7566b636246fddd51f8dff55c1c36347b0971ec7;hb=2bb276f07d2f291413fd41e0c62872ef39caed6e;hp=f68875b1764f38e860005a7da5bec5f21a4ecb60;hpb=50af36e359d170cc20eb30e97027e862c3d96c15;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.33 b/RELEASE-NOTES-1.33 index f68875b176..7566b63624 100644 --- a/RELEASE-NOTES-1.33 +++ b/RELEASE-NOTES-1.33 @@ -37,6 +37,8 @@ production. * (T96041) __EXPECTUNUSEDCATEGORY__ on a category page causes the category to be hidden on Special:UnusedCategories. * Add PasswordPolicy to check the password isn't in the large blacklist. +* The AuthManagerLoginAuthenticateAudit hook has a new parameter for + additional information about the authentication event. * … === External library changes in 1.33 === @@ -53,6 +55,9 @@ production. ==== Changed external libraries ==== * Updated wikimedia/xmp-reader from 0.6.0 to 0.6.1. * Updated wikimedia/scoped-callback from 2.0.0 to 3.0.0. +* 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. * … ==== Removed external libraries ==== @@ -70,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 @@ -182,11 +189,19 @@ because of Phabricator reports. This will help identify the issue if you added it to $wgAuthManagerConfig. * wfSplitWikiId() is now deprecated. Cache key generation should have the wiki 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. * … === 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 ==