X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=RELEASE-NOTES-1.33;h=db5fea0c8280f83fb6d53dd92f1d1c12e985577f;hp=419560d050be098708337fb8573b9d4794c05e6d;hb=f2e75982e13aa594e5bb5a276aabbb0b47970708;hpb=535518220ad685c262332caa8ea94d0b6a6fe3a4 diff --git a/RELEASE-NOTES-1.33 b/RELEASE-NOTES-1.33 index 419560d050..db5fea0c82 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 @@ -57,6 +58,10 @@ For notes on 1.32.x and older releases, see HISTORY. argon2 to be used, by default, it will automatically choose the best available algorithm depending on which version of PHP you have available. To use this, you can set `$wgPasswordDefault = 'argon2';`. +* $wgActorTableSchemaMigrationStage now defaults to reading the new schema. + update.php will back-populate the new database fields due to the changed + setting, which may take some time on large wikis. You can avoid downtime by + following a process like that described in T188327. ==== Removed configuration ==== * $wgTagStatisticsNewTable (T199334) — This temporary setting, added in @@ -114,6 +119,7 @@ For notes on 1.32.x and older releases, see HISTORY. associated with this entry in the patrol log. === External library changes in 1.33 === + ==== New external libraries ==== * Added wikimedia/password-blacklist 0.1.4. * Added guzzlehttp/guzzle 6.3.3. @@ -353,6 +359,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 @@ -421,6 +429,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