Remove $wgParserTestRemote, unused.
authorMax Semenik <maxsem.wiki@gmail.com>
Thu, 26 Jun 2014 00:51:05 +0000 (17:51 -0700)
committerMax Semenik <maxsem.wiki@gmail.com>
Thu, 26 Jun 2014 00:51:05 +0000 (17:51 -0700)
Change-Id: Id1aaf3941825f798a7ed95c49ccd04b1b3838c61

RELEASE-NOTES-1.24
includes/DefaultSettings.php

index ee45799..88ef452 100644 (file)
@@ -25,6 +25,7 @@ production.
   contains an array of interwiki prefixes that should be treated as language
   prefixes (i.e. turned into interlanguage links when $wgInterwikiMagic is set
   to true).
+* $wgParserTestRemote has been removed.
 
 === New features in 1.24 ===
 * Added a new hook, "WhatLinksHereProps", to allow extensions to annotate
index 5d09869..a28f216 100644 (file)
@@ -5199,21 +5199,6 @@ $wgParserTestFiles = array(
        "$IP/tests/parser/extraParserTests.txt"
 );
 
-/**
- * If configured, specifies target CodeReview installation to send test
- * result data from 'parserTests.php --upload'
- *
- * Something like this:
- * $wgParserTestRemote = array(
- *     'api-url' => 'https://www.mediawiki.org/w/api.php',
- *     'repo'    => 'MediaWiki',
- *     'suite'   => 'ParserTests',
- *     'path'    => '/trunk/phase3', // not used client-side; for reference
- *     'secret'  => 'qmoicj3mc4mcklmqw', // Shared secret used in HMAC validation
- * );
- */
-$wgParserTestRemote = false;
-
 /**
  * Allow running of javascript test suites via [[Special:JavaScriptTest]] (such as QUnit).
  */