r99118 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99117‎ | r99118 | r99119 >
Date:17:00, 6 October 2011
Author:maxsem
Status:ok
Tags:
Comment:
Follow-up r68645: back out --email, still not used
Modified paths:
  • /trunk/phase3/maintenance/install.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/install.php
@@ -40,7 +40,7 @@
4141
4242 $this->addArg( 'admin', 'The username of the wiki administrator (WikiSysop)', true );
4343 $this->addOption( 'pass', 'The password for the wiki administrator. You will be prompted for this if it isn\'t provided', false, true );
44 - $this->addOption( 'email', 'The email for the wiki administrator', false, true );
 44+ /* $this->addOption( 'email', 'The email for the wiki administrator', false, true ); */
4545 $this->addOption( 'scriptpath', 'The relative path of the wiki in the web server (/wiki)', false, true );
4646
4747 $this->addOption( 'lang', 'The language to use (en)', false, true );

Follow-up revisions

RevisionCommit summaryAuthorDate
r100750REL1_18 MFT r98997, r99118, r99370, r99700, r100239, r100242, r100347, r10051...reedy21:51, 25 October 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r68645* consolidate some installer functionals into the Installer class...mah21:48, 27 June 2010

Status & tagging log