From 18b3c566fcdf61dad674c0010ce3beb4309d7a04 Mon Sep 17 00:00:00 2001 From: Reedy Date: Mon, 4 Nov 2019 18:24:40 +0000 Subject: [PATCH] Update RELEASE-NOTES Change-Id: Ia60600afe56fdb50ff255e189eac51a882715cbb --- RELEASE-NOTES-1.34 | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES-1.34 b/RELEASE-NOTES-1.34 index bea1cbabd5..64c7a89560 100644 --- a/RELEASE-NOTES-1.34 +++ b/RELEASE-NOTES-1.34 @@ -19,6 +19,27 @@ for use in production. * (T235392) Deprecate setting Parser::mTitle to null. * Supporting commits for T235392 were also backported to prevent divergence from master (MediaWiki 1.35). +* (T234581) The 'jquery.tabIndex' module is deprecated. +* Fix docs for GetUserBlock hooks. +* Parser: Hard deprecate getConverterLanguage. +* (T236810) A number of public methods of Parser were exposed only for + historical reasons and have been deprecated: doMagicLinks, + doDoubleUnderscore, doHeadings, doAllQuotes, replaceExternalLinks, + replaceInternalLinks, replaceInternalLinks2, getVariableValue, + initialiseVariables, formatHeadings, testPst, testPreprocess, testSrvus, + areSubpagesAllowed, maybeDoSubpageLink, splitWhitespace, createAssocArgs, + armorLinks, makeKnownLinkHolder, getImageParams, parseLinkParameter, + stripAltText, replaceLinkHolders, replaceLinkHoldersText, armorLinks, + makeKnownLinkHolder, getImageParams, parseLinkParameter, stripAltText. +* (T30798) $wgServer must now always be set in LocalSettings.php. This is most + likely the case already for any wiki installed after 1.18. The autodetection + system was informally deprecated since 1.18 and vulnerable to cache poisoning + attacks. Older wikis may need to update their LocalSettings.php file. +* (T232169) Hard deprecate $wgSysopEmailBans. +* (T236628) Fix for ArticleRevisionViewCustom hook in DifferenceEngine.php. +* (T181658) Do not insert page titles into querycache.qc_value. +* ParamValidator has been flagged as unstable. +* Hard deprecate Parser::disableCache(). == MediaWiki 1.34.0-rc.0 == @@ -646,7 +667,8 @@ because of Phabricator reports. testPst, testPreprocess, testSrvus, areSubpagesAllowed, maybeDoSubpageLink, splitWhitespace, createAssocArgs, armorLinks, makeKnownLinkHolder, getImageParams, parseLinkParameter, stripAltText, replaceLinkHolders, - replaceLinkHoldersText. + replaceLinkHoldersText, armorLinks, makeKnownLinkHolder, getImageParams, + parseLinkParameter, stripAltText. === Other changes in 1.34 === * Added option to specify "Various authors" as author in extension credits using -- 2.20.1