Public Member Functions | |
__construct ($oldTitle, $newTitle) | |
showForm ($err) | |
Show the form. | |
doSubmit () | |
showLogFragment ($title, &$out) | |
showSubpages ($title, $out) | |
Public Attributes | |
$oldTitle | |
$newTitle | |
$reason | |
$moveTalk | |
$deleteAndMove | |
$moveSubpages | |
$fixRedirects | |
$leaveRedirect | |
$moveOverShared | |
Private Attributes | |
$watch = false |
Definition at line 58 of file SpecialMovepage.php.
MovePageForm::__construct | ( | $ | oldTitle, | |
$ | newTitle | |||
) |
Definition at line 65 of file SpecialMovepage.php.
References $newTitle, $oldTitle, $wgRequest, and $wgUser.
MovePageForm::doSubmit | ( | ) |
Definition at line 330 of file SpecialMovepage.php.
References $dbr, $success, $wgDeleteRevisionsLimit, $wgFixDoubleRedirects, $wgLang, $wgMaximumMovedPages, $wgOut, $wgRequest, $wgUser, StringUtils::escapeRegexReplacement(), DoubleRedirectJob::fixRedirects(), MWNamespace::hasSubpages(), Title::makeName(), Title::makeTitleSafe(), TitleArray::newFromResult(), showForm(), RepoGroup::singleton(), wfFindFile(), wfGetDB(), wfLocalFile(), wfMsg(), wfMsgExt(), wfMsgForContent(), wfMsgHtml(), and wfRunHooks().
MovePageForm::showForm | ( | $ | err | ) |
Show the form.
mixed | $err Error message. May either be a string message name or array message name and parameters, like the second argument to OutputPage::wrapWikiMsg(). |
Definition at line 92 of file SpecialMovepage.php.
References $classes, $dbr, $newTitle, $wgContLang, $wgFixDoubleRedirects, $wgLang, $wgMaximumMovedPages, $wgOut, $wgUser, Xml::check(), Xml::checkLabel(), Xml::closeElement(), Html::element(), Xml::element(), SpecialPage::getTitleFor(), Xml::hidden(), Xml::input(), Xml::label(), Xml::openElement(), LogEventsList::showLogExtract(), showLogFragment(), showSubpages(), Xml::submitButton(), Xml::tags(), wfGetDB(), wfMsg(), wfMsgExt(), and wfMsgHtml().
Referenced by doSubmit().
MovePageForm::showLogFragment | ( | $ | title, | |
&$ | out | |||
) |
Definition at line 559 of file SpecialMovepage.php.
References $out, $title, Xml::element(), LogPage::logName(), and LogEventsList::showLogExtract().
Referenced by showForm().
MovePageForm::showSubpages | ( | $ | title, | |
$ | out | |||
) |
Definition at line 564 of file SpecialMovepage.php.
References $out, $title, $wgLang, $wgUser, and MWNamespace::hasSubpages().
Referenced by showForm().
MovePageForm::$deleteAndMove |
Definition at line 61 of file SpecialMovepage.php.
MovePageForm::$fixRedirects |
Definition at line 61 of file SpecialMovepage.php.
MovePageForm::$leaveRedirect |
Definition at line 61 of file SpecialMovepage.php.
MovePageForm::$moveOverShared |
Definition at line 61 of file SpecialMovepage.php.
MovePageForm::$moveSubpages |
Definition at line 61 of file SpecialMovepage.php.
MovePageForm::$moveTalk |
Definition at line 61 of file SpecialMovepage.php.
MovePageForm::$newTitle |
MovePageForm::$oldTitle |
MovePageForm::$reason |
Definition at line 60 of file SpecialMovepage.php.
MovePageForm::$watch = false [private] |
Definition at line 63 of file SpecialMovepage.php.