MediaWiki
REL1_19
|
Public Member Functions | |
execute () | |
Protected Member Functions | |
handleExistingUpgrade ($vars) | |
Initiate an upgrade of the existing database. | |
importVariables ($names, $vars) | |
showKeyForm () | |
Show the "enter key" form. |
Definition at line 247 of file WebInstallerPage.php.
Reimplemented from WebInstallerPage.
Definition at line 248 of file WebInstallerPage.php.
References WebInstallerPage\addHTML(), WebInstallerPage\endForm(), Installer\getExistingLocalSettings(), WebInstallerPage\getVar(), handleExistingUpgrade(), WebInstallerPage\setVar(), showKeyForm(), WebInstallerPage\startForm(), and wfMsgNoTrans().
WebInstaller_ExistingWiki::handleExistingUpgrade | ( | $ | vars | ) | [protected] |
Initiate an upgrade of the existing database.
$vars | Variables from LocalSettings.php and AdminSettings.php |
Definition at line 347 of file WebInstallerPage.php.
References Installer\getDBTypes(), importVariables(), Status\newFatal(), and WebInstallerPage\setVar().
Referenced by execute().
WebInstaller_ExistingWiki::importVariables | ( | $ | names, |
$ | vars | ||
) | [protected] |
Definition at line 331 of file WebInstallerPage.php.
References Status\newGood(), and WebInstallerPage\setVar().
Referenced by handleExistingUpgrade().
WebInstaller_ExistingWiki::showKeyForm | ( | ) | [protected] |
Show the "enter key" form.
Definition at line 317 of file WebInstallerPage.php.
References WebInstallerPage\addHTML(), WebInstallerPage\endForm(), WebInstallerPage\startForm(), and wfMsgNoTrans().
Referenced by execute().