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 | |
Private Attributes | |
$watch = false |
Definition at line 56 of file SpecialMovepage.php.
MovePageForm::__construct | ( | $ | oldTitle, | |
$ | newTitle | |||
) |
MovePageForm::doSubmit | ( | ) |
Definition at line 292 of file SpecialMovepage.php.
References $conds, $count, $dbr, $error, $file, $success, $wgDeleteRevisionsLimit, $wgFixDoubleRedirects, $wgLang, $wgMaximumMovedPages, $wgOut, $wgRequest, $wgUser, DoubleRedirectJob::fixRedirects(), MWNamespace::hasSubpages(), Title::makeName(), Title::makeTitleSafe(), TitleArray::newFromResult(), showForm(), 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 89 of file SpecialMovepage.php.
References $dbr, $newTitle, $wgFixDoubleRedirects, $wgLang, $wgMaximumMovedPages, $wgOut, $wgUser, Xml::checkLabel(), Xml::closeElement(), Xml::element(), SpecialPage::getTitleFor(), Xml::hidden(), Xml::input(), Xml::label(), Xml::openElement(), showLogFragment(), showSubpages(), Xml::submitButton(), Xml::tags(), wfGetDB(), wfMsg(), wfMsgExt(), and wfMsgHtml().
Referenced by doSubmit().
MovePageForm::showLogFragment | ( | $ | title, | |
&$ | out | |||
) |
Definition at line 497 of file SpecialMovepage.php.
References $out, $title, Xml::element(), LogPage::logName(), and LogEventsList::showLogExtract().
Referenced by showForm().
MovePageForm::showSubpages | ( | $ | title, | |
$ | out | |||
) |
Definition at line 502 of file SpecialMovepage.php.
References $count, $out, $title, $wgLang, $wgUser, and MWNamespace::hasSubpages().
Referenced by showForm().
MovePageForm::$deleteAndMove |
Definition at line 59 of file SpecialMovepage.php.
MovePageForm::$fixRedirects |
Definition at line 59 of file SpecialMovepage.php.
MovePageForm::$leaveRedirect |
Definition at line 59 of file SpecialMovepage.php.
MovePageForm::$moveSubpages |
Definition at line 59 of file SpecialMovepage.php.
MovePageForm::$moveTalk |
Definition at line 59 of file SpecialMovepage.php.
MovePageForm::$newTitle |
MovePageForm::$oldTitle |
MovePageForm::$reason |
Definition at line 58 of file SpecialMovepage.php.
MovePageForm::$watch = false [private] |
Definition at line 61 of file SpecialMovepage.php.