MediaWiki
REL1_21
|
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. | |
Protected Member Functions | |
getGroupName () | |
Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-group-*' for valid names This method defaults to group 'other'. |
Definition at line 254 of file SpecialDeletedContributions.php.
Definition at line 255 of file SpecialDeletedContributions.php.
DeletedContributionsPage::execute | ( | $ | par | ) |
Special page "deleted user contributions".
Shows a list of the deleted contributions of a user.
string | $par | (optional) user name of the user for which to show the contributions |
Reimplemented from SpecialPage.
Definition at line 266 of file SpecialDeletedContributions.php.
References $options, $out, $user, array(), SpecialPage\displayRestrictionError(), SpecialPage\getContext(), getForm(), SpecialPage\getOutput(), SpecialPage\getRequest(), SpecialPage\getSkin(), getSubTitle(), SpecialPage\getUser(), global, IP\isIPAddress(), SpecialPage\msg(), User\newFromName(), SpecialPage\outputHeader(), SpecialPage\setHeaders(), SpecialPage\userCanExecute(), and wfGetLB().
DeletedContributionsPage::getForm | ( | $ | options | ) |
Generates the namespace selector form with hidden attributes.
array | $options | the options to be included. |
Definition at line 471 of file SpecialDeletedContributions.php.
References $f, $name, $options, $value, array(), as, Xml\closeElement(), Xml\element(), SpecialPage\getTitle(), global, Html\hidden(), Html\input(), SpecialPage\msg(), Html\namespaceSelector(), Xml\openElement(), Xml\submitButton(), Xml\tags(), and text.
Referenced by execute().
DeletedContributionsPage::getGroupName | ( | ) | [protected] |
Under which header this special page is listed in Special:SpecialPages See messages 'specialpages-group-*' for valid names This method defaults to group 'other'.
Reimplemented from SpecialPage.
Definition at line 526 of file SpecialDeletedContributions.php.
DeletedContributionsPage::getSubTitle | ( | $ | userObj | ) |
Generates the subheading with links.
$userObj | User object for the target |
Definition at line 351 of file SpecialDeletedContributions.php.
References $out, $tools, $user, array(), block, blocked(), SpecialPage\getContext(), SpecialPage\getLanguage(), SpecialPage\getOutput(), SpecialPage\getTitleFor(), SpecialPage\getUser(), in, is, IP\isIPAddress(), Linker\link(), Linker\linkKnown(), SpecialPage\msg(), LogEventsList\showLogExtract(), t(), and wfRunHooks().
Referenced by execute().