r69627 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69626‎ | r69627 | r69628 >
Date:15:47, 20 July 2010
Author:mah
Status:ok (Comments)
Tags:
Comment:
admin parameter is required now since we no longer default to WikiSysop
Modified paths:
  • /trunk/phase3/maintenance/install.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/install.php
@@ -30,8 +30,8 @@
3131
3232 $this->addArg( 'name', 'The name of the wiki', true);
3333
34 - $this->addArg( 'admin', 'The username of the wiki administrator (WikiSysop)', false);
35 - $this->addOption( 'pass', 'The password for the wiki administrator. You will be prompted for this if it isn\'t provided', false, true);
 34+ $this->addArg( 'admin', 'The username of the wiki administrator (WikiSysop)', true);
 35+ $this->addOption( 'pass', 'The password for the wiki administrator. You will be prompted for this if it isn\'t provided', false, true);
3636 $this->addOption( 'email', 'The email for the wiki administrator', false, true);
3737
3838 $this->addOption( 'lang', 'The language to use (en)', false, true );

Comments

#Comment by Bryan (talk | contribs)   08:39, 20 December 2010

Why the tab in the pass option?

Status & tagging log