r46881 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46880‎ | r46881 | r46882 >
Date:23:35, 5 February 2009
Author:simetrical
Status:deferred
Tags:
Comment:
Make nofollow exceptions unset for parser tests

This was causing a local parser test regression, because I had
$wgNoFollowDomainExceptions containing wikipedia.org.
Modified paths:
  • /trunk/phase3/maintenance/parserTests.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/parserTests.inc
@@ -545,6 +545,7 @@
546546 'wgMaxTocLevel' => $maxtoclevel,
547547 'wgCapitalLinks' => true,
548548 'wgNoFollowLinks' => true,
 549+ 'wgNoFollowDomainExceptions' => array(),
549550 'wgThumbnailScriptPath' => false,
550551 'wgUseTeX' => false,
551552 'wgLocaltimezone' => 'UTC',

Status & tagging log