X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.33;h=03a4a673873038380a2c49c7a5596edd9e9147d8;hb=eb2771ecbe3bc819f0783b80643add4b0192f3f3;hp=85337417458c4d3ddd1f2c9ee67e031deef5e2ca;hpb=dae39db4e3d2aef9fbe4ef882d4d3aef8050c5e8;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.33 b/RELEASE-NOTES-1.33 index 8533741745..03a4a67387 100644 --- a/RELEASE-NOTES-1.33 +++ b/RELEASE-NOTES-1.33 @@ -20,7 +20,6 @@ production. IP addresses, internationalized domain names, and possibly mailto links. * (T193868) $wgChangeTagsSchemaMigrationStage — This temporary setting, added in MediaWiki 1.32, now defaults to MIGRATION_NEW instead of MIGRATION_WRITE_BOTH. -* … ==== Removed configuration ==== * (T199334) $wgTagStatisticsNewTable — This temporary setting, added in @@ -31,7 +30,6 @@ production. $wgTidyConf, $wgTidyOpts, $wgTidyInternal, and $wgDebugTidy, all deprecated since 1.26, have now all been removed. The $wgTidyConfig setting remains only for Remex experimental features or debugging. -* … === New features in 1.33 === * (T96041) __EXPECTUNUSEDCATEGORY__ on a category page causes the category @@ -39,30 +37,29 @@ 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. -* … ==== Changed external libraries ==== +* Updated OOUI from v0.29.2 to v0.30.2. * 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. -* … +* Updated qunitjs from 2.6.2 to 2.9.1. ==== Removed external libraries ==== -* … === Bug fixes in 1.33 === * (T164211) Special:UserRights could sometimes fail with a "conflict detected" error when there weren't any conflicts. -* … === Action API changes in 1.33 === * (T198913) Added 'ApiOptions' hook. @@ -76,6 +73,8 @@ production. * (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=setnotificationtimestamp will now update the watchlist asynchronously + if entirewatchlist is set, so updates may not be visible immediately === Action API internal changes in 1.33 === * A number of deprecated methods for API documentation, intended for overriding @@ -92,7 +91,6 @@ production. hyphen. Methods such as ApiBase::dieWithError() and ApiMessageTrait::setApiCode() will throw an InvalidArgumentException if passed a bad code. -* … === Languages updated in 1.33 === MediaWiki supports over 350 languages. Many localisations are updated regularly. @@ -100,6 +98,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 @@ -171,6 +172,13 @@ because of Phabricator reports. * getTimeZoneList() * mw.util.jsMessage(), deprecated in 1.20, was removed. Use mw.notify instead. * (T61113) User::EDIT_TOKEN_SUFFIX was removed. It was deprecated since 1.27. +* The 'mediawiki.api' module aliases, deprecated in 1.32, have been removed. + Specifically: mediawiki.api.category, mediawiki.api.edit, + mediawiki.api.login, mediawiki.api.options, mediawiki.api.parse, + mediawiki.api.upload, mediawiki.api.user, mediawiki.api.watch, + mediawiki.api.messages, and mediawiki.api.rollback. +* The 'jquery.byteLimit' module alias for 'jquery.lengthLimit', + deprecated in 1.31, was removed. === Deprecations in 1.33 === * The configuration option $wgUseESI has been deprecated, and is expected @@ -196,14 +204,23 @@ 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(). +* The class WebInstallerOutput is now marked as @private. +* (T209699) The jquery.async module has been deprecated. JavaScript code that + needs asynchronous behaviour should use Promises. === 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 == MediaWiki 1.33 requires PHP 7.0.0 or later. Although HHVM 3.18.5 or later is