X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=RELEASE-NOTES-1.34;h=ed2cf9c2e34e864f78fd4e5760fab3dae5538312;hp=0d6f1e11bd7fabb95d7e0761fe2c6a7c66f63999;hb=81aa6d7a758a000dcd110a2d4d21e50aca6d3444;hpb=3caa34017f2dafa15b605502d3be74851ae8e8d4 diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index 0d6f1e11bd..ed2cf9c2e3 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -1,12 +1,15 @@ = MediaWiki 1.34 = -== MediaWiki 1.34.0-PRERELEASE == - THIS IS NOT A RELEASE YET -MediaWiki 1.34 is an alpha-quality development branch, and is not recommended +MediaWiki 1.34 is an pre-release testing branch, and is not recommended for use in production. +=== Changes since MediaWiki 1.34.0-rc.0 === +* (T231742) rdbms: Restore debug toolbar "Queries" feature. + +== MediaWiki 1.34.0-rc.0 == + == Upgrading notes for 1.34 == 1.34 has several database changes since 1.33, and will not work without schema updates. Note that due to changes to some very large tables like the revision @@ -20,7 +23,8 @@ important information when upgrading from versions prior to 1.11. Some specific notes for MediaWiki 1.34 upgrades are below: -* … +* MediaWiki now requires PHP 7.2.9 or above. +* MediaWiki no longer supports HHVM. For notes on 1.33.x and older releases, see HISTORY. @@ -63,6 +67,9 @@ $wgPasswordPolicy['policies']['default']['PasswordNotInLargeBlacklist'] = false; * Introduced $wgVerifyMimeTypeIE to allow disabling the MSIE 6/7 file type detection heuristic on upload, which is more conservative than the checks that were changed above. +* $wgExternalDiffEngine — Setting this to a string value of 'wikidiff', + 'wikidiff2', or 'wikidiff3' will no longer work. This legacy behaviour was + deprecated in MediaWiki 1.27, 1.32, and 1.27, respectively. * $wgSkipSkin — Setting this instead of $wgSkipSkins, deprecated in 1.23, is now hard-deprecated. * $wgLocalInterwiki — Setting this instead of $wgLocalInterwikis, deprecated in @@ -74,7 +81,6 @@ $wgPasswordPolicy['policies']['default']['PasswordNotInLargeBlacklist'] = false; an array with IP addresses as the values, or a string path to a file containing one IP address per line. * $wgCookieSetOnAutoblock and $wgCookieSetOnIpBlock are now enabled by default. -* … ==== Removed configuration ==== * $wgWikiDiff2MovedParagraphDetectionCutoff — If you still want a custom change @@ -132,9 +138,6 @@ $wgPasswordPolicy['policies']['default']['PasswordNotInLargeBlacklist'] = false; === External library changes in 1.34 === -==== New external libraries ==== -* … - ==== Changed external libraries ==== * Updated Mustache from 1.0.0 to v3.0.1. * Updated OOUI from v0.31.3 to v0.34.0. @@ -151,11 +154,9 @@ $wgPasswordPolicy['policies']['default']['PasswordNotInLargeBlacklist'] = false; * Updated wikimedia/xmp-reader from 0.6.2 to 0.6.3. * Updated mediawiki/mediawiki-phan-config from 0.6.0 to 0.6.1 (dev-only). * Updated wikimedia/avro from 1.8.0 to 1.9.0 (dev-only). -* … ==== Removed external libraries ==== * The jquery.async module, deprecated in 1.33, was removed. -* … === Bug fixes in 1.34 === * (T222529) If a log entry or page revision is recorded in the database with an @@ -455,6 +456,8 @@ because of Phabricator reports. * User::setNewpassword(), deprecated in 1.27 has been removed. * The ObjectCache::getMainWANInstance and ObjectCache::getMainStashInstance functions, deprecated since 1.28, have been removed. +* Language::$dataCache has been removed (without prior deprecation, for + practical reasons). Use MediaWikiServices instead to get a LocalisationCache. === Deprecations in 1.34 === * The MWNamespace class is deprecated. Use NamespaceInfo. @@ -513,6 +516,8 @@ because of Phabricator reports. * The Profiler::setTemplated and Profiler::getTemplated methods have been deprecated. Use Profiler::setAllowOutput and Profiler::getAllowOutput instead. +* The ProfilerOutputDb class, 'profiling' table, and profileinfo.php entry + point had been deprecated (T231366). * The Preprocessor_DOM implementation has been deprecated. It will be removed in a future release. Use the Preprocessor_Hash implementation instead. @@ -564,6 +569,10 @@ because of Phabricator reports. * IDatabase::bufferResults() has been deprecated. Use query batching instead. * MessageCache::singleton() is deprecated. Use MediaWikiServices::getMessageCache(). +* ObjectCache::getWANInstance() is deprecated. Use + MediaWikiServices::getMainWANObjectCache() instead. +* ObjectCache::newWANCacheFromParams() is deprecated. Use + MediaWikiServices::getMainWANObjectCache() instead. * Constructing MovePage directly is deprecated. Use MovePageFactory. * TempFSFile::factory() has been deprecated. Use TempFSFileFactory instead. * wfIsBadImage() is deprecated. Use the BadFileLookup service instead. @@ -598,14 +607,27 @@ because of Phabricator reports. $wgGroupPermissions['sysop']['blockemail'] = true; * ApiQueryBase::showHiddenUsersAddBlockInfo() is deprecated. Use ApiQueryBlockInfoTrait instead. +* PasswordReset is now a service, its direct instantiation is deprecated. +* RESTBagOStuff users should specify either "JSON" or "PHP" serialization type. +* The global function wfIsHHVM() is deprecated and will now always return false + regardless of the runtime environment. This is part of the continuing work to + remove HHVM support from MediaWiki, which started in MediaWiki 1.31. +* Language::getLocalisationCache() is deprecated. Use MediaWikiServices + instead. +* The following Language methods are deprecated: isSupportedLanguage, + isValidCode, isValidBuiltInCode, isKnownLanguageTag, fetchLanguageNames, + fetchLanguageName, getFileName, getMessagesFileName, getJsonMessagesFileName. + Use the new LanguageNameUtils class instead. (Note that fetchLanguageName(s) + are called getLanguageName(s) in the new class.) === Other changes in 1.34 === -* … +* Added option to specify "Various authors" as author in extension credits using + "..." as the only author name. If the "author" array contains more than one + entry and "..." is one of the entries in the array, "..." will be parsed as + "others" (version-poweredby-others i18n message) like previously. == Compatibility == -MediaWiki 1.34 requires PHP 7.2.0 or later. Although HHVM 3.18.5 or later is -supported, it is generally advised to use PHP 7.2.0 or later for long term -support. It also requires the following PHP extensions: +MediaWiki 1.34 requires PHP 7.2.9 or later, and the following PHP extensions: * ctype * dom