Go to the source code of this file.
Functions | |
wfSpecialWatchlist ($par) | |
Constructor. | |
wlHoursLink ($h, $page, $options=array()) | |
wlDaysLink ($d, $page, $options=array()) | |
wlCutoffLinks ($days, $page= 'Watchlist', $options=array()) | |
Returns html. | |
wlCountItems (&$user, $talk=true) | |
Count the number of items on a user's watchlist. |
Definition in file SpecialWatchlist.php.
wfSpecialWatchlist | ( | $ | par | ) |
Constructor.
$par | Parameter passed to the page |
Definition at line 12 of file SpecialWatchlist.php.
References $conds, $counter, $dbr, $defaults, $fields, $mode, $numRows, $obj, $options, $res, $row, $s, $wgEnotifWatchlist, $wgLang, $wgOut, $wgRCShowWatchingUsers, $wgRequest, $wgShowUpdatedMarker, $wgUser, WatchlistEditor::buildTools(), Xml::checkLabel(), Xml::closeElement(), Xml::fieldset(), WatchlistEditor::getMode(), SpecialPage::getTitleFor(), Xml::hidden(), Xml::label(), ChangeTags::modifyDisplayQuery(), Xml::namespaceSelector(), RecentChange::newFromRow(), ChangesList::newFromUser(), Xml::openElement(), Xml::submitButton(), wfAppendToArrayIfNotDefault(), wfArrayToCGI(), wfGetDB(), wfMsg(), wfMsgExt(), wfMsgHtml(), wfMsgWikiHtml(), wfRunHooks(), wfTimestampNow(), and wlCutoffLinks().
wlCountItems | ( | &$ | user, | |
$ | talk = true | |||
) |
wlCutoffLinks | ( | $ | days, | |
$ | page = 'Watchlist' , |
|||
$ | options = array() | |||
) |
Returns html.
Definition at line 394 of file SpecialWatchlist.php.
References $i, $options, $page, $wgLang, wfMsgExt(), wlDaysLink(), and wlHoursLink().
Referenced by wfSpecialWatchlist().
wlDaysLink | ( | $ | d, | |
$ | page, | |||
$ | options = array() | |||
) |
Definition at line 381 of file SpecialWatchlist.php.
References $options, $page, $s, $wgContLang, $wgLang, $wgUser, wfArrayToCGI(), and wfMsgHtml().
Referenced by wlCutoffLinks().
wlHoursLink | ( | $ | h, | |
$ | page, | |||
$ | options = array() | |||
) |
Definition at line 371 of file SpecialWatchlist.php.
References $options, $page, $s, $wgContLang, $wgLang, $wgUser, and wfArrayToCGI().
Referenced by wlCutoffLinks().