From: Brion Vibber Date: Tue, 27 Jan 2009 18:33:17 +0000 (+0000) Subject: * Parser tests no longer fail when $wgExternalLinkTarget is set in LocalSettings X-Git-Tag: 1.31.0-rc.0~43211 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=e60ca3440eb6f794f3af870bc3176ea34cb71ca8;p=lhc%2Fweb%2Fwiklou.git * Parser tests no longer fail when $wgExternalLinkTarget is set in LocalSettings --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d6276e1f78..fdf9b693b1 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -98,6 +98,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 15811) Re-upload form tweaks: license fields removed, destination locked, comment label uses better message * Whole HTML validation ($wgValidateAllHtml) now works with external tidy +* Parser tests no longer fail when $wgExternalLinkTarget is set in LocalSettings == API changes in 1.15 == * (bug 16858) Revamped list=deletedrevs to make listing deleted contributions diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index 7971e64e8b..5e62901405 100644 --- a/maintenance/parserTests.inc +++ b/maintenance/parserTests.inc @@ -564,6 +564,7 @@ class ParserTest { 'wgForeignFileRepos' => array(), 'wgLinkHolderBatchSize' => $linkHolderBatchSize, 'wgEnforceHtmlIds' => true, + 'wgExternalLinkTarget' => false, ); $this->savedGlobals = array(); foreach( $settings as $var => $val ) {