X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=blobdiff_plain;f=RELEASE-NOTES-1.33;h=f9b28260a15767731f157ccb992d77a031e2ee16;hb=c3e549a732b8ed47973a28aa350d3c5b6b96928c;hp=1d189320dd1c8a24ecd0a724b2423bd8fe722ccb;hpb=d260f1396f7cff4a2212f2181c38310c786b52f5;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.33 b/RELEASE-NOTES-1.33 index 1d189320dd..f9b28260a1 100644 --- a/RELEASE-NOTES-1.33 +++ b/RELEASE-NOTES-1.33 @@ -4,8 +4,8 @@ THIS IS NOT A RELEASE YET -MediaWiki 1.33 is an alpha-quality branch and is not recommended for use in -production. +MediaWiki 1.33 is a pre-release testing branch, and is not recommended for use +in production. == Upgrading notes for 1.33 == 1.33 has several database changes since 1.32, and will not work without schema @@ -37,6 +37,7 @@ Some specific notes for MediaWiki 1.33 upgrades are below: For notes on 1.32.x and older releases, see HISTORY. === Configuration changes for system administrators in 1.33 === + ==== New configuration ==== * $wgEnablePartialBlocks – This enables the Partial Blocks feature, which gives accounts with block permissions the ability to block users, IPs, and IP ranges @@ -116,8 +117,11 @@ For notes on 1.32.x and older releases, see HISTORY. * (T213893) Added 'MaintenanceUpdateAddParams' hook * (T219655) The MarkPatrolled hook has a new parameter for the tags associated with this entry in the patrol log. +* (T212472) Extensions can now specify platform abilities they require to work, + limited to shell access for now. === External library changes in 1.33 === + ==== New external libraries ==== * Added wikimedia/password-blacklist 0.1.4. * Added guzzlehttp/guzzle 6.3.3. @@ -198,6 +202,7 @@ because of Phabricator reports. for NS_TEMPLATE. * (T212221) Added $digitTransformTable for Santali (sat). * (T216479) Added language support for Saisiyat (xsy). +* (T219728) Added support for new Japanese era name "Reiwa" === Breaking changes in 1.33 === * The parameteter $lang in DifferenceEngine::setTextLanguage must be of type @@ -357,6 +362,8 @@ because of Phabricator reports. * MessageBlobStore::getBlob(), deprecated in 1.27, has been removed. Use ::getBlobs() instead. * The .background-size() LESS mixin, deprecated in 1.27, has been removed. +* ReadOnlyMode::clearCache() and ConfiguredReadOnlyMode::clearCache() have been + removed. Use MediaWikiTestCase::overrideMwServices() instead. === Deprecations in 1.33 === * The configuration option $wgUseESI has been deprecated, and is expected @@ -425,6 +432,8 @@ because of Phabricator reports. * Block::isValid is deprecated, since it is no longer needed in core. * Calling Maintenance::hasArg() as well as Maintenance::getArg() with no parameter has been deprecated. Please pass the argument number 0. +* ResourceLoaderContext::expandModuleNames has been deprecated. + Use ResourceLoader::expandModuleNames instead. === Other changes in 1.33 === * (T201747) Html::openElement() warns if given an element name with a space