X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=RELEASE-NOTES-1.34;h=89db7de9440933e6332279888d64547c75548204;hp=3f9ae9db0e64ff2802a53e731f8ca9953283c727;hb=dbba623b8bf23119add41931ed858a1fe489aa57;hpb=9feb18149101fb505b8d55beb38c2baa9f848384 diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index 3f9ae9db0e..89db7de944 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -63,6 +63,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 @@ -455,6 +458,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. @@ -599,6 +604,17 @@ because of Phabricator reports. * 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 @@ -608,9 +624,7 @@ because of Phabricator reports. * … == 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