X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.33;h=628227e8f3323bba82a7d3081d7d43f52fceb76c;hb=75dffe7cac8533c1a47eba8ea8af5d3aa02f5442;hp=df6b5f8214793e1463e121f24fd1c160e09fb852;hpb=4985ce513469fa82a132139a41c2854504475e4a;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.33 b/RELEASE-NOTES-1.33 index df6b5f8214..628227e8f3 100644 --- a/RELEASE-NOTES-1.33 +++ b/RELEASE-NOTES-1.33 @@ -30,13 +30,15 @@ production. === New features in 1.33 === * The 'GetPreferences' hook now receives an additional $context parameter. -* (T96041) __EXPECT_UNUSED_CATEGORY__ on a category page causes the category +* (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. * … === External library changes in 1.33 === ==== New external libraries ==== +* Added wikimedia/password-blacklist 0.1.3 * … ==== Changed external libraries ==== @@ -53,6 +55,12 @@ production. === Action API changes in 1.33 === * (T198913) Added 'ApiOptions' hook. * The JSON formatversion=2 is no longer experimental. +* Internal API errors (those with code beginning "internal_api_error") will + include the exception class name in a data field named "errorclass". + * Class names are not guaranteed to remain stable, and in particular database + 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". * … === Action API internal changes in 1.33 === @@ -66,6 +74,10 @@ production. Additionally, the 'APIGetDescription' and 'APIGetParamDescription' hooks have been removed, as their only use was to let extensions override values returned by getDescription() and getParamDescription(), respectively. +* API error codes may only contain ASCII letters, numbers, underscore, and + hyphen. Methods such as ApiBase::dieWithError() and + ApiMessageTrait::setApiCode() will throw an InvalidArgumentException if + passed a bad code. * … === Languages updated in 1.33 === @@ -140,6 +152,7 @@ because of Phabricator reports. * filterIntval() * filterTimezoneInput() * getTimeZoneList() +* mw.util.jsMessage(), deprecated in 1.20, was removed. Use mw.notify instead. === Deprecations in 1.33 === * The configuration option $wgUseESI has been deprecated, and is expected @@ -161,9 +174,6 @@ because of Phabricator reports. === Other changes in 1.33 === * (T208871) The hard-coded Google search form on the database error page was removed. -* The image_comment_temp database table, deprecated in 1.32, has been removed. - Since access should be mediated by the CommentStore class, this change - shouldn't affect external code. * … == Compatibility ==