33 $this->file = static::initFile(
$list,
$row );
48 return 'oi_archive_name';
52 return 'oi_timestamp';
60 return 'oi_user_text';
68 $parts = explode(
'!', $this->row->oi_archive_name );
82 return $this->file->getVisibility();
87 # @todo FIXME: Move to LocalFile.php
93 $key = $this->file->getStorageKey();
94 $srcRel = $this->file->repo->getDeletedHashPath( $key ) . $key;
95 $this->
list->storeBatch[] = [
96 $this->file->repo->getVirtualUrl(
'deleted' ) .
'/' . $srcRel,
100 $this->
list->cleanupBatch[] = $key;
104 $key = $this->file->getStorageKey();
105 $dstRel = $this->file->repo->getDeletedHashPath( $key ) . $key;
106 $this->
list->deleteBatch[] = [ $this->file->getRel(), $dstRel ];
109 # Do the database operations
111 $dbw->update(
'oldimage',
112 [
'oi_deleted' => $bits ],
114 'oi_name' => $this->row->oi_name,
115 'oi_timestamp' => $this->row->oi_timestamp,
116 'oi_deleted' => $this->getBits()
121 return (
bool)$dbw->affectedRows();
134 $date = $this->
list->getLanguage()->userTimeAndDate(
135 $this->file->getTimestamp(), $this->list->getUser() );
139 return Html::element(
'a', [
'href' => $this->file->getUrl() ], $date );
144 $link = htmlspecialchars( $date );
147 SpecialPage::getTitleFor(
'Revisiondelete' ),
151 'target' => $this->
list->title->getPrefixedText(),
152 'file' => $this->file->getArchiveName(),
153 'token' => $this->list->getUser()->getEditToken(
154 $this->file->getArchiveName() )
159 return '<span class="history-deleted">' .
$link .
'</span>';
168 $uid = $this->file->getUser(
'id' );
169 $name = $this->file->getUser(
'text' );
172 $link = $this->
list->msg(
'rev-deleted-user' )->escaped();
175 return '<span class="history-deleted">' .
$link .
'</span>';
191 $block =
' ' . $this->
list->msg(
'rev-deleted-comment' )->escaped();
194 return "<span class=\"history-deleted\">$block</span>";
202 $this->
list->msg(
'widthheight' )->numParams(
203 $this->file->getWidth(), $this->file->getHeight() )->text() .
204 ' (' . $this->
list->msg(
'nbytes' )->numParams( $this->file->getSize() )->text() .
')';
212 $user = $this->
list->getUser();
214 'title' => $this->
list->title->getPrefixedText(),
215 'archivename' => $file->getArchiveName(),
216 'timestamp' =>
wfTimestamp( TS_ISO_8601, $file->getTimestamp() ),
217 'width' => $file->getWidth(),
218 'height' => $file->getHeight(),
219 'size' => $file->getSize(),
222 'contenthidden' => (bool)$this->
isDeleted(),
226 'url' => $file->getUrl(),
230 'url' => SpecialPage::getTitleFor(
'Revisiondelete' )->getLinkURL(
232 'target' => $this->
list->title->getPrefixedText(),
233 'file' => $file->getArchiveName(),
234 'token' => $user->getEditToken( $file->getArchiveName() )
241 'userid' => $file->user,
242 'user' => $file->user_text,
247 'comment' => $file->description,
255 return $this->file->acquireFileLock();
259 return $this->file->releaseFileLock();
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.
getUrl()
Return the URL of the file.
static userLink( $userId, $userName, $altUserName=false)
Make user link (or user contributions for unregistered users)
static commentBlock( $comment, $title=null, $local=false, $wikiId=null)
Wrap a comment in standard punctuation and formatting if it's non-empty, otherwise return empty strin...
static userToolLinks( $userId, $userText, $redContribsWhenNoEdits=false, $flags=0, $edits=null)
Generate standard user tool links (talk, contributions, block link, etc.)
Class to represent a file in the oldimage table.
static singleton()
Get a RepoGroup instance.
Item class for an oldimage table row.
getTimestampField()
Get the DB field name storing timestamps.
getComment()
Wrap and format the file's comment block, if the current user is allowed to view it.
getLink()
Get the link to the file.
canViewContent()
Returns true if the current user can view the item text/file.
getId()
Get the ID, as it would appear in the ids URL parameter.
getIdField()
Get the DB field name associated with the ID list.
getBits()
Get the current deletion bitfield value.
getAuthorIdField()
Get the DB field name storing user ids.
static initFile( $list, $row)
Create file object from $row sourced from $list.
getHTML()
Get the HTML of the list item.
getUserTools()
Generate a user tool link cluster if the current user is allowed to view it.
__construct( $list, $row)
unlock()
Unlock the item against changes outside of the DB.
getAuthorNameField()
Get the DB field name storing user names.
lock()
Lock the item against changes outside of the DB.
canView()
Returns true if the current user can view the item.
getAuthorActorField()
Get the DB field name storing actor ids.
setBits( $bits)
Set the visibility of the item.
getApiData(ApiResult $result)
Get the return information about the revision for the API.
List for oldimage table items.
Abstract base class for deletable items.
$row
The database result row.
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
usually copyright or history_copyright This message must be in HTML not wikitext & $link