Inherits ReverseChronologicalPager.
Public Member Functions | |
__construct ($target, $namespace=false, $year=false, $month=false, $tagFilter=false) | |
getDefaultQuery () | |
Get an array of query parameters that should be put into self-links. | |
getQueryInfo () | |
This function should be overridden to provide all parameters needed for the main paged query. | |
getUserCond () | |
getNamespaceCond () | |
getIndexField () | |
This function should be overridden to return the name of the index fi- eld. | |
getStartBody () | |
Hook into getBody(), allows text to be inserted at the start. | |
getEndBody () | |
Hook into getBody() for the end of the list. | |
formatRow ($row) | |
Generates each row in the contributions list. | |
getDatabase () | |
Get the Database object in use. | |
Public Attributes | |
$mDefaultDirection = true | |
$mDefaultDirection gives the direction to use when sorting results: false for ascending, true for descending. | |
$messages | |
$target | |
$namespace = '' | |
$mDb |
Definition at line 367 of file SpecialContributions.php.
ContribsPager::__construct | ( | $ | target, | |
$ | namespace = false , |
|||
$ | year = false , |
|||
$ | month = false , |
|||
$ | tagFilter = false | |||
) |
Definition at line 372 of file SpecialContributions.php.
References $msg, $namespace, $target, ReverseChronologicalPager::__construct(), ReverseChronologicalPager::getDateCond(), wfGetDB(), and wfMsgExt().
ContribsPager::formatRow | ( | $ | row | ) |
Generates each row in the contributions list.
Contributions which are marked "top" are currently on top of the history. For these contributions, a [rollback] link is shown for users with roll- back privileges. The rollback link restores the most recent version that was not written by the target user.
Reimplemented from IndexPager.
Definition at line 475 of file SpecialContributions.php.
References $classes, $page, $row, $wgContLang, $wgLang, $wgUser, Revision::DELETED_TEXT, ChangeTags::formatSummaryRow(), IndexPager::getSkin(), Title::newFromRow(), wfMsgHtml(), wfProfileIn(), wfProfileOut(), wfRunHooks(), and wfTimestamp().
ContribsPager::getDatabase | ( | ) |
Get the Database object in use.
Definition at line 560 of file SpecialContributions.php.
ContribsPager::getDefaultQuery | ( | ) |
Get an array of query parameters that should be put into self-links.
By default, all parameters passed in the URL are used, except for a short blacklist.
Reimplemented from IndexPager.
Definition at line 386 of file SpecialContributions.php.
ContribsPager::getEndBody | ( | ) |
Hook into getBody() for the end of the list.
Reimplemented from IndexPager.
Definition at line 461 of file SpecialContributions.php.
ContribsPager::getIndexField | ( | ) |
This function should be overridden to return the name of the index fi- eld.
If the pager supports multiple orders, it may return an array of 'querykey' => 'indexfield' pairs, so that a request with &count=querykey will use indexfield to sort. In this case, the first returned key is the default.
Needless to say, it's really not a good idea to use a non-unique index for this! That won't page right.
Reimplemented from IndexPager.
Definition at line 453 of file SpecialContributions.php.
ContribsPager::getNamespaceCond | ( | ) |
ContribsPager::getQueryInfo | ( | ) |
This function should be overridden to provide all parameters needed for the main paged query.
It returns an associative array with the following elements: tables => Table(s) for passing to Database::select() fields => Field(s) for passing to Database::select(), may be * conds => WHERE conditions options => option array
Reimplemented from IndexPager.
Definition at line 392 of file SpecialContributions.php.
References $conds, $wgUser, Revision::DELETED_USER, getNamespaceCond(), getUserCond(), ChangeTags::modifyDisplayQuery(), and wfRunHooks().
ContribsPager::getStartBody | ( | ) |
Hook into getBody(), allows text to be inserted at the start.
This will be called even if there are no rows in the result set.
Reimplemented from IndexPager.
Definition at line 457 of file SpecialContributions.php.
ContribsPager::getUserCond | ( | ) |
ContribsPager::$mDb |
ContribsPager::$mDefaultDirection = true |
$mDefaultDirection gives the direction to use when sorting results: false for ascending, true for descending.
If $mIsBackwards is set, we start from the opposite end, but we still sort the page itself according to $mDefaultDirection. E.g., if $mDefaultDirection is false but we're going backwards, we'll display the last page of results, but the last result will be at the bottom, not the top.
Like $mIndexField, $mDefaultDirection will be a single value even if the class supports multiple default directions for different order types.
Reimplemented from ReverseChronologicalPager.
Definition at line 368 of file SpecialContributions.php.
ContribsPager::$messages |
Definition at line 369 of file SpecialContributions.php.
ContribsPager::$namespace = '' |
ContribsPager::$target |