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(
367 'oldid' => $this->revision->getId(),
382 return $this->context->msg(
'diff' )->escaped();
386 $this->list->msg(
'diff' )->escaped(),
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.
canViewContent()
Returns true if the current user can view the item text/file.
this hook is for auditing only RecentChangesLinked and Watchlist RecentChangesLinked and Watchlist e g Watchlist removed from all revisions and log entries to which it was applied This gives extensions a chance to take it off their books as the deletion has already been partly carried out by this point or something similar the user will be unable to create the tag set and then return false from the hook function Ensure you consume the ChangeTagAfterDelete hook to carry out custom deletion actions as context called by AbstractContent::getParserOutput May be used to override the normal model specific rendering of page content as context as context the output can only depend on parameters provided to this hook not on global state indicating whether full HTML should be generated If generation of HTML may be but other information should still be present in the ParserOutput object to manipulate or replace but no entry for that model exists in $wgContentHandlers if desired whether it is OK to use $contentModel on $title Handler functions that modify $ok should generally return false to prevent further hooks from further modifying $ok inclusive false for true for descending in case the handler function wants to provide a converted Content object Note that $result getContentModel() must return $toModel. 'CustomEditor'$rcid is used in generating this variable which contains information about the new revision
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.
const TS_MW
MediaWiki concatenated string timestamp (YYYYMMDDHHMMSS)
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.
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.
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.