39 return 'rev_timestamp';
47 return 'rev_user_text';
55 return $this->revision->userCan( Revision::DELETED_RESTRICTED, $this->
list->getUser() );
59 return $this->revision->userCan( Revision::DELETED_TEXT, $this->
list->getUser() );
63 return $this->revision->getVisibility();
69 $dbw->update(
'revision',
70 [
'rev_deleted' => $bits ],
72 'rev_id' => $this->revision->getId(),
73 'rev_page' => $this->revision->getPage(),
74 'rev_deleted' => $this->getBits()
78 if ( !$dbw->affectedRows() ) {
83 $dbw->update(
'recentchanges',
85 'rc_deleted' => $bits,
86 'rc_patrolled' => RecentChange::PRC_PATROLLED
89 'rc_this_oldid' => $this->revision->getId(),
91 'rc_timestamp' => $dbw->timestamp( $this->revision->getTimestamp() ),
100 return $this->revision->isDeleted( Revision::DELETED_TEXT );
104 return ( $newBits & Revision::DELETED_TEXT )
105 && $this->
list->getCurrent() == $this->
getId();
114 $date = $this->
list->getLanguage()->userTimeAndDate(
115 $this->revision->getTimestamp(), $this->list->getUser() );
118 return htmlspecialchars( $date );
126 'oldid' => $this->revision->getId(),
139 return $this->
list->msg(
'diff' )->escaped();
143 $this->list->msg(
'diff' )->text(),
146 'diff' => $this->revision->getId(),
159 $difflink = $this->
list->msg(
'parentheses' )
165 $revlink =
"<span class=\"history-deleted\">$revlink</span>";
167 $content =
"$difflink $revlink $userlink $comment";
174 $this->
list->getContext()
176 $content .=
" $tagSummary";
177 $attribs[
'class'] = implode(
' ', $classes );
179 return Xml::tags(
'li',
$attribs, $content );
186 return $this->row->ts_tags;
191 $user = $this->
list->getUser();
193 'id' =>
$rev->getId(),
195 'userhidden' => (bool)
$rev->isDeleted( Revision::DELETED_USER ),
196 'commenthidden' => (bool)
$rev->isDeleted( Revision::DELETED_COMMENT ),
197 'texthidden' => (bool)
$rev->isDeleted( Revision::DELETED_TEXT ),
199 if (
$rev->userCan( Revision::DELETED_USER, $user ) ) {
201 'userid' =>
$rev->getUser( Revision::FOR_THIS_USER ),
202 'user' =>
$rev->getUserText( Revision::FOR_THIS_USER ),
205 if (
$rev->userCan( Revision::DELETED_COMMENT, $user ) ) {
207 'comment' =>
$rev->getComment( Revision::FOR_THIS_USER ),
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)
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.
__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