|
MediaWiki
REL1_19
|


Public Member Functions | |
| __construct ($page= 'Watchlist') | |
| Constructor. | |
| execute ($par) | |
| Execute. | |
Protected Member Functions | |
| countItems () | |
| Count the number of items on a user's watchlist. | |
| cutoffLinks ($days, $options=array()) | |
| Returns html. | |
| daysLink ($d, $options=array()) | |
| hoursLink ($h, $options=array()) | |
| showHideLink ($options, $message, $name, $value) | |
Protected Attributes | |
| $customFilters | |
Definition at line 23 of file SpecialWatchlist.php.
| SpecialWatchlist::__construct | ( | $ | page = 'Watchlist' | ) |
| SpecialWatchlist::countItems | ( | ) | [protected] |
Count the number of items on a user's watchlist.
Definition at line 475 of file SpecialWatchlist.php.
References $count, $dbr, $res, SpecialPage\getUser(), and wfGetDB().
Referenced by execute().


| SpecialWatchlist::cutoffLinks | ( | $ | days, |
| $ | options = array() |
||
| ) | [protected] |
Returns html.
Definition at line 453 of file SpecialWatchlist.php.
References $options, daysLink(), SpecialPage\getLanguage(), hoursLink(), and SpecialPage\msg().
Referenced by execute().


| SpecialWatchlist::daysLink | ( | $ | d, |
| $ | options = array() |
||
| ) | [protected] |
Definition at line 436 of file SpecialWatchlist.php.
References $options, SpecialPage\getLanguage(), SpecialPage\getTitle(), Linker\linkKnown(), and SpecialPage\msg().
Referenced by cutoffLinks().


| SpecialWatchlist::execute | ( | $ | par | ) |
Execute.
| $par | Parameter passed to the page |
Reimplemented from SpecialPage.
Definition at line 37 of file SpecialWatchlist.php.
References $dbr, $options, $output, $res, $title, $user, $wgEnotifWatchlist, $wgRCShowWatchingUsers, $wgShowUpdatedMarker, SpecialPage\addFeedLinks(), SpecialEditWatchlist\buildTools(), Xml\checkLabel(), Xml\closeElement(), countItems(), cutoffLinks(), LogPage\DELETED_ACTION, LogPage\DELETED_RESTRICTED, SpecialEditWatchlist\EDIT_CLEAR, SpecialEditWatchlist\EDIT_RAW, Xml\fieldset(), MWCryptRand\generateHex(), SpecialPage\getContext(), SpecialPage\getLanguage(), SpecialEditWatchlist\getMode(), SpecialPage\getOutput(), SpecialPage\getRequest(), SpecialPage\getTitle(), SpecialPage\getTitleFor(), SpecialPage\getUser(), Html\hidden(), Xml\label(), Linker\linkKnown(), ChangeTags\modifyDisplayQuery(), SpecialPage\msg(), Xml\namespaceSelector(), ChangesList\newFromContext(), RecentChange\newFromRow(), Xml\openElement(), SpecialPage\outputHeader(), SpecialPage\setHeaders(), showHideLink(), Xml\submitButton(), wfAppendToArrayIfNotDefault(), wfGetDB(), wfGetLB(), wfRunHooks(), and wfTimestampNow().

| SpecialWatchlist::hoursLink | ( | $ | h, |
| $ | options = array() |
||
| ) | [protected] |
Definition at line 425 of file SpecialWatchlist.php.
References $options, SpecialPage\getLanguage(), SpecialPage\getTitle(), and Linker\linkKnown().
Referenced by cutoffLinks().


| SpecialWatchlist::showHideLink | ( | $ | options, |
| $ | message, | ||
| $ | name, | ||
| $ | value | ||
| ) | [protected] |
Definition at line 418 of file SpecialWatchlist.php.
References $options, SpecialPage\getTitle(), Linker\linkKnown(), and SpecialPage\msg().
Referenced by execute().


SpecialWatchlist::$customFilters [protected] |
Definition at line 24 of file SpecialWatchlist.php.