X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.33;h=52807586d14aa348fb166466ed733a4585c30e30;hb=867ec0704035708b91a3003275732a25e0f55644;hp=759f18053e7e3475c6e0cb301c41a3576b89ce91;hpb=b7b7111c836c385f18a63460df6560fc384b536d;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.33 b/RELEASE-NOTES-1.33 index 759f18053e..52807586d1 100644 --- a/RELEASE-NOTES-1.33 +++ b/RELEASE-NOTES-1.33 @@ -22,6 +22,10 @@ production. MediaWiki 1.32, now defaults to MIGRATION_NEW instead of MIGRATION_WRITE_BOTH. * Special:ActiveUsers will no longer filter out users who became inactive since the last time the active users query cache was updated. +* If you ran migrateActors.php using an older version of MediaWiki and want to + run your wiki with $wgActorTableSchemaMigrationStage SCHEMA_COMPAT_READ_OLD, + note that log_search rows needed to find revision deletions by target user + were incorrectly deleted. See T215464 for details. ==== Removed configuration ==== * (T199334) $wgTagStatisticsNewTable — This temporary setting, added in @@ -79,6 +83,8 @@ production. === Bug fixes in 1.33 === * (T164211) Special:UserRights could sometimes fail with a "conflict detected" error when there weren't any conflicts. +* (T215566) Unable to determine if the database exists + during a fresh installation. === Action API changes in 1.33 === * (T198913) Added 'ApiOptions' hook. @@ -244,6 +250,11 @@ because of Phabricator reports. Use require( 'mediawiki.libs.jpegmeta' ) instead. * The mw.user.stickyRandomId() method, deprecated in 1.32, was removed. Use mw.user.getPageviewToken() instead. +* Removed deprecated class property WikiRevision::$importer. +* ResourceLoaderFileModule::readStyleFiles() now requires its $context + parameter. +* The ChangeList::insertArticleLink() method, that was deprecated in 1.27, has + been removed. === Deprecations in 1.33 === * The configuration option $wgUseESI has been deprecated, and is expected @@ -291,14 +302,16 @@ because of Phabricator reports. * The mw.language.specialCharacters property from the 'mediawiki.language.specialCharacters' module has been deprecated. Use require( 'mediawiki.language.specialCharacters' ) instead. +* ChangeTags::purgeTagUsageCache() has been deprecated, and is expected to be + removed in a future release. === Other changes in 1.33 === * (T201747) Html::openElement() warns if given an element name with a space in it. == Compatibility == -MediaWiki 1.33 requires PHP 7.0.0 or later. Although HHVM 3.18.5 or later is -supported, it is generally advised to use PHP 7.0.0 or later for long term +MediaWiki 1.33 requires PHP 7.0.13 or later. Although HHVM 3.18.5 or later is +supported, it is generally advised to use PHP 7.0.13 or later for long term support. MySQL/MariaDB is the recommended DBMS. PostgreSQL or SQLite can also be used,