X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=blobdiff_plain;f=RELEASE-NOTES-1.33;h=93d3253762693f261ff1342ec2bcb45881ec0fe7;hb=00bc8fc58530e3aa058cab01e7eb559f102ecdc1;hp=405d5a75a17d3019d2c0997a48e9317b9ab45c3f;hpb=57eb84edf1383b9c6ebbebe515b96f19ceedb787;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.33 b/RELEASE-NOTES-1.33 index 405d5a75a1..93d3253762 100644 --- a/RELEASE-NOTES-1.33 +++ b/RELEASE-NOTES-1.33 @@ -27,6 +27,12 @@ Some specific notes for MediaWiki 1.33 upgrades are below: 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. +* If revision deletions were performed when the wiki was configured with + $wgActorTableSchemaMigrationStage SCHEMA_COMPAT_WRITE_BOTH and without + migrateActors.php having been run, the log_search table may contain rows with + empty values for "target_author_actor" which will prevent log searches for + revision deletions by target user from finding those log entries. These rows + may be corrected by (re-)running migrateActors.php. For notes on 1.32.x and older releases, see HISTORY. @@ -90,6 +96,9 @@ For notes on 1.32.x and older releases, see HISTORY. language where available. * Special:ActiveUsers will no longer filter out users who became inactive since the last time the active users query cache was updated. +* (T215675) RecentChange and ManualLogEntry implement new Taggable interface. +* (T215675) Added a hook, ManualLogEntryBeforePublish, to allow extensions + to modify (example: add tags) log entries. === New developer features in 1.33 === * The AuthManagerLoginAuthenticateAudit hook has a new parameter for @@ -106,7 +115,7 @@ For notes on 1.32.x and older releases, see HISTORY. * Added jakub-onderka/php-console-highlighter 0.3.2 explicitly (dev-only). ==== Changed external libraries ==== -* Updated OOUI from v0.29.2 to v0.31.0. +* Updated OOUI from v0.29.2 to v0.31.1. * Updated OOjs Router from pre-release to v0.2.0. * Updated moment from v2.19.3 to v2.24.0. * Updated wikimedia/xmp-reader from 0.6.0 to 0.6.2. @@ -128,6 +137,8 @@ For notes on 1.32.x and older releases, see HISTORY. === Bug fixes in 1.33 === * (T164211) Special:UserRights could sometimes fail with a "conflict detected" error when there weren't any conflicts. +* (T216029) Chrome redirects to Special:BadTitle after editing a section with + a non-Latin name on a page with non-Latin characters in title. === Action API changes in 1.33 === * (T198913) Added 'ApiOptions' hook. @@ -326,6 +337,8 @@ because of Phabricator reports. Use ParserOutput::allCacheVaryingOptions instead. * CdnCacheUpdate::newSimplePurge, deprecated in 1.27, has been removed. Use CdnCacheUpdate::newFromTitles() instead. +* Handling of multiple arguments by the Block constructor, deprecated in 1.26, + has been removed. === Deprecations in 1.33 === * The configuration option $wgUseESI has been deprecated, and is expected @@ -386,6 +399,9 @@ because of Phabricator reports. deprecated and will be removed in the future. * The FileBasedSiteLookup class has been deprecated. For a cacheable SiteLookup implementation, use CachingSiteStore instead. +* ManualLogEntry::setTags() is deprecated, use ManualLogEntry::addTags() + instead. The setTags() method was overriding the tags, addTags() doesn't + override, only adds new tags. === Other changes in 1.33 === * (T201747) Html::openElement() warns if given an element name with a space