X-Git-Url: https://git.cyclocoop.org/%20%27.%28%24debut%20%20%20%24par_page%29.%27?a=blobdiff_plain;f=RELEASE-NOTES-1.33;h=80e3bbd92ea3a2712320c546247c32e93091beda;hb=04390e58fe1302824a0b586a21f6b09f8f64780d;hp=d73a26099714cea007224d2082ff2d5120731963;hpb=ebcac0053eeed3fc28b8f326d111933345061803;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.33 b/RELEASE-NOTES-1.33 index d73a260997..80e3bbd92e 100644 --- a/RELEASE-NOTES-1.33 +++ b/RELEASE-NOTES-1.33 @@ -39,18 +39,16 @@ production. * 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. +* TextContent::getText() was introduced as a replacement for + Content::getNativeData() for text-based content models. * … === External library changes in 1.33 === ==== New external libraries ==== * Added wikimedia/password-blacklist 0.1.4. +* Added guzzlehttp/guzzle 6.3.3. * … -* Added guzzlehttp/guzzle 6.3.3 and dependents: - * guzzlehttp/promises 1.3.1 - * guzzlehttp/psr7 1.5.0 - * psr/http-message 1.0.1 - * ralouphie/getallheaders 2.0.5 ==== Changed external libraries ==== * Updated wikimedia/xmp-reader from 0.6.0 to 0.6.1. @@ -58,6 +56,7 @@ production. * 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. +* Updated qunitjs from 2.6.2 to 2.9.1. * … ==== Removed external libraries ==== @@ -106,6 +105,9 @@ Below only new and removed languages are listed, as well as changes to languages because of Phabricator reports. * (T203908) Added language support for Eastern Pwo (kjp). +* (T213717) Fixed a translation error on Goan Konkani (gom-deva) translations + for NS_TEMPLATE. +* (T212221) Added $digitTransformTable for Santali (sat). === Breaking changes in 1.33 === * The parameteter $lang in DifferenceEngine::setTextLanguage must be of type @@ -202,6 +204,14 @@ 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`). +* (T211608) The MediaWiki\Services namespace has been renamed to + Wikimedia\Services. The old name is still supported, but deprecated. +* (T155582) Content::getNativeData has been deprecated. Please use model- + specific getters, such as TextContent::getText(). * … === Other changes in 1.33 ===