Go to the source code of this file.
Functions | |
| wfSpecialWatchlist ($par) | |
| Constructor. | |
| wlShowHideLink ($options, $message, $name, $value) | |
| 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 $dbr, $defaults, $mode, $options, $res, $s, $url, $wgEnotifWatchlist, $wgFeedClasses, $wgLang, $wgOut, $wgRCShowWatchingUsers, $wgRequest, $wgScriptPath, $wgServer, $wgShowUpdatedMarker, $wgUser, WatchlistEditor::buildTools(), Xml::checkLabel(), Xml::closeElement(), Xml::fieldset(), ChangesList::flagLegend(), 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(), wfScript(), wfTimestampNow(), wlCutoffLinks(), and wlShowHideLink().
| wlCountItems | ( | &$ | user, | |
| $ | talk = true | |||
| ) |
Count the number of items on a user's watchlist.
| $talk | Include talk pages |
Definition at line 450 of file SpecialWatchlist.php.
| wlCutoffLinks | ( | $ | days, | |
| $ | page = 'Watchlist', |
|||
| $ | options = array() | |||
| ) |
Returns html.
Definition at line 424 of file SpecialWatchlist.php.
References $i, $options, $page, $wgLang, wfMsgExt(), wlDaysLink(), and wlHoursLink().
Referenced by wfSpecialWatchlist().
| wlDaysLink | ( | $ | d, | |
| $ | page, | |||
| $ | options = array() | |||
| ) |
Definition at line 403 of file SpecialWatchlist.php.
References $options, $page, $s, $title, $wgContLang, $wgLang, $wgUser, Title::newFromText(), and wfMsgHtml().
Referenced by wlCutoffLinks().
| wlHoursLink | ( | $ | h, | |
| $ | page, | |||
| $ | options = array() | |||
| ) |
Definition at line 386 of file SpecialWatchlist.php.
References $options, $page, $s, $title, $wgContLang, $wgLang, $wgUser, and Title::newFromText().
Referenced by wlCutoffLinks().
| wlShowHideLink | ( | $ | options, | |
| $ | message, | |||
| $ | name, | |||
| $ | value | |||
| ) |
Definition at line 371 of file SpecialWatchlist.php.
References $name, $options, $title, $wgUser, SpecialPage::getTitleFor(), and wfMsgHtml().
Referenced by wfSpecialWatchlist().
1.5.9