r70696 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70695‎ | r70696 | r70697 >
Date:13:52, 8 August 2010
Author:nikerabbit
Status:ok
Tags:
Comment:
Remove $wgColorErrors. Apparently unused at least since r17991 at 2006-11-29
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -3605,13 +3605,6 @@
36063606 $wgShowSQLErrors = false;
36073607
36083608 /**
3609 - * If true, some error messages will be colorized when running scripts on the
3610 - * command line; this can aid picking important things out when debugging.
3611 - * Ignored when running on Windows or when output is redirected to a file.
3612 - */
3613 -$wgColorErrors = true;
3614 -
3615 -/**
36163609 * If set to true, uncaught exceptions will print a complete stack trace
36173610 * to output. This should only be used for debugging, as it may reveal
36183611 * private information in function parameters due to PHP's backtrace

Follow-up revisions

RevisionCommit summaryAuthorDate
r70698* Removed unused globals: $wgEnableSerializedMessages, $wgCheckSerialized,...nikerabbit14:04, 8 August 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r17991Completing code housekeeping stuff for rest of includes/ directory: removing ...nickj11:43, 29 November 2006

Status & tagging log