31 $this->revision = static::initRevision(
$list,
$row );
50 return 'rev_timestamp';
58 return 'rev_user_text';
74 return $this->revision->getVisibility();
80 $dbw->update(
'revision',
81 [
'rev_deleted' => $bits ],
83 'rev_id' => $this->revision->getId(),
84 'rev_page' => $this->revision->getPage(),
85 'rev_deleted' => $this->getBits()
89 if ( !$dbw->affectedRows() ) {
94 $dbw->update(
'recentchanges',
96 'rc_deleted' => $bits,
97 'rc_patrolled' => RecentChange::PRC_AUTOPATROLLED
100 'rc_this_oldid' => $this->revision->getId(),
102 'rc_timestamp' => $dbw->timestamp( $this->revision->getTimestamp() ),
116 && $this->
list->getCurrent() == $this->
getId();
125 $date = $this->
list->getLanguage()->userTimeAndDate(
126 $this->revision->getTimestamp(), $this->list->getUser() );
137 'oldid' => $this->revision->getId(),
150 return $this->
list->msg(
'diff' )->escaped();
154 $this->list->msg(
'diff' )->text(),
157 'diff' => $this->revision->getId(),
170 $difflink = $this->
list->msg(
'parentheses' )
176 $revlink =
"<span class=\"history-deleted\">$revlink</span>";
178 $content =
"$difflink $revlink $userlink $comment";
185 $this->
list->getContext()
188 $attribs[
'class'] = implode(
' ', $classes );
197 return $this->row->ts_tags;
202 $user = $this->
list->getUser();
204 'id' =>
$rev->getId(),
and that you know you can do these things To protect your we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights These restrictions translate to certain responsibilities for you if you distribute copies of the or if you modify it For if you distribute copies of such a whether gratis or for a you must give the recipients all the rights that you have You must make sure that receive or can get the source code And you must show them these terms so they know their rights We protect your rights with two and(2) offer you this license which gives you legal permission to copy
wfGetDB( $db, $groups=[], $wiki=false)
Get a Database object.
wfTimestamp( $outputtype=TS_UNIX, $ts=0)
Get a timestamp string in one of various formats.
This class represents the result of the API operations.
static revComment(Revision $rev, $local=false, $isPublic=false, $useParentheses=true)
Wrap and format the given revision's comment block, if the current user is allowed to view it.
static revUserLink( $rev, $isPublic=false)
Generate a user link if the current user is allowed to view it.
Abstract base class for deletable items.
Item class for a live revision table row.
setBits( $bits)
Set the visibility of the item.
canViewContent()
Returns true if the current user can view the item text/file.
getTimestampField()
Get the DB field name storing timestamps.
canView()
Returns true if the current user can view the item.
getAuthorActorField()
Get the DB field name storing actor ids.
getBits()
Get the current deletion bitfield value.
getAuthorNameField()
Get the DB field name storing user names.
getApiData(ApiResult $result)
Get the return information about the revision for the API.
getAuthorIdField()
Get the DB field name storing user ids.
getRevisionLink()
Get the HTML link to the revision text.
isHideCurrentOp( $newBits)
Returns true if the item is "current", and the operation to set the given bits can't be executed for ...
getIdField()
Get the DB field name associated with the ID list.
getDiffLink()
Get the HTML link to the diff.
static initRevision( $list, $row)
Create revision object from $row sourced from $list.
__construct( $list, $row)
$row
The database result row.
RevisionListBase $list
The parent.
getId()
Get the ID, as it would appear in the ids URL parameter.
getLinkRenderer()
Returns an instance of LinkRenderer.
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
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 & $ret
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 & $attribs
presenting them properly to the user as errors is done by the caller return true use this to change the list i e etc $rev