MediaWiki
REL1_20
|
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) | |
getFeedObject ($feedFormat) | |
Return an array with a ChangesFeed object and ChannelFeed object. | |
getFeedQuery () | |
Get the query string to append to feed link URLs. | |
getTargetTitle () | |
parseParameters ($par, FormOptions $opts) | |
Process $par and put options found if $opts Mainly used when including the page. | |
setBottomText (FormOptions $opts) | |
Send the text to be displayed after the options, for use in Recentchangeslinked. | |
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.
$conds | Array |
$opts | FormOptions |
Reimplemented from SpecialRecentChanges.
Definition at line 65 of file SpecialRecentchangeslinked.php.
References $dbr, $limit, $res, $title, SpecialPage\getOutput(), SpecialPage\getUser(), ChangeTags\modifyDisplayQuery(), SpecialPage\msg(), Title\newFromURL(), wfGetDB(), and wfRunHooks().
Create a FormOptions object specific for feed requests and return it.
Reimplemented from SpecialRecentChanges.
Definition at line 48 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.
$opts | FormOptions |
Reimplemented from SpecialRecentChanges.
Definition at line 228 of file SpecialRecentchangeslinked.php.
References ChangeTags\buildTagFilterSelector(), Xml\check(), Xml\input(), Xml\label(), SpecialPage\msg(), and SpecialRecentChanges\namespaceFilterForm().
SpecialRecentchangeslinked::getFeedObject | ( | $ | feedFormat | ) |
Return an array with a ChangesFeed object and ChannelFeed object.
Reimplemented from SpecialRecentChanges.
Definition at line 54 of file SpecialRecentchangeslinked.php.
References getTargetTitle(), SpecialPage\getTitle(), and SpecialPage\msg().
Get the query string to append to feed link URLs.
This is overridden by RCL to add the target parameter
Reimplemented from SpecialRecentChanges.
Definition at line 265 of file SpecialRecentchangeslinked.php.
References getTargetTitle().
Definition at line 246 of file SpecialRecentchangeslinked.php.
References SpecialRecentChanges\getOptions(), and Title\newFromText().
Referenced by getFeedObject(), getFeedQuery(), and setTopText().
SpecialRecentchangeslinked::parseParameters | ( | $ | par, |
FormOptions $ | opts | ||
) |
Process $par and put options found if $opts Mainly used when including the page.
$par | String |
$opts | FormOptions |
Reimplemented from SpecialRecentChanges.
Definition at line 44 of file SpecialRecentchangeslinked.php.
Send the text to be displayed after the options, for use in Recentchangeslinked.
$opts | FormOptions |
Reimplemented from SpecialRecentChanges.
Definition at line 274 of file SpecialRecentchangeslinked.php.
References SpecialPage\getOutput().
Send the text to be displayed above the options.
$opts | FormOptions |
Reimplemented from SpecialRecentChanges.
Definition at line 258 of file SpecialRecentchangeslinked.php.
References SpecialPage\getOutput(), and getTargetTitle().
SpecialRecentchangeslinked::$rclTargetTitle |
Definition at line 30 of file SpecialRecentchangeslinked.php.