70 $row = $this->res->current();
115 return $this->res ? $this->res->key(): 0;
119 return $this->res ? $this->res->valid() :
false;
130 return $this->res->numRows();
138 abstract public function doQuery( $db );
144 abstract public function newItem( $row );
208 return $this->row->$field;
217 $this->
list->getUser() );
226 $this->
list->getUser() );
244 return intval( $this->row->$field );
253 return strval( $this->row->$field );
259 abstract public function canView();
270 abstract public function getHTML();
283 $conds = [
'rev_page' => $this->
title->getArticleID() ];
284 if ( $this->ids !== null ) {
285 $conds[
'rev_id'] = array_map(
'intval', $this->ids );
288 [
'revision',
'page',
'user' ],
292 [
'ORDER BY' =>
'rev_id DESC' ],
325 return 'rev_timestamp';
333 return 'rev_user_text';
356 $date = htmlspecialchars( $this->
list->getLanguage()->userTimeAndDate(
357 $this->revision->getTimestamp(), $this->
list->getUser() ) );
367 'oldid' => $this->revision->getId(),
382 return $this->context->msg(
'diff' )->escaped();
386 $this->list->msg(
'diff' )->escaped(),
389 'diff' => $this->revision->getId(),
404 $difflink = $this->context->msg(
'parentheses' )
410 $revlink =
"<span class=\"history-deleted\">$revlink</span>";
412 return "<li>$difflink $revlink $userlink $comment</li>";
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
Interface for objects which can provide a MediaWiki context on request.
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...
wfGetDB($db, $groups=[], $wiki=false)
Get a Database object.
getTimestamp()
Get the timestamp in MW 14-char form.
the array() calling protocol came about after MediaWiki 1.4rc1.
getAuthorNameField()
Get the DB field name storing user names.
RevisionListBase $list
The parent.
getType()
Get the internal type name of this list.
getTimestampField()
Get the DB field name storing timestamps.
initCurrent()
Initialise the current iteration pointer.
The simplest way of implementing IContextSource is to hold a RequestContext as a member variable and ...
newItem($row)
Create an item object from a DB result row.
current()
Get the current list item, or false if we are at the end.
getRevisionLink()
Get the HTML link to the revision text.
__construct(IContextSource $context, Title $title)
Construct a revision list for a given title.
Represents a title within MediaWiki.
canViewContent()
Returns true if the current user can view the item text/file.
List for revision table items for a single page.
wfTimestamp($outputtype=TS_UNIX, $ts=0)
Get a timestamp string in one of various formats.
getId()
Get the ID, as it would appear in the ids URL parameter.
$row
The database result row.
getDiffLink()
Get the HTML link to the diff.
getContext()
Get the base IContextSource object.
getIdField()
Get the DB field name associated with the ID list.
static selectFields()
Return the list of revision fields that should be selected to create a new revision.
static linkKnown($target, $html=null, $customAttribs=[], $query=[], $options=[ 'known'])
Identical to link(), except $options defaults to 'known'.
static revUserLink($rev, $isPublic=false)
Generate a user link if the current user is allowed to view it.
canView()
Returns true if the current user can view the item.
next()
Move the iteration pointer to the next list item, and return it.
const TS_MW
MediaWiki concatenated string timestamp (YYYYMMDDHHMMSS)
static pageJoinCond()
Return the value of a select() page conds array for the page table.
getHTML()
Get the HTML of the list 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.
Item class for a live revision table row.
filterByIds(array $ids)
Select items only where the ID is any of the specified values.
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
formatTime()
Get the time, formatted in user's language.
getAuthorName()
Get the author user name.
Abstract base class for revision items.
length()
Get the number of items in the list.
getAuthorId()
Get the author user ID.
static userJoinCond()
Return the value of a select() JOIN conds array for the user table.
static selectUserFields()
Return the list of user fields that should be selected from user table.
doQuery($db)
Do the DB query to iterate through the objects.
formatDate()
Get the date, formatted in user's language.