r90346 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90345‎ | r90346 | r90347 >
Date:15:19, 18 June 2011
Author:platonides
Status:ok
Tags:
Comment:
Only accept $wgArticle in Wiki.php after r90339.
Skip $wgConfiguration errors from Conf.php for now.
Modified paths:
  • /trunk/tools/code-utils/check-vars.php (modified) (history)

Diff [purge]

Index: trunk/tools/code-utils/check-vars.php
@@ -232,8 +232,8 @@
233233 '$col' => array( 'UtfNormalTest2.php' ),
234234 '$lineNo' => array( 'UtfNormalTest2.php' ),
235235 '$cliUpgrade' => array( 'CliInstaller.php' ),
236 - '$mediaWiki' => array( 'index.php' ),
237 - '$wgArticle' => array( 'index.php' ),
 236+ '$wgArticle' => array( 'Wiki.php' ),
 237+ '$wgConfiguration' => array( 'Conf.php' ), # It's just an experiment for now
238238 );
239239
240240 function setGenerateDeprecatedList( $bool = true ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r90339Add deprecated $wgArticle again. Fixes r88588.platonides14:55, 18 June 2011

Status & tagging log