|
MediaWiki master
|
Inherits MediaWiki\Installer\WebInstallerPage.

Public Member Functions | |
| execute () | |
Public Member Functions inherited from MediaWiki\Installer\WebInstallerPage | |
| __construct (WebInstaller $parent) | |
| addHTML ( $html) | |
| endForm ( $continue='continue', $back='back') | |
| getName () | |
| getVar ( $var, $default=null) | |
| isSlow () | |
| Is this a slow-running page in the installer? If so, WebInstaller will set_time_limit(0) before calling execute(). | |
| setVar ( $name, $value) | |
| startForm () | |
Protected Member Functions | |
| handleExistingUpgrade ( $vars) | |
| Initiate an upgrade of the existing database. | |
| importVariables ( $names, $vars) | |
| showKeyForm () | |
| Show the "enter key" form. | |
Protected Member Functions inherited from MediaWiki\Installer\WebInstallerPage | |
| endLiveBox () | |
| Opposite to WebInstallerPage::startLiveBox. | |
| getFieldsetEnd () | |
| Get the end tag of a fieldset. | |
| getFieldsetStart ( $legend) | |
| Get the starting tags of a fieldset. | |
| getId () | |
| inlineScript ( $script) | |
| Javascript to include inline. | |
| startLiveBox () | |
| Opens a textarea used to display the progress of a long operation. | |
Additional Inherited Members | |
Public Attributes inherited from MediaWiki\Installer\WebInstallerPage | |
| WebInstaller | $parent |
| The WebInstaller object this WebInstallerPage belongs to. | |
Definition at line 13 of file WebInstallerExistingWiki.php.
| MediaWiki\Installer\WebInstallerExistingWiki::execute | ( | ) |
Reimplemented from MediaWiki\Installer\WebInstallerPage.
Definition at line 18 of file WebInstallerExistingWiki.php.
References MediaWiki\Installer\WebInstallerPage\addHTML(), MediaWiki\Installer\WebInstallerPage\endForm(), MediaWiki\Installer\Installer\getExistingLocalSettings(), MediaWiki\Installer\WebInstallerPage\getVar(), MediaWiki\Installer\WebInstallerExistingWiki\handleExistingUpgrade(), MediaWiki\Installer\WebInstallerPage\setVar(), MediaWiki\Installer\WebInstallerExistingWiki\showKeyForm(), MediaWiki\Installer\WebInstallerPage\startForm(), and wfMessage().
|
protected |
Initiate an upgrade of the existing database.
| mixed[] | $vars | Variables from LocalSettings.php |
Definition at line 127 of file WebInstallerExistingWiki.php.
References MediaWiki\Installer\Task\ITaskContext\CONN_CREATE_DATABASE, MediaWiki\Installer\Installer\getDBTypes(), MediaWiki\Installer\WebInstallerExistingWiki\importVariables(), and MediaWiki\Installer\WebInstallerPage\setVar().
Referenced by MediaWiki\Installer\WebInstallerExistingWiki\execute().
|
protected |
| string[] | $names | |
| mixed[] | $vars |
Definition at line 108 of file WebInstallerExistingWiki.php.
References MediaWiki\Installer\WebInstallerPage\setVar().
Referenced by MediaWiki\Installer\WebInstallerExistingWiki\handleExistingUpgrade().
|
protected |
Show the "enter key" form.
Definition at line 87 of file WebInstallerExistingWiki.php.
References MediaWiki\Installer\WebInstallerPage\addHTML(), MediaWiki\Installer\WebInstallerPage\endForm(), MediaWiki\Installer\WebInstallerPage\startForm(), and wfMessage().
Referenced by MediaWiki\Installer\WebInstallerExistingWiki\execute().