MediaWiki REL1_33
|
Public Member Functions | |
execute () | |
getCCChooser () | |
getCCDoneBox () | |
getCCPartnerUrl () | |
submit () | |
submitCC () | |
submitSkins () | |
If the user skips this installer page, we still need to set up the default skins, but ignore everything else. | |
Public Member Functions inherited from 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 () | |
Private Member Functions | |
makeScreenshotsLink ( $name, $screenshots) | |
Additional Inherited Members | |
Public Attributes inherited from WebInstallerPage | |
WebInstaller | $parent |
The WebInstaller object this WebInstallerPage belongs to. | |
Protected Member Functions inherited from WebInstallerPage | |
endLiveBox () | |
Opposite to WebInstallerPage::startLiveBox. | |
getFieldsetEnd () | |
Get the end tag of a fieldset. | |
getFieldsetStart ( $legend) | |
Get the starting tags of a fieldset. | |
getId () | |
startLiveBox () | |
Opens a textarea used to display the progress of a long operation. | |
Definition at line 22 of file WebInstallerOptions.php.
WebInstallerOptions::execute | ( | ) |
Reimplemented from WebInstallerPage.
Definition at line 27 of file WebInstallerOptions.php.
References $attribs, $ext, $type, $wgLang, WebInstallerPage\addHTML(), and(), cache, WebInstallerPage\endForm(), SpecialVersion\getExtensionTypes(), WebInstallerPage\getFieldsetEnd(), WebInstallerPage\getFieldsetStart(), WebInstallerPage\getVar(), mail, makeScreenshotsLink(), plain, settings, WebInstallerPage\setVar(), WebInstallerPage\startForm(), submitSkins(), and wfMessage().
WebInstallerOptions::getCCChooser | ( | ) |
Definition at line 381 of file WebInstallerOptions.php.
References getCCPartnerUrl(), and WebInstallerPage\getVar().
WebInstallerOptions::getCCDoneBox | ( | ) |
Definition at line 405 of file WebInstallerOptions.php.
References and(), div, getCCPartnerUrl(), WebInstallerPage\getVar(), text, and wfMessage().
Referenced by submitCC().
WebInstallerOptions::getCCPartnerUrl | ( | ) |
Definition at line 355 of file WebInstallerOptions.php.
References and(), WebInstallerPage\getVar(), and wfArrayToCgi().
Referenced by getCCChooser(), and getCCDoneBox().
|
private |
Definition at line 327 of file WebInstallerOptions.php.
References $link, $wgLang, text, and wfMessage().
Referenced by execute().
WebInstallerOptions::submit | ( | ) |
Definition at line 465 of file WebInstallerOptions.php.
References $code, $ext, $skin, and(), WebInstallerPage\getVar(), key, WebInstallerPage\setVar(), text, and wfMessage().
WebInstallerOptions::submitCC | ( | ) |
Definition at line 432 of file WebInstallerOptions.php.
References WebInstallerPage\addHTML(), getCCDoneBox(), and WebInstallerPage\setVar().
WebInstallerOptions::submitSkins | ( | ) |
If the user skips this installer page, we still need to set up the default skins, but ignore everything else.
Definition at line 450 of file WebInstallerOptions.php.
References and().
Referenced by execute().