MediaWiki
REL1_23
|
Sub class of HTMLForm that provides the form section of SpecialUpload. More...
Public Member Functions | |
__construct (array $options=array(), IContextSource $context=null) | |
show () | |
Add the upload JS and show the form. | |
trySubmit () | |
Empty function; submission is handled elsewhere. | |
Protected Member Functions | |
addUploadJS () | |
Add upload JS to the OutputPage. | |
getDescriptionSection () | |
Get the descriptor of the fieldset that contains the file description input. | |
getExtensionsMessage () | |
Get the messages indicating which extensions are preferred and prohibitted. | |
getOptionsSection () | |
Get the descriptor of the fieldset that contains the upload options, such as "watch this file". | |
getSourceSection () | |
Get the descriptor of the fieldset that contains the file source selection. | |
Protected Attributes | |
$mComment | |
$mDestFile | |
$mDestWarningAck | |
$mForReUpload | |
$mHideIgnoreWarning | |
$mMaxFileSize = array() | |
$mMaxUploadSize = array() | |
$mSessionKey | |
$mSourceIds | |
$mTextAfterSummary | |
$mTextTop | |
$mWatch |
Sub class of HTMLForm that provides the form section of SpecialUpload.
Definition at line 740 of file SpecialUpload.php.
UploadForm::__construct | ( | array $ | options = array() , |
IContextSource $ | context = null |
||
) |
Definition at line 758 of file SpecialUpload.php.
UploadForm::addUploadJS | ( | ) | [protected] |
Add upload JS to the OutputPage.
Definition at line 1093 of file SpecialUpload.php.
UploadForm::getDescriptionSection | ( | ) | [protected] |
Get the descriptor of the fieldset that contains the file description input.
The section is 'description'
Definition at line 945 of file SpecialUpload.php.
References $e, $wgContLang, HTMLForm\addHeaderText(), array(), Html\element(), ContextSource\getUser(), global, in, of, and RepoGroup\singleton().
UploadForm::getExtensionsMessage | ( | ) | [protected] |
Get the messages indicating which extensions are preferred and prohibitted.
Definition at line 899 of file SpecialUpload.php.
Referenced by getSourceSection().
UploadForm::getOptionsSection | ( | ) | [protected] |
Get the descriptor of the fieldset that contains the upload options, such as "watch this file".
The section is 'options'
Definition at line 1043 of file SpecialUpload.php.
References $user, array(), and ContextSource\getUser().
UploadForm::getSourceSection | ( | ) | [protected] |
Get the descriptor of the fieldset that contains the file source selection.
The section is 'source'
Definition at line 805 of file SpecialUpload.php.
References array(), ContextSource\getContext(), getExtensionsMessage(), ContextSource\getLanguage(), UploadBase\getMaxUploadSize(), ContextSource\getRequest(), ContextSource\getUser(), global, UploadFromUrl\isAllowed(), UploadFromUrl\isEnabled(), ContextSource\msg(), wfIsHHVM(), wfRunHooks(), and wfShorthandToInteger().
UploadForm::show | ( | ) |
Add the upload JS and show the form.
Reimplemented from HTMLForm.
Definition at line 1085 of file SpecialUpload.php.
Empty function; submission is handled elsewhere.
Reimplemented from HTMLForm.
Definition at line 1129 of file SpecialUpload.php.
UploadForm::$mComment [protected] |
Definition at line 748 of file SpecialUpload.php.
UploadForm::$mDestFile [protected] |
Definition at line 746 of file SpecialUpload.php.
UploadForm::$mDestWarningAck [protected] |
Definition at line 745 of file SpecialUpload.php.
UploadForm::$mForReUpload [protected] |
Definition at line 742 of file SpecialUpload.php.
UploadForm::$mHideIgnoreWarning [protected] |
Definition at line 744 of file SpecialUpload.php.
UploadForm::$mMaxFileSize = array() [protected] |
Definition at line 754 of file SpecialUpload.php.
UploadForm::$mMaxUploadSize = array() [protected] |
Definition at line 756 of file SpecialUpload.php.
UploadForm::$mSessionKey [protected] |
Definition at line 743 of file SpecialUpload.php.
UploadForm::$mSourceIds [protected] |
Definition at line 752 of file SpecialUpload.php.
UploadForm::$mTextAfterSummary [protected] |
Definition at line 750 of file SpecialUpload.php.
UploadForm::$mTextTop [protected] |
Definition at line 749 of file SpecialUpload.php.
UploadForm::$mWatch [protected] |
Definition at line 741 of file SpecialUpload.php.