MediaWiki
REL1_19
|
Public Member Functions | |
__construct () | |
execute ($par) | |
Special page "deleted user contributions". | |
getForm ($options) | |
Generates the namespace selector form with hidden attributes. | |
getSubTitle ($userObj) | |
Generates the subheading with links. |
Definition at line 247 of file SpecialDeletedContributions.php.
Definition at line 248 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 260 of file SpecialDeletedContributions.php.
References $options, $out, $user, $wgQueryPageDefaultLimit, SpecialPage\displayRestrictionError(), SpecialPage\getContext(), getForm(), SpecialPage\getOutput(), SpecialPage\getRequest(), getSubTitle(), SpecialPage\getUser(), IP\isIPAddress(), SpecialPage\msg(), User\newFromName(), SpecialPage\setHeaders(), SpecialPage\userCanExecute(), and wfGetLB().
DeletedContributionsPage::getForm | ( | $ | options | ) |
Generates the namespace selector form with hidden attributes.
$options | Array: the options to be included. |
Definition at line 454 of file SpecialDeletedContributions.php.
References $f, $options, $wgScript, Xml\closeElement(), Xml\element(), SpecialPage\getTitle(), Html\hidden(), Html\input(), Xml\label(), SpecialPage\msg(), Xml\namespaceSelector(), Xml\openElement(), Xml\submitButton(), and Xml\tags().
Referenced by execute().
DeletedContributionsPage::getSubTitle | ( | $ | userObj | ) |
Generates the subheading with links.
$userObj | User object for the target |
Definition at line 343 of file SpecialDeletedContributions.php.
References $out, $user, SpecialPage\getContext(), SpecialPage\getLanguage(), SpecialPage\getOutput(), SpecialPage\getTitleFor(), SpecialPage\getUser(), IP\isIPAddress(), Linker\link(), Linker\linkKnown(), SpecialPage\msg(), User\newFromId(), LogEventsList\showLogExtract(), and wfRunHooks().
Referenced by execute().