r77884 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77883‎ | r77884 | r77885 >
Date:15:34, 6 December 2010
Author:demon
Status:ok
Tags:
Comment:
Cleanup r77883, contained unrelated debugging change
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -311,11 +311,6 @@
312312 static $cache = array(); // Cache of unoutputted messages
313313 $text = wfDebugTimer() . $text;
314314
315 - if( $wgDebugToCommandLine && $wgCommandLineMode ) {
316 - print $text;
317 - return;
318 - }
319 -
320315 # Check for raw action using $_GET not $wgRequest, since the latter might not be initialised yet
321316 if ( isset( $_GET['action'] ) && $_GET['action'] == 'raw' && !$wgDebugRawPage ) {
322317 return;
Index: trunk/phase3/includes/DefaultSettings.php
@@ -3734,11 +3734,6 @@
37353735 $wgDebugComments = false;
37363736
37373737 /**
3738 - * Print debug output to the terminal when running command line scripts.
3739 - */
3740 -$wgDebugToCommandLine = false;
3741 -
3742 -/**
37433738 * Write SQL queries to the debug log
37443739 */
37453740 $wgDebugDumpSql = false;

Follow-up revisions

RevisionCommit summaryAuthorDate
r77988Follow up r77884.platonides16:26, 7 December 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r77883Remove "checking for latest version" feature from the new installer. Original...demon15:32, 6 December 2010

Status & tagging log