MediaWiki
REL1_22
|
This is to display changes made to all articles linked in an article. More...
Public Member Functions | |
__construct () | |
doMainQuery ($conds, $opts) | |
Process the query. | |
feedSetup () | |
Create a FormOptions object specific for feed requests and return it. | |
getDefaultOptions () | |
Get a FormOptions object containing the default options. | |
getExtraOptions ($opts) | |
Get options to be displayed in a form. | |
getFeedObject ($feedFormat) | |
Return an array with a ChangesFeed object and ChannelFeed object. | |
getTargetTitle () | |
parseParameters ($par, FormOptions $opts) | |
Process $par and put options found if $opts Mainly used when including the page. | |
setTopText (FormOptions $opts) | |
Send the text to be displayed above the options. | |
Public Attributes | |
$rclTargetTitle |
This is to display changes made to all articles linked in an article.
Definition at line 29 of file SpecialRecentchangeslinked.php.
Definition at line 32 of file SpecialRecentchangeslinked.php.
SpecialRecentchangeslinked::doMainQuery | ( | $ | conds, |
$ | opts | ||
) |
Process the query.
array | $conds | |
FormOptions | $opts |
Reimplemented from SpecialRecentChanges.
Definition at line 64 of file SpecialRecentchangeslinked.php.
References $dbr, $limit, $query, $res, $title, array(), as, SpecialPage\getOutput(), SpecialPage\getUser(), ChangeTags\modifyDisplayQuery(), SpecialPage\msg(), Title\newFromURL(), RecentChange\selectFields(), wfGetDB(), and wfRunHooks().
Create a FormOptions object specific for feed requests and return it.
Reimplemented from SpecialRecentChanges.
Definition at line 47 of file SpecialRecentchangeslinked.php.
References SpecialPage\getRequest().
Get a FormOptions object containing the default options.
Reimplemented from SpecialRecentChanges.
Definition at line 36 of file SpecialRecentchangeslinked.php.
Get options to be displayed in a form.
FormOptions | $opts |
Reimplemented from SpecialRecentChanges.
Definition at line 234 of file SpecialRecentchangeslinked.php.
References array(), Xml\check(), Xml\input(), Xml\label(), SpecialPage\msg(), and text.
SpecialRecentchangeslinked::getFeedObject | ( | $ | feedFormat | ) |
Return an array with a ChangesFeed object and ChannelFeed object.
string | $feedFormat | Feed's format (either 'rss' or 'atom') |
Reimplemented from SpecialRecentChanges.
Definition at line 53 of file SpecialRecentchangeslinked.php.
References array(), getTargetTitle(), SpecialPage\getTitle(), SpecialPage\msg(), and text.
Definition at line 250 of file SpecialRecentchangeslinked.php.
References SpecialRecentChanges\getOptions(), and Title\newFromText().
Referenced by getFeedObject(), and setTopText().
SpecialRecentchangeslinked::parseParameters | ( | $ | par, |
FormOptions $ | opts | ||
) |
Process $par and put options found if $opts Mainly used when including the page.
string | $par | |
FormOptions | $opts |
Reimplemented from SpecialRecentChanges.
Definition at line 43 of file SpecialRecentchangeslinked.php.
Send the text to be displayed above the options.
FormOptions | $opts | Unused |
Reimplemented from SpecialRecentChanges.
Definition at line 262 of file SpecialRecentchangeslinked.php.
References SpecialPage\getOutput(), and getTargetTitle().
SpecialRecentchangeslinked::$rclTargetTitle |
Definition at line 30 of file SpecialRecentchangeslinked.php.