MediaWiki  1.29.1
WebInstallerInstall.php
Go to the documentation of this file.
1 <?php
22 class WebInstallerInstall extends WebInstallerPage {
23 
27  public function isSlow() {
28  return true;
29  }
30 
34  public function execute() {
35  if ( $this->getVar( '_UpgradeDone' ) ) {
36  return 'skip';
37  } elseif ( $this->getVar( '_InstallDone' ) ) {
38  return 'continue';
39  } elseif ( $this->parent->request->wasPosted() ) {
40  $this->startForm();
41  $this->addHTML( "<ul>" );
42  $results = $this->parent->performInstallation(
43  [ $this, 'startStage' ],
44  [ $this, 'endStage' ]
45  );
46  $this->addHTML( "</ul>" );
47  // PerformInstallation bails on a fatal, so make sure the last item
48  // completed before giving 'next.' Likewise, only provide back on failure
49  $lastStep = end( $results );
50  $continue = $lastStep->isOK() ? 'continue' : false;
51  $back = $lastStep->isOK() ? false : 'back';
52  $this->endForm( $continue, $back );
53  } else {
54  $this->startForm();
55  $this->addHTML( $this->parent->getInfoBox( wfMessage( 'config-install-begin' )->plain() ) );
56  $this->endForm();
57  }
58 
59  return true;
60  }
61 
65  public function startStage( $step ) {
66  // Messages: config-install-database, config-install-tables, config-install-interwiki,
67  // config-install-stats, config-install-keys, config-install-sysop, config-install-mainpage
68  $this->addHTML( "<li>" . wfMessage( "config-install-$step" )->escaped() .
69  wfMessage( 'ellipsis' )->escaped() );
70 
71  if ( $step == 'extension-tables' ) {
72  $this->startLiveBox();
73  }
74  }
75 
80  public function endStage( $step, $status ) {
81  if ( $step == 'extension-tables' ) {
82  $this->endLiveBox();
83  }
84  $msg = $status->isOK() ? 'config-install-step-done' : 'config-install-step-failed';
85  $html = wfMessage( 'word-separator' )->escaped() . wfMessage( $msg )->escaped();
86  if ( !$status->isOK() ) {
87  $html = "<span class=\"error\">$html</span>";
88  }
89  $this->addHTML( $html . "</li>\n" );
90  if ( !$status->isGood() ) {
91  $this->parent->showStatusBox( $status );
92  }
93  }
94 
95 }
false
processing should stop and the error should be shown to the user * false
Definition: hooks.txt:189
$status
this hook is for auditing only RecentChangesLinked and Watchlist RecentChangesLinked and Watchlist Do not use this to implement individual filters if they are compatible with the ChangesListFilter and ChangesListFilterGroup structure use sub classes of those in conjunction with the ChangesListSpecialPageStructuredFilters hook This hook can be used to implement filters that do not implement that or custom behavior that is not an individual filter e g Watchlist and Watchlist you will want to construct new ChangesListBooleanFilter or ChangesListStringOptionsFilter objects When constructing you specify which group they belong to You can reuse existing or create your you must register them with $special registerFilterGroup removed from all revisions and log entries to which it was applied This gives extensions a chance to take it off their books as the deletion has already been partly carried out by this point or something similar the user will be unable to create the tag set $status
Definition: hooks.txt:1049
WebInstallerInstall\endStage
endStage( $step, $status)
Definition: WebInstallerInstall.php:80
WebInstallerInstall\startStage
startStage( $step)
Definition: WebInstallerInstall.php:65
php
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
Definition: injection.txt:35
$html
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped noclasses just before the function returns a value If you return an< a > element with HTML attributes $attribs and contents $html will be returned If you return $ret will be returned and may include noclasses & $html
Definition: hooks.txt:1956
WebInstallerInstall
Definition: WebInstallerInstall.php:22
plain
either a plain
Definition: hooks.txt:2007
WebInstallerInstall\isSlow
isSlow()
Definition: WebInstallerInstall.php:27
WebInstallerInstall\execute
execute()
Definition: WebInstallerInstall.php:34
wfMessage
either a unescaped string or a HtmlArmor object after in associative array form externallinks including delete and has completed for all link tables whether this was an auto creation default is conds Array Extra conditions for the No matching items in log is displayed if loglist is empty msgKey Array If you want a nice box with a set this to the key of the message First element is the message additional optional elements are parameters for the key that are processed with wfMessage() -> params() ->parseAsBlock() - offset Set to overwrite offset parameter in $wgRequest set to '' to unset offset - wrap String Wrap the message in html(usually something like "&lt