r79827 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79826‎ | r79827 | r79828 >
Date:18:08, 7 January 2011
Author:reedy
Status:ok
Tags:
Comment:
Revert r79807
Modified paths:
  • /trunk/phase3/includes/installer/CliInstaller.php (modified) (history)
  • /trunk/phase3/maintenance/install.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/install.php
@@ -55,7 +55,7 @@
5656 $this->addOption( 'env-checks', "Run environment checks only, don't change anything" );
5757 $this->addOption( 'upgrade',
5858 'Allow the upgrade to continue despite an existing LocalSettings.php', false, true );
59 - $this->addOption( 'showexceptions', "Whether to set wgShowExceptionDetails", false, true );
 59+
6060 }
6161
6262 public function execute() {
Index: trunk/phase3/includes/installer/CliInstaller.php
@@ -35,7 +35,6 @@
3636 'upgrade' => 'cliUpgrade', /* As long as it isn't $confItems
3737 * in LocalSettingsGenerator, we
3838 * should be fine. */
39 - 'showexceptions' => 'wgShowExceptionDetails',
4039 );
4140
4241 /**

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r79807Allow CLI installer to set $whShowExceptionDetailsreedy05:43, 7 January 2011

Status & tagging log