37 return 'oi_archive_name';
41 return 'oi_timestamp';
49 return 'oi_user_text';
57 $parts = explode(
'!', $this->row->oi_archive_name );
71 return $this->file->getVisibility();
76 # @todo FIXME: Move to LocalFile.php
82 $key = $this->file->getStorageKey();
83 $srcRel = $this->file->repo->getDeletedHashPath( $key ) . $key;
84 $this->
list->storeBatch[] = [
85 $this->file->repo->getVirtualUrl(
'deleted' ) .
'/' . $srcRel,
89 $this->
list->cleanupBatch[] = $key;
93 $key = $this->file->getStorageKey();
94 $dstRel = $this->file->repo->getDeletedHashPath( $key ) . $key;
95 $this->
list->deleteBatch[] = [ $this->file->getRel(), $dstRel ];
98 # Do the database operations
100 $dbw->update(
'oldimage',
101 [
'oi_deleted' => $bits ],
103 'oi_name' => $this->row->oi_name,
104 'oi_timestamp' => $this->row->oi_timestamp,
105 'oi_deleted' => $this->getBits()
110 return (
bool)$dbw->affectedRows();
123 $date = $this->
list->getLanguage()->userTimeAndDate(
124 $this->file->getTimestamp(), $this->list->getUser() );
128 return Html::element(
'a', [
'href' => $this->file->getUrl() ], $date );
133 $link = htmlspecialchars( $date );
136 SpecialPage::getTitleFor(
'Revisiondelete' ),
140 'target' => $this->
list->title->getPrefixedText(),
141 'file' => $this->file->getArchiveName(),
142 'token' => $this->list->getUser()->getEditToken(
143 $this->file->getArchiveName() )
148 return '<span class="history-deleted">' .
$link .
'</span>';
156 if ( $this->file->userCan( Revision::DELETED_USER, $this->list->getUser() ) ) {
157 $uid = $this->file->getUser(
'id' );
158 $name = $this->file->getUser(
'text' );
161 $link = $this->
list->msg(
'rev-deleted-user' )->escaped();
163 if ( $this->file->isDeleted( Revision::DELETED_USER ) ) {
164 return '<span class="history-deleted">' .
$link .
'</span>';
180 $block =
' ' . $this->
list->msg(
'rev-deleted-comment' )->escaped();
183 return "<span class=\"history-deleted\">$block</span>";
191 $this->
list->msg(
'widthheight' )->numParams(
192 $this->file->getWidth(), $this->file->getHeight() )->text() .
193 ' (' . $this->
list->msg(
'nbytes' )->numParams( $this->file->getSize() )->text() .
')';
201 $user = $this->
list->getUser();
203 'title' => $this->
list->title->getPrefixedText(),
204 'archivename' => $file->getArchiveName(),
205 'timestamp' =>
wfTimestamp( TS_ISO_8601, $file->getTimestamp() ),
206 'width' => $file->getWidth(),
207 'height' => $file->getHeight(),
208 'size' => $file->getSize(),
209 'userhidden' => (bool)$file->isDeleted( Revision::DELETED_USER ),
210 'commenthidden' => (bool)$file->isDeleted( Revision::DELETED_COMMENT ),
211 'contenthidden' => (bool)$this->
isDeleted(),
215 'url' => $file->getUrl(),
219 'url' => SpecialPage::getTitleFor(
'Revisiondelete' )->getLinkURL(
221 'target' => $this->
list->title->getPrefixedText(),
222 'file' => $file->getArchiveName(),
223 'token' => $user->getEditToken( $file->getArchiveName() )
228 if ( $file->userCan( Revision::DELETED_USER, $user ) ) {
230 'userid' => $file->user,
231 'user' => $file->user_text,
234 if ( $file->userCan( Revision::DELETED_COMMENT, $user ) ) {
236 'comment' => $file->description,
244 return $this->file->acquireFileLock();
248 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.
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