Go to the documentation of this file.
74 $row = $this->res->current();
119 return $this->res ? $this->res->key() : 0;
123 return $this->res ? $this->res->valid() :
false;
134 return $this->res->numRows();
142 abstract public function doQuery( $db );
148 abstract public function newItem( $row );
212 return $this->row->$field;
221 $this->
list->getUser() );
230 $this->
list->getUser() );
248 return intval( $this->row->$field );
257 return strval( $this->row->$field );
263 abstract public function canView();
274 abstract public function getHTML();
281 return MediaWikiServices::getInstance()->getLinkRenderer();
295 $conds = [
'rev_page' => $this->
title->getArticleID() ];
296 if ( $this->ids !==
null ) {
297 $conds[
'rev_id'] = array_map(
'intval', $this->ids );
300 [
'revision',
'page',
'user' ],
304 [
'ORDER BY' =>
'rev_id DESC' ],
337 return 'rev_timestamp';
345 return 'rev_user_text';
368 $date = $this->
list->getLanguage()->userTimeAndDate(
369 $this->revision->getTimestamp(), $this->
list->getUser() );
372 return htmlspecialchars( $date );
380 'oldid' => $this->revision->getId(),
395 return $this->context->msg(
'diff' )->escaped();
400 $this->list->msg(
'diff' )->text(),
403 'diff' => $this->revision->getId(),
418 $difflink = $this->context->msg(
'parentheses' )
424 $revlink =
"<span class=\"history-deleted\">$revlink</span>";
426 return "<li>$difflink $revlink $userlink $comment</li>";
getHTML()
Get the HTML of the list item.
getContext()
Get the base IContextSource object.
getType()
Get the internal type name of this list.
static pageJoinCond()
Return the value of a select() page conds array for the page table.
filterByIds(array $ids)
Select items only where the ID is any of the specified values.
static revUserLink( $rev, $isPublic=false)
Generate a user link if the current user is allowed to view it.
List for revision table items for a single page.
Abstract base class for revision items.
canView()
Returns true if the current user can view the item.
wfTimestamp( $outputtype=TS_UNIX, $ts=0)
Get a timestamp string in one of various formats.
as see the revision history and available at free of to any person obtaining a copy of this software and associated documentation to deal in the Software without including without limitation the rights to use
__construct( $list, $row)
length()
Get the number of items in the list.
null means default in associative array with keys and values unescaped Should be merged with default with a value of false meaning to suppress the attribute in associative array with keys and values unescaped noclasses just before the function returns a value If you return an< a > element with HTML attributes $attribs and contents $html will be returned If you return $ret will be returned and may include noclasses after processing after in associative array form before processing starts Return false to skip default processing and return $ret $linkRenderer
getAuthorId()
Get the author user ID.
__construct( $list, $row)
canView()
Returns true if the current user can view the item.
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
getAuthorIdField()
Get the DB field name storing user ids.
getAuthorNameField()
Get the DB field name storing user names.
RevisionListBase $list
The parent.
formatDate()
Get the date, formatted in user's language.
to move a page</td >< td > &*You are moving the page across *A non empty talk page already exists under the new or *You uncheck the box below In those you will have to move or merge the page manually if desired</td >< td > be sure to &You are responsible for making sure that links continue to point where they are supposed to go Note that the page will &a page at the new title
getTimestampField()
Get the DB field name storing timestamps.
canViewContent()
Returns true if the current user can view the item text/file.
next()
Move the iteration pointer to the next list item, and return it.
getLinkRenderer()
Returns an instance of LinkRenderer.
doQuery( $db)
Do the DB query to iterate through the objects.
wfGetDB( $db, $groups=[], $wiki=false)
Get a Database object.
The simplest way of implementing IContextSource is to hold a RequestContext as a member variable and ...
formatTime()
Get the time, formatted in user's language.
current()
Get the current list item, or false if we are at the end.
getAuthorNameField()
Get the DB field name storing user names.
getIdField()
Get the DB field name associated with the ID list.
newItem( $row)
Create an item object from a DB result row.
Group all the pieces relevant to the context of a request into one instance.
getAuthorName()
Get the author user name.
setContext(IContextSource $context)
Set the IContextSource object.
deferred txt A few of the database updates required by various functions here can be deferred until after the result page is displayed to the user For updating the view updating the linked to tables after a etc PHP does not yet have any way to tell the server to actually return and disconnect while still running these but it might have such a feature in the future We handle these by creating a deferred update object and putting those objects on a global list
newItem( $row)
Create an item object from a DB result row.
static revComment(Revision $rev, $local=false, $isPublic=false)
Wrap and format the given revision's comment block, if the current user is allowed to view it.
getId()
Get the ID, as it would appear in the ids URL parameter.
canViewContent()
Returns true if the current user can view the item text/file.
$row
The database result row.
Item class for a live revision table row.
getTimestamp()
Get the timestamp in MW 14-char form.
Interface for objects which can provide a MediaWiki context on request.
getRevisionLink()
Get the HTML link to the revision text.
Represents a title within MediaWiki.
getDiffLink()
Get the HTML link to the diff.
static userJoinCond()
Return the value of a select() JOIN conds array for the user table.
getTimestampField()
Get the DB field name storing timestamps.
getType()
Get the internal type name of this list.
initCurrent()
Initialise the current iteration pointer.
static selectUserFields()
Return the list of user fields that should be selected from user table.
getIdField()
Get the DB field name associated with the ID list.
__construct(IContextSource $context, Title $title)
Construct a revision list for a given title.
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency MediaWikiServices
static selectFields()
Return the list of revision fields that should be selected to create a new revision.
the array() calling protocol came about after MediaWiki 1.4rc1.
getAuthorIdField()
Get the DB field name storing user ids.