From: jenkins-bot Date: Wed, 9 Oct 2019 09:46:53 +0000 (+0000) Subject: Merge "Split some Language methods to LanguageNameUtils" into REL1_34 X-Git-Tag: 1.34.0-rc.0~15 X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=8c653eee9a46218df260cb8d7d81f050b7331351 Merge "Split some Language methods to LanguageNameUtils" into REL1_34 --- 8c653eee9a46218df260cb8d7d81f050b7331351 diff --cc RELEASE-NOTES-1.34 index 7a17a99d75,e808078e01..80f16294fb --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@@ -605,11 -605,13 +605,16 @@@ because of Phabricator reports 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