Public Member Functions | |
__construct () | |
execute ($par) | |
Special page "deleted user contributions". | |
getSubTitle ($nt, $id) | |
Generates the subheading with links. | |
getForm ($options) | |
Generates the namespace selector form with hidden attributes. |
Definition at line 239 of file SpecialDeletedContributions.php.
DeletedContributionsPage::__construct | ( | ) |
Definition at line 240 of file SpecialDeletedContributions.php.
DeletedContributionsPage::execute | ( | $ | par | ) |
Special page "deleted user contributions".
Shows a list of the deleted contributions of a user.
$par | String: (optional) user name of the user for which to show the contributions |
Reimplemented from SpecialPage.
Definition at line 252 of file SpecialDeletedContributions.php.
References $options, $wgLang, $wgOut, $wgRequest, $wgUser, SpecialPage::displayRestrictionError(), getForm(), getSubTitle(), User::idFromName(), IP::isIPAddress(), Title::makeTitleSafe(), SpecialPage::setHeaders(), SpecialPage::userCanExecute(), wfEmptyMsg(), wfMsgExt(), and wfMsgNoTrans().
DeletedContributionsPage::getForm | ( | $ | options | ) |
Generates the namespace selector form with hidden attributes.
$options | Array: the options to be included. |
Definition at line 447 of file SpecialDeletedContributions.php.
References $name, $options, $wgRequest, $wgScript, Xml::closeElement(), Xml::element(), SpecialPage::getTitleFor(), Xml::hidden(), Html::input(), Xml::label(), Xml::namespaceSelector(), Xml::openElement(), Xml::submitButton(), Xml::tags(), wfMsg(), and wfMsgExt().
Referenced by execute().
DeletedContributionsPage::getSubTitle | ( | $ | nt, | |
$ | id | |||
) |
Generates the subheading with links.
Title | $nt |
integer | $id User ID for the target |
Definition at line 336 of file SpecialDeletedContributions.php.
References $wgLang, $wgOut, $wgSysopUserBans, $wgUser, SpecialPage::getTitleFor(), IP::isIPAddress(), User::newFromId(), User::newFromName(), LogEventsList::showLogExtract(), wfEmptyMsg(), wfMsg(), wfMsgHtml(), and wfRunHooks().
Referenced by execute().