X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.34;h=d503cd39d95fed20a91ed35fc68c37755caed862;hb=7afced64454ad30d688540f7626448ac2faefebb;hp=ed2cf9c2e34e864f78fd4e5760fab3dae5538312;hpb=366bf6686c29b999c33138369c9fc8591911f54e;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index ed2cf9c2e3..d503cd39d9 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -7,6 +7,18 @@ for use in production. === Changes since MediaWiki 1.34.0-rc.0 === * (T231742) rdbms: Restore debug toolbar "Queries" feature. +* (T231366) The ProfilerOutputDb class, 'profiling' table, and profileinfo.php + entry point had been deprecated. +* (T234361) localisation: Add debug message for backend of MessageCache. +* (T234361) session: Add debug message for the used store class. +* (T235559) Fix example Kask configuration in RESTBagOStuff class comment. +* (T235137) Don't apply styling for Special:Contributions on other pages. +* Upgrade mediawiki-codesniffer from 26.0.0 to 28.0.0 (dev-only). +* (T219604) The "jquery.ui.*" and "jquery.effects.*" modules are now + deprecated as aliases for the "jquery.ui" module. +* (T235392) Deprecate setting Parser::mTitle to null. +* Supporting commits for T235392 were also backported to prevent divergence + from master (MediaWiki 1.35). == MediaWiki 1.34.0-rc.0 == @@ -144,7 +156,7 @@ $wgPasswordPolicy['policies']['default']['PasswordNotInLargeBlacklist'] = false; * Updated OOjs from v2.2.2 to v3.0.0. * Updated composer/semver from 1.4.2 to 1.5.0. * Updated composer/spdx-licenses from 1.4.0 to 1.5.1 (dev-only). -* Updated mediawiki/codesniffer from 25.0.0 to 26.0.0 (dev-only). +* Updated mediawiki/codesniffer from 25.0.0 to 28.0.0 (dev-only). * Updated cssjanus/cssjanus from 1.2.1 to 1.3.0. * Updated wikimedia/at-ease from 1.2.0 to 2.0.0. * Updated wikimedia/remex-html from 2.0.1 to 2.1.0. @@ -585,6 +597,7 @@ because of Phabricator reports. * Specifying a SpecialPage object for the list of special pages (either through the SpecialPage_initList hook or by adding to $wgSpecialPages) is now deprecated. +* The 'jquery.tabIndex' module is deprecated. * WebInstaller::getInfoBox(), getWarningBox() and getErrorBox() are deprecated. Use Html::errorBox() or Html::warningBox() instead. * Use of ActorMigration with 'ar_user', 'img_user', 'oi_user', 'fa_user', @@ -619,6 +632,9 @@ because of Phabricator reports. fetchLanguageName, getFileName, getMessagesFileName, getJsonMessagesFileName. Use the new LanguageNameUtils class instead. (Note that fetchLanguageName(s) are called getLanguageName(s) in the new class.) +* Using the Parser without initializing its $mTitle property to non-null has + been deprecated. In a future release Parser::getTitle() will throw a + TypeError if $mTitle is uninitialized. === Other changes in 1.34 === * Added option to specify "Various authors" as author in extension credits using