MediaWiki REL1_39
|
Public Member Functions | |
__construct ( $list, $types=[], $performer='', $page='', $pattern=false, $conds=[], $year=false, $month=false, $day=false, $tagFilter='', $action='', $logId=0, LinkBatchFactory $linkBatchFactory=null, ILoadBalancer $loadBalancer=null, ActorNormalization $actorNormalization=null) | |
doQuery () | |
Do the query, using information from the object context. | |
formatRow ( $row) | |
Returns an HTML string representing the result row $row. | |
getAction () | |
getDay () | |
getDefaultQuery () | |
Get an array of query parameters that should be put into self-links. | |
getFilterParams () | |
getIndexField () | |
Returns the name of the index field. | |
getMonth () | |
getPage () | |
getPattern () | |
getPerformer () | |
Guaranteed to either return a valid title string or a Zero-Length String. | |
getQueryInfo () | |
Constructs the most part of the query. | |
getTagFilter () | |
getType () | |
getYear () | |
Public Member Functions inherited from ReverseChronologicalPager | |
getDateCond ( $year, $month, $day=-1) | |
Set and return the mOffset timestamp such that we can get all revisions with a timestamp up to the specified parameters. | |
getNavigationBar () | |
Public Member Functions inherited from IndexPager | |
__construct (IContextSource $context=null, LinkRenderer $linkRenderer=null) | |
getBody () | |
Get the formatted result list. | |
getDatabase () | |
Get the Database object in use. | |
getLimit () | |
Get the current limit. | |
getModuleStyles () | |
ResourceLoader modules that must be loaded to provide correct styling for this pager. | |
getNavigationBuilder () | |
getNumRows () | |
Get the number of rows in the result set. | |
getOffsetQuery () | |
Get the current offset for the URL query parameter. | |
getPagingQueries () | |
Get a URL query array for the prev, next, first and last links. | |
getResult () | |
getResultOffset () | |
reallyDoQuery ( $offset, $limit, $order) | |
Do a query with specified parameters, rather than using the object context. | |
setIncludeOffset ( $include) | |
Set whether a row matching exactly the offset should be also included in the result or not. | |
setLimit ( $limit) | |
Set the limit from an other source than the request. | |
setOffset ( $offset) | |
Set the offset from an other source than the request. | |
Public Member Functions inherited from ContextSource | |
canUseWikiPage () | |
Check whether a WikiPage object can be get with getWikiPage(). | |
exportSession () | |
Export the resolved user IP, HTTP headers, user ID, and session ID. | |
getActionName () | |
Get the action name for the current web request. | |
getAuthority () | |
getConfig () | |
getContext () | |
Get the base IContextSource object. | |
getCsrfTokenSet () | |
Get a repository to obtain and match CSRF tokens. | |
getLanguage () | |
getOutput () | |
getRequest () | |
getSkin () | |
getStats () | |
getTiming () | |
getTitle () | |
getUser () | |
getWikiPage () | |
Get the WikiPage object. | |
msg ( $key,... $params) | |
Get a Message object with context set Parameters are the same as wfMessage() | |
setContext (IContextSource $context) | |
Public Attributes | |
LogEventsList | $mLogEventsList |
Public Attributes inherited from ReverseChronologicalPager | |
int | $mDay |
bool | $mDefaultDirection = IndexPager::DIR_DESCENDING |
bool | $mGroupByDate = false |
Whether to group items by date. | |
int | $mMonth |
int | $mYear |
Public Attributes inherited from IndexPager | |
IDatabase | $mDb |
bool | $mDefaultDirection |
$mDefaultDirection gives the direction to use when sorting results: DIR_ASCENDING or DIR_DESCENDING. | |
int | $mDefaultLimit = 50 |
The default entry limit choosen for clients. | |
bool | $mIsBackwards |
bool | $mIsFirst |
True if the current result set is the first one. | |
bool | $mIsLast |
int | $mLimit |
The maximum number of entries to show. | |
int[] | $mLimitsShown = [ 20, 50, 100, 250, 500 ] |
List of default entry limit options to be presented to clients. | |
mixed | $mOffset |
The starting point to enumerate entries. | |
stdClass bool null | $mPastTheEndRow |
Extra row fetched at the end to see if the end was reached. | |
bool | $mQueryDone = false |
Whether the listing query completed. | |
WebRequest | $mRequest |
IResultWrapper | $mResult |
Result object for the query. | |
const | DIR_ASCENDING = false |
Backwards-compatible constant for $mDefaultDirection field (do not change) | |
const | DIR_DESCENDING = true |
Backwards-compatible constant for $mDefaultDirection field (do not change) | |
const | QUERY_ASCENDING = true |
Backwards-compatible constant for reallyDoQuery() (do not change) | |
const | QUERY_DESCENDING = false |
Backwards-compatible constant for reallyDoQuery() (do not change) | |
Protected Member Functions | ||||
getStartBody () | ||||
Hook into getBody(), allows text to be inserted at the start. | ||||
hasEqualsClause ( $field) | ||||
Checks if $this->mConds has $field matched to a single value. | ||||
limitLogId ( $logId) | ||||
Limit to the (single) specified log ID. | ||||
Protected Member Functions inherited from ReverseChronologicalPager | ||||
getDateFromTimestamp (string $timestamp) | ||||
Get date from the timestamp. | ||||
getEndGroup () | ||||
End an existing group of page rows. | ||||
getFooter () | ||||
Classes can extend to output a footer at the bottom of the pager list.
| ||||
getHeaderRow (string $date) | ||||
getRow ( $row) | ||||
Get the HTML of a pager row.
| ||||
getStartGroup () | ||||
Start a new group of page rows. | ||||
isFirstHeaderRow () | ||||
Determines whether the header row is the first that will be outputted to the page. | ||||
isHeaderRowNeeded (string $date) | ||||
Determines if a header row is needed based on the current state of the IndexPager. | ||||
Protected Member Functions inherited from IndexPager | ||||
buildPrevNextNavigation (Title $title, $offset, $limit, array $query=[], $atend=false) | ||||
Generate (prev x| next x) (20|50|100...) type links for paging. | ||||
buildQueryInfo ( $offset, $limit, $order) | ||||
Build variables to use by the database wrapper. | ||||
doBatchLookups () | ||||
Called from getBody(), before getStartBody() is called and after doQuery() was called. | ||||
extractResultInfo ( $isFirst, $limit, IResultWrapper $res) | ||||
Extract some useful data from the result object for use by the navigation bar, put it into $this. | ||||
getDefaultDirections () | ||||
Return the default sorting direction: DIR_ASCENDING or DIR_DESCENDING. | ||||
getEmptyBody () | ||||
Hook into getBody(), for the bit between the start and the end when there are no rows. | ||||
getEndBody () | ||||
Hook into getBody() for the end of the list. | ||||
getExtraSortFields () | ||||
Returns the names of secondary columns to order by in addition to the column in getIndexField(). | ||||
getLimitLinks () | ||||
getLinkRenderer () | ||||
getPagingLinks ( $linkTexts, $disabledTexts=[]) | ||||
Get paging links. | ||||
getSqlComment () | ||||
Get some text to go in brackets in the "function name" part of the SQL comment. | ||||
isNavigationBarShown () | ||||
Returns whether to show the "navigation bar". | ||||
makeLink ( $text, array $query=null, $type=null) | ||||
Make a self-link. | ||||
preprocessResults ( $result) | ||||
Pre-process results; useful for performing batch existence checks, etc. | ||||
Additional Inherited Members | |
Static Public Member Functions inherited from ReverseChronologicalPager | |
static | getOffsetDate ( $year, $month, $day=-1) |
Core logic of determining the mOffset timestamp such that we can get all items with a timestamp up to the specified parameters. | |
Static Protected Member Functions inherited from IndexPager | |
static | oppositeOrder ( $order) |
Protected Attributes inherited from IndexPager | |
array | $mDefaultQuery |
string[] | $mExtraSortFields |
An array of secondary columns to order by. | |
array | $mFirstShown |
bool | $mIncludeOffset = false |
Whether to include the offset in the query. | |
string string[] | $mIndexField |
The index to actually be used for ordering. | |
array | $mLastShown |
string | $mNavigationBar |
string null | $mOrderType |
For pages that support multiple types of ordering, which one to use. | |
array | $mPastTheEndIndex |
Definition at line 36 of file LogPager.php.
LogPager::__construct | ( | $list, | |
$types = [], | |||
$performer = '', | |||
$page = '', | |||
$pattern = false, | |||
$conds = [], | |||
$year = false, | |||
$month = false, | |||
$day = false, | |||
$tagFilter = '', | |||
$action = '', | |||
$logId = 0, | |||
LinkBatchFactory | $linkBatchFactory = null, | ||
ILoadBalancer | $loadBalancer = null, | ||
ActorNormalization | $actorNormalization = null ) |
LogEventsList | $list | |
string | array | $types | Log types to show |
string | $performer | The user who made the log entries |
string | PageReference | $page | The page the log entries are for |
bool | $pattern | Do a prefix search rather than an exact title match |
array | $conds | Extra conditions for the query |
int | bool | $year | The year to start from. Default: false |
int | bool | $month | The month to start from. Default: false |
int | bool | $day | The day to start from. Default: false |
string | $tagFilter | Tag |
string | $action | Specific action (subtype) requested |
int | $logId | Log entry ID, to limit to a single log entry. |
LinkBatchFactory | null | $linkBatchFactory | |
ILoadBalancer | null | $loadBalancer | |
ActorNormalization | null | $actorNormalization |
Definition at line 93 of file LogPager.php.
References ReverseChronologicalPager\getDateCond(), and limitLogId().
LogPager::doQuery | ( | ) |
Do the query, using information from the object context.
This function has been kept minimal to make it overridable if necessary, to allow for result sets formed from multiple DB queries.
Reimplemented from IndexPager.
Definition at line 503 of file LogPager.php.
LogPager::formatRow | ( | $row | ) |
Returns an HTML string representing the result row $row.
Rows will be concatenated and returned by getBody()
array | stdClass | $row | Database row |
Reimplemented from IndexPager.
Definition at line 452 of file LogPager.php.
LogPager::getAction | ( | ) |
Definition at line 499 of file LogPager.php.
LogPager::getDay | ( | ) |
Definition at line 491 of file LogPager.php.
References ReverseChronologicalPager\$mDay.
LogPager::getDefaultQuery | ( | ) |
Get an array of query parameters that should be put into self-links.
By default, all parameters passed in the URL are used, apart from a few exceptions.
Reimplemented from IndexPager.
Definition at line 123 of file LogPager.php.
References ReverseChronologicalPager\$mDay, ReverseChronologicalPager\$mMonth, and ReverseChronologicalPager\$mYear.
LogPager::getFilterParams | ( | ) |
Definition at line 146 of file LogPager.php.
References $type, ContextSource\getConfig(), and ContextSource\getRequest().
Referenced by getQueryInfo().
LogPager::getIndexField | ( | ) |
Returns the name of the index field.
If the pager supports multiple orders, it may return an array of 'querykey' => 'indexfield' pairs, so that a request with &order=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.
The pager may paginate on multiple fields in combination. If paginating on multiple fields, they should be unique in combination (e.g. when paginating on user and timestamp, rows may have the same user, rows may have the same timestamp, but rows should all have a different combination of user and timestamp).
Examples:
Reimplemented from IndexPager.
Definition at line 428 of file LogPager.php.
LogPager::getMonth | ( | ) |
Definition at line 487 of file LogPager.php.
References ReverseChronologicalPager\$mMonth.
LogPager::getPage | ( | ) |
Definition at line 472 of file LogPager.php.
LogPager::getPattern | ( | ) |
Definition at line 479 of file LogPager.php.
LogPager::getPerformer | ( | ) |
Guaranteed to either return a valid title string or a Zero-Length String.
Definition at line 465 of file LogPager.php.
LogPager::getQueryInfo | ( | ) |
Constructs the most part of the query.
Extra conditions are sprinkled in all over this class.
Reimplemented from IndexPager.
Definition at line 353 of file LogPager.php.
References $type, ContextSource\getConfig(), getFilterParams(), hasEqualsClause(), and ChangeTags\modifyDisplayQuery().
|
protected |
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 432 of file LogPager.php.
References $title, IndexPager\getNumRows(), NS_USER, and NS_USER_TALK.
LogPager::getTagFilter | ( | ) |
Definition at line 495 of file LogPager.php.
LogPager::getType | ( | ) |
Definition at line 456 of file LogPager.php.
LogPager::getYear | ( | ) |
Definition at line 483 of file LogPager.php.
References ReverseChronologicalPager\$mYear.
|
protected |
Checks if $this->mConds has $field matched to a single value.
string | $field |
Definition at line 421 of file LogPager.php.
Referenced by getQueryInfo().
|
protected |
Limit to the (single) specified log ID.
int | $logId | The log entry ID. |
Definition at line 341 of file LogPager.php.
Referenced by __construct().
LogEventsList LogPager::$mLogEventsList |
Definition at line 68 of file LogPager.php.