MediaWiki REL1_33
|
Class to represent a local file in the wiki's own database. More...
Public Member Functions | |
__construct ( $title, $repo) | |
Do not call this except from inside a repo class. | |
__destruct () | |
Clean up any dangling locks. | |
acquireFileLock () | |
decodeRow ( $row, $prefix='img_') | |
Decode a row from the database (either object or array) to an array with timestamps and MIME types decoded, and the field prefix removed. | |
delete ( $reason, $suppress=false, $user=null) | |
Delete all versions of the file. | |
deleteOld ( $archiveName, $reason, $suppress=false, $user=null) | |
Delete an old version of the file. | |
exists () | |
canRender inherited | |
getBitDepth () | |
getCacheKey () | |
Get the memcached key for the main data for this file, or false if there is no access to the shared cache. | |
getDescription ( $audience=self::FOR_PUBLIC, User $user=null) | |
getDescriptionShortUrl () | |
Get short description URL for a file based on the page ID. | |
getDescriptionText (Language $lang=null) | |
Get the HTML text of the description page This is not used by ImagePage for local files, since (among other things) it skips the parser cache. | |
getDescriptionTouched () | |
getDescriptionUrl () | |
isMultipage inherited | |
getHeight ( $page=1) | |
Return the height of the image. | |
getHistory ( $limit=null, $start=null, $end=null, $inc=true) | |
purgeDescription inherited | |
getMediaType () | |
Returns the type of the media in the file. | |
getMetadata () | |
Get handler-specific metadata. | |
getMimeType () | |
Returns the MIME type of the file. | |
getMutableCacheKeys (WANObjectCache $cache) | |
getSha1 () | |
getSize () | |
Returns the size of the image file, in bytes. | |
getThumbnails ( $archiveName=false) | |
getTransformScript inherited | |
getTimestamp () | |
getUpgraded () | |
getUser ( $type='text') | |
Returns user who uploaded the file. | |
getWidth ( $page=1) | |
Return the width of the image. | |
invalidateCache () | |
Purge the file object/metadata cache. | |
isCacheable () | |
isMissing () | |
splitMime inherited | |
load ( $flags=0) | |
Load file metadata from cache or DB, unless already loaded. | |
loadFromDB ( $flags=0) | |
Load file metadata from the DB. | |
loadFromFile () | |
Load metadata from the file itself. | |
loadFromRow ( $row, $prefix='img_') | |
Load file metadata from a DB result row. | |
lock () | |
Start an atomic DB section and lock the image for update or increments a reference counter if the lock is already held. | |
move ( $target) | |
getLinksTo inherited | |
nextHistoryLine () | |
Returns the history of this file, line by line. | |
prerenderThumbnails () | |
Prerenders a configurable set of thumbnails. | |
publish ( $src, $flags=0, array $options=[]) | |
Move or copy a file to its public location. | |
publishTo ( $src, $dstRel, $flags=0, array $options=[]) | |
Move or copy a file to a specified location. | |
purgeCache ( $options=[]) | |
Delete all previously generated thumbnails, refresh metadata in memcached and purge the CDN. | |
purgeMetadataCache () | |
Refresh metadata in memcached, but don't touch thumbnails or CDN. | |
purgeOldThumbnails ( $archiveName) | |
Delete cached transformed files for an archived version only. | |
purgeThumbnails ( $options=[]) | |
Delete cached transformed files for the current version only. | |
recordUpload ( $oldver, $desc, $license='', $copyStatus='', $source='', $watch=false, $timestamp=false, User $user=null) | |
Record a file upload in the upload log and the image table. | |
recordUpload2 ( $oldver, $comment, $pageText, $props=false, $timestamp=false, $user=null, $tags=[], $createNullRevision=true, $revert=false) | |
Record a file upload in the upload log and the image table. | |
releaseFileLock () | |
resetHistory () | |
Reset the history pointer to the first element of the history. | |
restore ( $versions=[], $unsuppress=false) | |
Restore all or specified deleted revisions to the given file. | |
setProps ( $info) | |
Set properties in this object to be equal to those given in the associative array $info. | |
unlock () | |
Decrement the lock reference count and end the atomic section if it reaches zero. | |
upgradeRow () | |
Fix assorted version-related problems with the image row by reloading it from the file. | |
upload ( $src, $comment, $pageText, $flags=0, $props=false, $timestamp=false, $user=null, $tags=[], $createNullRevision=true, $revert=false) | |
getHashPath inherited | |
Public Member Functions inherited from File | |
__get ( $name) | |
allowInlineDisplay () | |
Alias for canRender() | |
canAnimateThumbIfAppropriate () | |
Will the thumbnail be animated if one would expect it to be. | |
canRender () | |
Checks if the output of transform() for this file is likely to be valid. | |
convertMetadataVersion ( $metadata, $version) | |
get versioned metadata | |
createThumb ( $width, $height=-1) | |
Create a thumbnail of the image having the specified width/height. | |
formatMetadata ( $context=false) | |
generateAndSaveThumb ( $tmpFile, $transformParams, $flags) | |
Generates a thumbnail according to the given parameters and saves it to storage. | |
generateThumbName ( $name, $params) | |
Generate a thumbnail file name from a name and specified parameters. | |
getArchivePath ( $suffix=false) | |
Get the path of the archived file. | |
getArchiveRel ( $suffix=false) | |
Get the path of an archived file relative to the public zone root. | |
getArchiveThumbPath ( $archiveName, $suffix=false) | |
Get the path of an archived file's thumbs, or a particular thumb if $suffix is specified. | |
getArchiveThumbRel ( $archiveName, $suffix=false) | |
Get the path, relative to the thumbnail zone root, for an archived file's thumbs directory or a specific thumb if the $suffix is given. | |
getArchiveThumbUrl ( $archiveName, $suffix=false) | |
Get the URL of the archived file's thumbs, or a particular thumb if $suffix is specified. | |
getArchiveUrl ( $suffix=false) | |
Get the URL of the archive directory, or a particular file if $suffix is specified. | |
getArchiveVirtualUrl ( $suffix=false) | |
Get the public zone virtual URL for an archived version source file. | |
getAvailableLanguages () | |
Gives a (possibly empty) list of languages to render the file in. | |
getCanonicalUrl () | |
getCommonMetaArray () | |
Like getMetadata but returns a handler independent array of common values. | |
getContentHeaders () | |
getDefaultRenderLanguage () | |
In files that support multiple language, what is the default language to use if none specified. | |
getDimensionsString () | |
getExtension () | |
Get the file extension, e.g. | |
getFullUrl () | |
Return a fully-qualified URL to the file. | |
getHandler () | |
Get a MediaHandler instance for this file. | |
getHashPath () | |
Get the filename hash component of the directory including trailing slash, e.g. | |
getImageSize ( $filePath) | |
Get an image size array like that returned by getImageSize(), or false if it can't be determined. | |
getLastError () | |
Get last thumbnailing error. | |
getLength () | |
Get the duration of a media file in seconds. | |
getLocalRefPath () | |
Get an FS copy or original of this file and return the path. | |
getLongDesc () | |
getMatchedLanguage ( $userPreferredLanguage) | |
Get the language code from the available languages for this file that matches the language requested by the user. | |
getName () | |
Return the name of this file. | |
getOriginalTitle () | |
Return the title used to find this file. | |
getPath () | |
Return the storage path to the file. | |
getRedirected () | |
getRedirectedTitle () | |
getRel () | |
Get the path of the file relative to the public zone root. | |
getRepo () | |
Returns the repository. | |
getRepoName () | |
Returns the name of the repository. | |
getShortDesc () | |
getStorageKey () | |
Get the deletion archive key, "<sha1>.<ext>". | |
getThumbDisposition ( $thumbName, $dispositionType='inline') | |
getThumbnailBucket ( $desiredWidth, $page=1) | |
Return the smallest bucket from $wgThumbnailBuckets which is at least $wgThumbnailMinimumBucketDistance larger than $desiredWidth. | |
getThumbnails () | |
Get all thumbnail names previously generated for this file STUB Overridden by LocalFile. | |
getThumbnailSource ( $params) | |
Returns the most appropriate source image for the thumbnail, given a target thumbnail size. | |
getThumbPath ( $suffix=false) | |
Get the path of the thumbnail directory, or a particular file if $suffix is specified. | |
getThumbRel ( $suffix=false) | |
Get the path, relative to the thumbnail zone root, of the thumbnail directory or a particular file if $suffix is specified. | |
getThumbUrl ( $suffix=false) | |
Get the URL of the thumbnail directory, or a particular file if $suffix is specified. | |
getThumbVirtualUrl ( $suffix=false) | |
Get the virtual URL for a thumbnail file or directory. | |
getTitle () | |
Return the associated title object. | |
getTranscodedPath ( $suffix=false) | |
Get the path of the transcoded directory, or a particular file if $suffix is specified. | |
getTranscodedUrl ( $suffix=false) | |
Get the URL of the transcoded directory, or a particular file if $suffix is specified. | |
getTransformScript () | |
getUnscaledThumb ( $handlerParams=[]) | |
Get a ThumbnailImage which is the same size as the source. | |
getUrl () | |
Return the URL of the file. | |
getUrlRel () | |
Get urlencoded path of the file relative to the public zone root. | |
getViewURL () | |
getVirtualUrl ( $suffix=false) | |
Get the public zone virtual URL for a current version source file. | |
getVisibility () | |
Return the deletion bitfield STUB. | |
getZoneUrl ( $zone, $suffix=false) | |
Get the URL of the zone directory, or a particular file if $suffix is specified. | |
iconThumb () | |
Get a ThumbnailImage representing a file type icon. | |
isDeleted ( $field) | |
Is this file a "deleted" file in a private archive? STUB. | |
isExpensiveToThumbnail () | |
True if creating thumbnails from the file is large or otherwise resource-intensive. | |
isHashed () | |
isLocal () | |
Returns true if the file comes from the local file repository. | |
isMultipage () | |
Returns 'true' if this file is a type which supports multiple pages, e.g. | |
isOld () | |
Returns true if the image is an old version STUB. | |
isSafeFile () | |
Determines if this media file is in a format that is unlikely to contain viruses or malicious content. | |
isTransformedLocally () | |
Whether the thumbnails created on the same server as this code is running. | |
isTrustedFile () | |
Returns true if the file is flagged as trusted. | |
isVectorized () | |
Return true if the file is vectorized. | |
isVisible () | |
Returns true if file exists in the repository and can be included in a page. | |
migrateThumbFile ( $thumbName) | |
Hook into transform() to allow migration of thumbnail files STUB Overridden by LocalFile. | |
mustRender () | |
Return true if the file is of a type that can't be directly rendered by typical browsers and needs to be re-rasterized. | |
pageCount () | |
Returns the number of pages of a multipage document, or false for documents which aren't multipage documents. | |
purgeDescription () | |
Purge the file description page, but don't go after pages using the file. | |
purgeEverything () | |
Purge metadata and all affected pages when the file is created, deleted, or majorly updated. | |
readOnlyError () | |
redirectedFrom ( $from) | |
thumbName ( $params, $flags=0) | |
Return the file name of a thumbnail with the specified parameters. | |
transform ( $params, $flags=0) | |
Transform a media file. | |
userCan ( $field, User $user=null) | |
Determine if the current user is allowed to view a particular field of this file, if it's marked as deleted. | |
wasDeleted () | |
Was this file ever deleted from the wiki? | |
Static Public Member Functions | |
static | getQueryInfo (array $options=[]) |
Return the tables, fields, and join conditions to be selected to create a new localfile object. | |
static | newFromKey ( $sha1, $repo, $timestamp=false) |
Create a LocalFile from a SHA-1 key Do not call this except from inside a repo class. | |
static | newFromRow ( $row, $repo) |
Create a LocalFile from a title Do not call this except from inside a repo class. | |
static | newFromTitle ( $title, $repo, $unused=null) |
Create a LocalFile from a title Do not call this except from inside a repo class. | |
static | selectFields () |
Fields in the image table. | |
Static Public Member Functions inherited from File | |
static | checkExtensionCompatibility (File $old, $new) |
Checks if file extensions are compatible. | |
static | compare (File $a, File $b) |
Callback for usort() to do file sorts by name. | |
static | normalizeExtension ( $extension) |
Normalize a file extension to the common form, making it lowercase and checking some synonyms, and ensure it's clean. | |
static | normalizeTitle ( $title, $exception=false) |
Given a string or Title object return either a valid Title object with namespace NS_FILE or null. | |
static | scaleHeight ( $srcWidth, $srcHeight, $dstWidth) |
Calculate the height of a thumbnail using the source and destination width. | |
static | splitMime ( $mime) |
Split an internet media type into its two components; if not a two-part name, set the minor type to 'unknown'. | |
Public Attributes | |
const | ATOMIC_SECTION_LOCK = 'LocalFile::lockingTransaction' |
const | CACHE_FIELD_MAX_LEN = 1000 |
const | LOAD_ALL = 16 |
const | VERSION = 11 |
Public Attributes inherited from File | |
FileRepo LocalRepo ForeignAPIRepo bool | $repo |
Some member variables can be lazy-initialised using __get(). | |
const | DELETE_SOURCE = 1 |
const | DELETED_COMMENT = 2 |
const | DELETED_FILE = 1 |
const | DELETED_RESTRICTED = 8 |
const | DELETED_USER = 4 |
const | FOR_PUBLIC = 1 |
const | FOR_THIS_USER = 2 |
const | RAW = 3 |
const | RENDER_FORCE = 2 |
Force rendering even if thumbnail already exist and using RENDER_NOW I.e. | |
const | RENDER_NOW = 1 |
Force rendering in the current process. | |
const | THUMB_FULL_NAME = 1 |
Public Attributes inherited from IDBAccessObject | |
const | READ_LOCKING = self::READ_LATEST | 2 |
Constants for object loading bitfield flags (higher => higher QoS) | |
const | READ_NONE = -1 |
Protected Member Functions | |
getCacheFields ( $prefix='img_') | |
Returns the list of object properties that are included as-is in the cache. | |
getLazyCacheFields ( $prefix='img_') | |
Returns the list of object properties that are included as-is in the cache, only when they're not too big, and are lazily loaded by self::loadExtraFromDB(). | |
loadExtraFromDB () | |
Load lazy file metadata from the DB. | |
maybeUpgradeRow () | |
Upgrade a row if it needs it. | |
purgeThumbList ( $dir, $files) | |
Delete a list of thumbnails visible at urls. | |
readOnlyFatalStatus () | |
unprefixRow ( $row, $prefix='img_') | |
Protected Member Functions inherited from File | |
assertRepoDefined () | |
Assert that $this->repo is set to a valid FileRepo instance. | |
assertTitleDefined () | |
Assert that $this->title is set to a Title. | |
generateBucketsIfNeeded ( $params, $flags=0) | |
Generates chained bucketed thumbnails if needed. | |
getBucketThumbName ( $bucket) | |
Returns the name of the thumb for a given bucket. | |
getBucketThumbPath ( $bucket) | |
Returns the repo path of the thumb for a given bucket. | |
getCanRender () | |
Accessor for __get() | |
getIsSafeFile () | |
Accessor for __get() | |
getIsSafeFileUncached () | |
Uncached accessor. | |
makeTransformTmpFile ( $thumbPath) | |
Creates a temp FS file with the same extension and the thumbnail. | |
transformErrorOutput ( $thumbPath, $thumbUrl, $params, $flags) | |
Return either a MediaTransformError or placeholder thumbnail (if $wgIgnoreImageErrors) | |
Protected Attributes | |
int | $bits |
Returned by getimagesize (loadFromXxx) | |
bool | $dataLoaded |
Whether or not core data has been loaded from the database (loadFromXxx) | |
int | $deleted |
Bitfield akin to rev_deleted. | |
bool | $extraDataLoaded |
Whether or not lazy-loaded data has been loaded from the database. | |
bool | $fileExists |
Does the file exist on disk? (loadFromXxx) | |
int | $height |
Image height. | |
string | $media_type |
MEDIATYPE_xxx (bitmap, drawing, audio...) | |
string | $metadata |
Handler-specific metadata. | |
string | $mime |
MIME type, determined by MimeAnalyzer::guessMimeType. | |
string | $repoClass = LocalRepo::class |
string | $sha1 |
SHA-1 base 36 content hash. | |
int | $size |
Size in bytes (loadFromXxx) | |
int | $width |
Image width. | |
Protected Attributes inherited from File | |
bool | $canRender |
Whether the output of transform() for this file is likely to be valid. | |
string | $extension |
File extension. | |
FSFile bool | $fsFile |
False if undefined. | |
MediaHandler | $handler |
string | $hashPath |
Relative path including trailing slash. | |
bool | $isSafeFile |
Whether this media file is in a format that is unlikely to contain viruses or malicious content. | |
string | $lastError |
Text of last error. | |
string | $name |
The name of a file from its title object. | |
string false | $pageCount |
Number of pages of a multipage document, or false for documents which aren't multipage documents. | |
string | $path |
The storage path corresponding to one of the zones. | |
string | $redirected |
Main part of the title, with underscores (Title::getDBkey) | |
Title | $redirectedTitle |
Title | $redirectTitle |
string | $repoClass = FileRepo::class |
Required Repository class type. | |
Title string bool | $title |
array | $tmpBucketedThumbCache = [] |
Cache of tmp filepaths pointing to generated bucket thumbnails, keyed by width. | |
string | $transformScript |
URL of transformscript (for example thumb.php) | |
string | $url |
The URL corresponding to one of the four basic zones. | |
Private Member Functions | |
loadExtraFieldsWithTimestamp ( $dbr, $fname) | |
loadFromCache () | |
Try to load file metadata from memcached, falling back to the database. | |
Private Attributes | |
string | $description |
Description of current revision of the file. | |
string | $descriptionTouched |
TS_MW timestamp of the last change of the file description. | |
int | $historyLine |
Number of line to return by nextHistoryLine() (constructor) | |
int | $historyRes |
Result of the query for the file's history (nextHistoryLine) | |
bool | $locked |
True if the image row is locked. | |
bool | $lockedOwnTrx |
True if the image row is locked with a lock initiated transaction. | |
string | $major_mime |
Major MIME type. | |
string | $minor_mime |
Minor MIME type. | |
bool | $missing |
True if file is not present in file system. | |
string | $timestamp |
Upload timestamp. | |
bool | $upgraded |
Whether the row was upgraded on load. | |
bool | $upgrading |
Whether the row was scheduled to upgrade on load. | |
User | $user |
Uploader. | |
Class to represent a local file in the wiki's own database.
Provides methods to retrieve paths (physical, logical, URL), to generate image thumbnails or for uploading.
Note that only the repo object knows what its file class is called. You should never name a file class explictly outside of the repo class. Instead use the repo's factory functions to generate file objects, for example:
RepoGroup::singleton()->getLocalRepo()->newFile( $title );
The convenience functions wfLocalFile() and wfFindFile() should be sufficient in most cases.
Definition at line 46 of file LocalFile.php.
LocalFile::__construct | ( | $title, | |
$repo | |||
) |
Do not call this except from inside a repo class.
Reimplemented from File.
Definition at line 282 of file LocalFile.php.
References File\$repo, File\$title, File\assertRepoDefined(), and File\assertTitleDefined().
LocalFile::__destruct | ( | ) |
LocalFile::acquireFileLock | ( | ) |
Definition at line 2203 of file LocalFile.php.
References File\getPath(), and File\getRepo().
Referenced by lock().
LocalFile::decodeRow | ( | $row, | |
$prefix = 'img_' |
|||
) |
Decode a row from the database (either object or array) to an array with timestamps and MIME types decoded, and the field prefix removed.
object | $row | |
string | $prefix |
MWException |
Definition at line 580 of file LocalFile.php.
References as, User\newFromAnyId(), unprefixRow(), and wfTimestamp().
Referenced by loadFromRow().
LocalFile::delete | ( | $reason, | |
$suppress = false , |
|||
$user = null |
|||
) |
Delete all versions of the file.
Moves the files into an archive directory (or deletes them) and removes the database rows.
Cache purging is done; logging is caller's responsibility.
string | $reason | |
bool | $suppress | |
User | null | $user |
Reimplemented from File.
Reimplemented in ForeignDBFile.
Definition at line 1958 of file LocalFile.php.
References $batch, $user, as, false, File\getArchiveUrl(), File\getRepo(), lock(), File\purgeEverything(), purgeOldThumbnails(), readOnlyFatalStatus(), unlock(), and use.
LocalFile::deleteOld | ( | $archiveName, | |
$reason, | |||
$suppress = false , |
|||
$user = null |
|||
) |
Delete an old version of the file.
Moves the file into an archive directory (or deletes it) and removes the database row.
Cache purging is done; logging is caller's responsibility.
string | $archiveName | |
string | $reason | |
bool | $suppress | |
User | null | $user |
MWException | Exception on database or file store failure |
Definition at line 2016 of file LocalFile.php.
References $batch, $user, File\getArchiveUrl(), File\getRepo(), lock(), File\purgeDescription(), purgeOldThumbnails(), readOnlyFatalStatus(), and unlock().
LocalFile::exists | ( | ) |
canRender inherited
mustRender inherited allowInlineDisplay inherited isSafeFile inherited isTrustedFile inherited Returns true if the file exists on disk.
Reimplemented from File.
Reimplemented in OldLocalFile.
Definition at line 976 of file LocalFile.php.
References $fileExists, and load.
Referenced by UploadBase\checkLocalFileWasDeleted(), and publishTo().
LocalFile::getBitDepth | ( | ) |
|
protected |
Returns the list of object properties that are included as-is in the cache.
string | $prefix | Must be the empty string |
Reimplemented in OldLocalFile.
Definition at line 412 of file LocalFile.php.
Referenced by loadFromCache(), and setProps().
LocalFile::getCacheKey | ( | ) |
Get the memcached key for the main data for this file, or false if there is no access to the shared cache.
Reimplemented in OldLocalFile.
Definition at line 300 of file LocalFile.php.
References File\getName().
Referenced by getMutableCacheKeys(), invalidateCache(), and loadFromCache().
int | $audience | |
User | null | $user |
Reimplemented from File.
Definition at line 2122 of file LocalFile.php.
References $description, $user, File\isDeleted(), load, and File\userCan().
LocalFile::getDescriptionShortUrl | ( | ) |
Get short description URL for a file based on the page ID.
MWException |
Reimplemented from File.
Reimplemented in ForeignDBFile.
Definition at line 905 of file LocalFile.php.
Get the HTML text of the description page This is not used by ImagePage for local files, since (among other things) it skips the parser cache.
Language | null | $lang | What language to get description in (Optional) |
Reimplemented from File.
Reimplemented in ForeignDBFile.
Definition at line 2098 of file LocalFile.php.
LocalFile::getDescriptionTouched | ( | ) |
Reimplemented from File.
Definition at line 2147 of file LocalFile.php.
References $descriptionTouched, title, and wfTimestamp().
LocalFile::getDescriptionUrl | ( | ) |
isMultipage inherited
pageCount inherited scaleHeight inherited getImageSize inherited Get the URL of the file description page.
Reimplemented from File.
Reimplemented in ForeignDBFile.
Definition at line 2086 of file LocalFile.php.
References title.
LocalFile::getHeight | ( | $page = 1 | ) |
Return the height of the image.
int | $page |
Reimplemented from File.
Definition at line 851 of file LocalFile.php.
References File\$handler, $height, File\getHandler(), MediaHandler\getPageDimensions(), File\isMultipage(), and load.
Referenced by RevDelArchivedFileItem\getApiData(), and RevDelFileItem\getApiData().
purgeDescription inherited
purgeEverything inherited
int | null | $limit | Optional: Limit to number of results |
string | int | null | $start | Optional: Timestamp, start from |
string | int | null | $end | Optional: Timestamp, end at |
bool | $inc |
Reimplemented from File.
Definition at line 1173 of file LocalFile.php.
References $dbr, $res, $tables, as, OldLocalFile\getQueryInfo(), null, and title.
Referenced by UploadBase\checkLocalFileExists().
|
protected |
Returns the list of object properties that are included as-is in the cache, only when they're not too big, and are lazily loaded by self::loadExtraFromDB().
string | $prefix | Must be the empty string |
Definition at line 434 of file LocalFile.php.
Referenced by loadFromCache().
LocalFile::getMediaType | ( | ) |
Returns the type of the media in the file.
Use the value returned by this function with the MEDIATYPE_xxx constants.
Reimplemented from File.
Definition at line 960 of file LocalFile.php.
References $media_type, and load.
LocalFile::getMetadata | ( | ) |
Get handler-specific metadata.
Reimplemented from File.
Definition at line 921 of file LocalFile.php.
References $metadata, and load.
Referenced by maybeUpgradeRow().
LocalFile::getMimeType | ( | ) |
Returns the MIME type of the file.
Reimplemented from File.
Definition at line 949 of file LocalFile.php.
LocalFile::getMutableCacheKeys | ( | WANObjectCache | $cache | ) |
WANObjectCache | $cache |
Definition at line 309 of file LocalFile.php.
References getCacheKey().
|
static |
Return the tables, fields, and join conditions to be selected to create a new localfile object.
string[] | $options |
|
Reimplemented in OldLocalFile.
Definition at line 244 of file LocalFile.php.
References $options, and $ret.
Referenced by ImageBuilder\buildImage(), CheckImages\execute(), RefreshFileHeaders\execute(), RefreshImageMetadata\execute(), LocalRepo\findBySha1(), LocalRepo\findBySha1s(), LocalRepo\findFiles(), LocalRepo\findFilesByPrefix(), NewFilesPager\getQueryInfo(), FileDuplicateSearchPage\getQueryInfo(), MIMEsearchPage\getQueryInfo(), loadExtraFieldsWithTimestamp(), newFromKey(), nextHistoryLine(), and ApiQueryAllImages\run().
LocalFile::getSha1 | ( | ) |
Reimplemented from File.
Definition at line 2166 of file LocalFile.php.
References $sha1, File\getName(), File\getPath(), invalidateCache(), load, lock(), unlock(), and wfReadOnly().
Referenced by UploadBase\checkLocalFileExists(), RevertAction\onSubmit(), and purgeThumbList().
LocalFile::getSize | ( | ) |
Returns the size of the image file, in bytes.
Reimplemented from File.
Definition at line 939 of file LocalFile.php.
Referenced by RevDelArchivedFileItem\getApiData(), and RevDelFileItem\getApiData().
LocalFile::getThumbnails | ( | $archiveName = false | ) |
getTransformScript inherited
getUnscaledThumb inherited thumbName inherited createThumb inherited transform inherited getHandler inherited iconThumb inherited getLastError inherited Get all thumbnail names previously generated for this file
string | bool | $archiveName | Name of an archive file, default false |
Definition at line 997 of file LocalFile.php.
References $e, $file, as, File\getArchiveThumbPath(), and File\getThumbPath().
LocalFile::getTimestamp | ( | ) |
Reimplemented from File.
Definition at line 2138 of file LocalFile.php.
References $timestamp, and load.
Referenced by RevDelArchivedFileItem\getApiData(), and RevDelFileItem\getApiData().
LocalFile::getUpgraded | ( | ) |
Definition at line 700 of file LocalFile.php.
References $upgraded.
LocalFile::getUser | ( | $type = 'text' | ) |
Returns user who uploaded the file.
string | $type | 'text', 'id', or 'object' |
Reimplemented from File.
Definition at line 884 of file LocalFile.php.
References $type, $user, load, and user.
Referenced by RevDelArchivedFileItem\getApiData().
LocalFile::getWidth | ( | $page = 1 | ) |
Return the width of the image.
int | $page |
Reimplemented from File.
Definition at line 819 of file LocalFile.php.
References File\$handler, $width, File\getHandler(), MediaHandler\getPageDimensions(), File\isMultipage(), and load.
Referenced by RevDelArchivedFileItem\getApiData(), RevDelFileItem\getApiData(), and prerenderThumbnails().
LocalFile::invalidateCache | ( | ) |
Purge the file object/metadata cache.
Definition at line 384 of file LocalFile.php.
References getCacheKey(), and use.
Referenced by getSha1(), purgeMetadataCache(), recordUpload2(), and upgradeRow().
LocalFile::isCacheable | ( | ) |
Reimplemented from File.
Definition at line 2191 of file LocalFile.php.
References CACHE_FIELD_MAX_LEN, load, and serialize().
LocalFile::isMissing | ( | ) |
splitMime inherited
getName inherited getTitle inherited getURL inherited getViewURL inherited getPath inherited isVisible inherited Checks if this file exists in its parent repo, as referenced by its virtual URL.
Reimplemented from File.
Definition at line 804 of file LocalFile.php.
References $fileExists, $missing, and File\getVirtualUrl().
LocalFile::load | ( | $flags = 0 | ) |
Load file metadata from cache or DB, unless already loaded.
int | $flags |
Reimplemented from File.
Definition at line 643 of file LocalFile.php.
References loadExtraFromDB(), loadFromCache(), and loadFromDB().
|
private |
IDatabase | $dbr | |
string | $fname |
Definition at line 506 of file LocalFile.php.
References $dbr, $fname, File\getName(), getQueryInfo(), OldLocalFile\getQueryInfo(), and unprefixRow().
Referenced by loadExtraFromDB().
|
protected |
Load lazy file metadata from the DB.
This covers fields that are sometimes not cached.
Reimplemented in OldLocalFile.
Definition at line 481 of file LocalFile.php.
References $fname, File\$name, $value, as, and loadExtraFieldsWithTimestamp().
Referenced by load().
|
private |
Try to load file metadata from memcached, falling back to the database.
Definition at line 316 of file LocalFile.php.
References $cache, $fileExists, array(), as, getCacheFields(), getCacheKey(), getLazyCacheFields(), loadFromDB(), setProps(), use, user, VERSION, and wfTimestamp().
Referenced by load().
LocalFile::loadFromDB | ( | $flags = 0 | ) |
Load file metadata from the DB.
int | $flags |
Reimplemented in OldLocalFile.
Definition at line 449 of file LocalFile.php.
References $dbr, $fname, File\getName(), and loadFromRow().
Referenced by load(), and loadFromCache().
LocalFile::loadFromFile | ( | ) |
Load metadata from the file itself.
Definition at line 401 of file LocalFile.php.
References File\getVirtualUrl(), and setProps().
Referenced by upgradeRow(), and OldLocalFile\upgradeRow().
LocalFile::loadFromRow | ( | $row, | |
$prefix = 'img_' |
|||
) |
Load file metadata from a DB result row.
object | $row | |
string | $prefix |
Definition at line 626 of file LocalFile.php.
References File\$name, $value, as, and decodeRow().
Referenced by loadFromDB(), and OldLocalFile\loadFromDB().
LocalFile::lock | ( | ) |
Start an atomic DB section and lock the image for update or increments a reference counter if the lock is already held.
This method should not be used outside of LocalFile/LocalFile*Batch
LocalFileLockError | Throws an error if the lock was not acquired |
Definition at line 2228 of file LocalFile.php.
References $lockedOwnTrx, acquireFileLock(), name, releaseFileLock(), and use.
Referenced by delete(), deleteOld(), getSha1(), move(), publishTo(), restore(), upgradeRow(), upload(), and OldLocalFile\uploadOld().
|
protected |
Upgrade a row if it needs it.
Definition at line 661 of file LocalFile.php.
References $e, File\$handler, $wgUpdateCompatibleMetadata, File\getHandler(), getMetadata(), MediaHandler\isMetadataValid(), MediaHandler\METADATA_BAD, MediaHandler\METADATA_COMPATIBLE, upgradeRow(), and wfReadOnly().
Referenced by purgeCache().
LocalFile::move | ( | $target | ) |
getLinksTo inherited
getExifData inherited isLocal inherited wasDeleted inherited Move file to the new title
Move current, old version and all thumbnails to the new filename. Old file is deleted.
Cache purging is done; checks for validity and logging are caller's responsibility
Title | $target | New file name |
Reimplemented from File.
Reimplemented in ForeignDBFile.
Definition at line 1899 of file LocalFile.php.
References $batch, as, File\getRepo(), lock(), name, readOnlyFatalStatus(), title, unlock(), use, wfDebugLog(), and wfLocalFile().
|
static |
Create a LocalFile from a SHA-1 key Do not call this except from inside a repo class.
string | $sha1 | Base-36 SHA-1 |
LocalRepo | $repo | |
string | bool | $timestamp | MW_timestamp (optional) |
Reimplemented in OldLocalFile.
Definition at line 176 of file LocalFile.php.
References $dbr, File\$repo, $sha1, $timestamp, getQueryInfo(), and newFromRow().
|
static |
Create a LocalFile from a title Do not call this except from inside a repo class.
stdClass | $row | |
FileRepo | $repo |
Reimplemented in ForeignDBFile, and OldLocalFile.
Definition at line 159 of file LocalFile.php.
References $file, File\$repo, File\$title, and NS_FILE.
Referenced by newFromKey().
|
static |
Create a LocalFile from a title Do not call this except from inside a repo class.
Note: $unused param is only here to avoid an E_STRICT
Reimplemented in OldLocalFile, and ForeignDBFile.
Definition at line 146 of file LocalFile.php.
References File\$repo, and File\$title.
LocalFile::nextHistoryLine | ( | ) |
Returns the history of this file, line by line.
starts with current version, then old versions. uses $this->historyLine to check which line to return: 0 return line for current version 1 query for old versions, return first one 2, ... return next old version from above query
Reimplemented from File.
Definition at line 1229 of file LocalFile.php.
References $dbr, $fname, getQueryInfo(), OldLocalFile\getQueryInfo(), and title.
LocalFile::prerenderThumbnails | ( | ) |
Prerenders a configurable set of thumbnails.
Definition at line 1106 of file LocalFile.php.
References $size, $wgUploadThumbnailRenderMap, as, File\getTitle(), getWidth(), and File\isVectorized().
Referenced by recordUpload2().
LocalFile::publish | ( | $src, | |
$flags = 0 , |
|||
array | $options = [] |
||
) |
Move or copy a file to its public location.
If a file exists at the destination, move it to an archive. Returns a Status object with the archive name in the "value" member on success.
The archive name should be passed through to recordUpload for database registration.
string | FSFile | $src | Local filesystem path or virtual URL to the source image |
int | $flags | A bitwise combination of: File::DELETE_SOURCE Delete the source file, i.e. move rather than copy |
array | $options | Optional additional parameters |
Reimplemented from File.
Reimplemented in ForeignDBFile.
Definition at line 1815 of file LocalFile.php.
References $options, File\getRel(), and publishTo().
LocalFile::publishTo | ( | $src, | |
$dstRel, | |||
$flags = 0 , |
|||
array | $options = [] |
||
) |
Move or copy a file to a specified location.
Returns a Status object with the archive name in the "value" member on success.
The archive name should be passed through to recordUpload for database registration.
string | FSFile | $src | Local filesystem path or virtual URL to the source image |
string | $dstRel | Target relative path |
int | $flags | A bitwise combination of: File::DELETE_SOURCE Delete the source file, i.e. move rather than copy |
array | $options | Optional additional parameters |
Definition at line 1834 of file LocalFile.php.
References $options, File\$repo, $sha1, File\DELETE_SOURCE, FileRepo\DELETE_SOURCE, exists(), File\getArchiveRel(), FileRepo\getBackend(), FileRepo\getFileSha1(), File\getName(), FileRepo\getReadOnlyReason(), File\getRepo(), FSFile\getSha1Base36FromPath(), FileRepo\hasSha1Storage(), File\isOld(), FileRepo\isVirtualUrl(), lock(), FileRepo\publish(), FileRepo\quickImport(), readOnlyFatalStatus(), unlock(), and wfTimestamp().
Referenced by publish(), and OldLocalFile\uploadOld().
LocalFile::purgeCache | ( | $options = [] | ) |
Delete all previously generated thumbnails, refresh metadata in memcached and purge the CDN.
array | $options | An array potentially with the key forThumbRefresh. |
Reimplemented from File.
Definition at line 1031 of file LocalFile.php.
References $options, File\getUrl(), maybeUpgradeRow(), purgeMetadataCache(), and purgeThumbnails().
LocalFile::purgeMetadataCache | ( | ) |
Refresh metadata in memcached, but don't touch thumbnails or CDN.
Definition at line 1020 of file LocalFile.php.
References invalidateCache().
Referenced by purgeCache().
LocalFile::purgeOldThumbnails | ( | $archiveName | ) |
Delete cached transformed files for an archived version only.
string | $archiveName | Name of the archived file |
Definition at line 1050 of file LocalFile.php.
References $file, $urls, as, File\getArchiveThumbUrl(), File\getThumbnails(), and purgeThumbList().
Referenced by delete(), and deleteOld().
|
protected |
Delete a list of thumbnails visible at urls.
string | $dir | Base dir of the files. |
array | $files | Array of strings: relative filenames (to $dir) |
Definition at line 1133 of file LocalFile.php.
References $file, as, File\getName(), getSha1(), and wfDebug().
Referenced by purgeOldThumbnails(), and purgeThumbnails().
LocalFile::purgeThumbnails | ( | $options = [] | ) |
Delete cached transformed files for the current version only.
array | $options |
Definition at line 1073 of file LocalFile.php.
References $file, File\$handler, $options, $urls, as, MediaHandler\filterThumbnailPurgeList(), File\getHandler(), File\getThumbnails(), File\getThumbUrl(), and purgeThumbList().
Referenced by purgeCache(), and recordUpload2().
|
protected |
Definition at line 2287 of file LocalFile.php.
References File\getName(), and File\getRepo().
Referenced by delete(), deleteOld(), move(), publishTo(), restore(), and upload().
LocalFile::recordUpload | ( | $oldver, | |
$desc, | |||
$license = '' , |
|||
$copyStatus = '' , |
|||
$source = '' , |
|||
$watch = false , |
|||
$timestamp = false , |
|||
User | $user = null |
||
) |
Record a file upload in the upload log and the image table.
string | $oldver | |
string | $desc | |
string | $license | |
string | $copyStatus | |
string | $source | |
bool | $watch | |
string | bool | $timestamp | |
User | null | $user | User object or null to use $wgUser |
Reimplemented from File.
Reimplemented in ForeignDBFile.
Definition at line 1402 of file LocalFile.php.
References $source, $timestamp, $user, User\addWatch(), SpecialUpload\getInitialPageText(), File\getTitle(), and recordUpload2().
LocalFile::recordUpload2 | ( | $oldver, | |
$comment, | |||
$pageText, | |||
$props = false , |
|||
$timestamp = false , |
|||
$user = null , |
|||
$tags = [] , |
|||
$createNullRevision = true , |
|||
$revert = false |
|||
) |
Record a file upload in the upload log and the image table.
string | $oldver | |
string | $comment | |
string | $pageText | |
bool | array | $props | |
string | bool | $timestamp | |
null | User | $user | |
string[] | $tags | |
bool | $createNullRevision | Set to false to avoid creation of a null revision on file upload, see T193621 |
bool | $revert | If this file upload is a revert |
Definition at line 1436 of file LocalFile.php.
References $fname, $res, $rev, $revert, $tables, $timestamp, File\$title, $user, $wgActorTableSchemaMigrationStage, as, EDIT_NEW, EDIT_SUPPRESS_RC, User\getActorId(), User\getId(), File\getName(), User\getName(), Title\getPrefixedText(), File\getRel(), File\getRepo(), File\getTitle(), File\getUrl(), File\getVirtualUrl(), invalidateCache(), LogEntryBase\makeParamBlob(), User\newFromAnyId(), LogFormatter\newFromEntry(), Revision\newNullRevision(), NS_FILE, null, prerenderThumbnails(), Article\purgePatrolFooterCache(), purgeThumbnails(), SCHEMA_COMPAT_WRITE_BOTH, SCHEMA_COMPAT_WRITE_NEW, SCHEMA_COMPAT_WRITE_OLD, setProps(), use, wfDebug(), wfTimestamp(), and width.
Referenced by recordUpload(), and upload().
LocalFile::releaseFileLock | ( | ) |
Definition at line 2213 of file LocalFile.php.
References File\getPath(), and File\getRepo().
Referenced by lock().
LocalFile::resetHistory | ( | ) |
Reset the history pointer to the first element of the history.
Reimplemented from File.
Definition at line 1272 of file LocalFile.php.
LocalFile::restore | ( | $versions = [] , |
|
$unsuppress = false |
|||
) |
Restore all or specified deleted revisions to the given file.
Permissions and logging are left to the caller.
May throw database exceptions on error.
array | $versions | Set of record ids of deleted items to restore, or empty to restore all revisions. |
bool | $unsuppress |
Reimplemented from File.
Reimplemented in ForeignDBFile.
Definition at line 2052 of file LocalFile.php.
References $batch, File\getRepo(), lock(), readOnlyFatalStatus(), and unlock().
|
static |
Fields in the image table.
Reimplemented in OldLocalFile.
Definition at line 200 of file LocalFile.php.
References $wgActorTableSchemaMigrationStage, SCHEMA_COMPAT_READ_NEW, and wfDeprecated().
LocalFile::setProps | ( | $info | ) |
Set properties in this object to be equal to those given in the associative array $info.
Only cacheable fields can be set. All fields must be set in $info except for getLazyCacheFields().
If 'mime' is given, it will be split into major_mime/minor_mime. If major_mime/minor_mime are given, $this->mime will also be set.
array | $info |
Definition at line 762 of file LocalFile.php.
References as, getCacheFields(), list, User\newFromAnyId(), File\splitMime(), and user.
Referenced by loadFromCache(), loadFromFile(), and recordUpload2().
LocalFile::unlock | ( | ) |
Decrement the lock reference count and end the atomic section if it reaches zero.
This method should not be used outside of LocalFile/LocalFile*Batch
The commit and loc release will happen when no atomic sections are active, which may happen immediately or at some point after calling this
Definition at line 2273 of file LocalFile.php.
References $locked.
Referenced by __destruct(), delete(), deleteOld(), getSha1(), move(), publishTo(), restore(), upgradeRow(), upload(), and OldLocalFile\uploadOld().
|
protected |
array | object | $row | |
string | $prefix |
MWException |
Definition at line 555 of file LocalFile.php.
References File\$name, $value, array(), as, and key.
Referenced by decodeRow(), loadExtraFieldsWithTimestamp(), and OldLocalFile\loadExtraFromDB().
LocalFile::upgradeRow | ( | ) |
Fix assorted version-related problems with the image row by reloading it from the file.
Reimplemented from File.
Reimplemented in OldLocalFile.
Definition at line 707 of file LocalFile.php.
References File\getName(), invalidateCache(), list, loadFromFile(), lock(), File\splitMime(), unlock(), wfDebug(), wfReadOnly(), and width.
Referenced by maybeUpgradeRow().
LocalFile::upload | ( | $src, | |
$comment, | |||
$pageText, | |||
$flags = 0 , |
|||
$props = false , |
|||
$timestamp = false , |
|||
$user = null , |
|||
$tags = [] , |
|||
$createNullRevision = true , |
|||
$revert = false |
|||
) |
getHashPath inherited
getRel inherited getUrlRel inherited getArchiveRel inherited getArchivePath inherited getThumbPath inherited getArchiveUrl inherited getThumbUrl inherited getArchiveVirtualUrl inherited getThumbVirtualUrl inherited isHashed inherited Upload a file and record it in the DB
string | FSFile | $src | Source storage path, virtual URL, or filesystem path |
string | $comment | Upload description |
string | $pageText | Text to use for the new description page, if a new description page is created |
int | bool | $flags | Flags for publish() |
array | bool | $props | File properties, if known. This can be used to reduce the upload time when uploading virtual URLs for which the file info is already known |
string | bool | $timestamp | Timestamp for img_timestamp, or false to use the current time |
User | null | $user | User object or null to use $wgUser |
string[] | $tags | Change tags to add to the log entry and page revision. (This doesn't check $user's permissions.) |
bool | $createNullRevision | Set to false to avoid creation of a null revision on file upload, see T193621 |
bool | $revert | If this file upload is a revert |
Definition at line 1313 of file LocalFile.php.
References File\$handler, $metadata, $options, $revert, $timestamp, $user, MediaHandler\getContentHeaders(), MediaHandler\getHandler(), File\getRepo(), FileBackend\isStoragePath(), FileRepo\isVirtualUrl(), lock(), publish, readOnlyFatalStatus(), recordUpload2(), and unlock().
|
protected |
Returned by getimagesize (loadFromXxx)
Definition at line 61 of file LocalFile.php.
Referenced by getBitDepth().
|
protected |
Whether or not core data has been loaded from the database (loadFromXxx)
Definition at line 79 of file LocalFile.php.
|
protected |
Bitfield akin to rev_deleted.
Definition at line 85 of file LocalFile.php.
Referenced by OldLocalFile\getVisibility().
|
private |
Description of current revision of the file.
Definition at line 109 of file LocalFile.php.
Referenced by getDescription().
|
private |
TS_MW timestamp of the last change of the file description.
Definition at line 112 of file LocalFile.php.
Referenced by getDescriptionTouched().
|
protected |
Whether or not lazy-loaded data has been loaded from the database.
Definition at line 82 of file LocalFile.php.
|
protected |
Does the file exist on disk? (loadFromXxx)
Definition at line 52 of file LocalFile.php.
Referenced by exists(), isMissing(), and loadFromCache().
|
protected |
|
private |
Number of line to return by nextHistoryLine() (constructor)
Definition at line 91 of file LocalFile.php.
|
private |
Result of the query for the file's history (nextHistoryLine)
Definition at line 94 of file LocalFile.php.
|
private |
True if the image row is locked.
Definition at line 121 of file LocalFile.php.
Referenced by unlock().
|
private |
True if the image row is locked with a lock initiated transaction.
Definition at line 124 of file LocalFile.php.
Referenced by lock().
|
private |
Major MIME type.
Definition at line 97 of file LocalFile.php.
|
protected |
MEDIATYPE_xxx (bitmap, drawing, audio...)
Definition at line 64 of file LocalFile.php.
Referenced by getMediaType().
|
protected |
Handler-specific metadata.
Definition at line 73 of file LocalFile.php.
Referenced by getMetadata(), and upload().
|
protected |
MIME type, determined by MimeAnalyzer::guessMimeType.
Definition at line 67 of file LocalFile.php.
Referenced by getMimeType().
|
private |
Minor MIME type.
Definition at line 100 of file LocalFile.php.
|
private |
True if file is not present in file system.
Not to be cached in memcached
Definition at line 127 of file LocalFile.php.
Referenced by isMissing().
|
protected |
Definition at line 88 of file LocalFile.php.
|
protected |
SHA-1 base 36 content hash.
Definition at line 76 of file LocalFile.php.
Referenced by getSha1(), newFromKey(), OldLocalFile\newFromKey(), and publishTo().
|
protected |
Size in bytes (loadFromXxx)
Definition at line 70 of file LocalFile.php.
Referenced by getSize(), and prerenderThumbnails().
|
private |
Upload timestamp.
Definition at line 103 of file LocalFile.php.
Referenced by getTimestamp(), newFromKey(), OldLocalFile\newFromKey(), OldLocalFile\recordOldUpload(), recordUpload(), recordUpload2(), upload(), and OldLocalFile\uploadOld().
|
private |
Whether the row was upgraded on load.
Definition at line 115 of file LocalFile.php.
Referenced by getUpgraded().
|
private |
Whether the row was scheduled to upgrade on load.
Definition at line 118 of file LocalFile.php.
|
private |
Uploader.
Definition at line 106 of file LocalFile.php.
Referenced by delete(), deleteOld(), getDescription(), getUser(), OldLocalFile\recordOldUpload(), recordUpload(), recordUpload2(), upload(), OldLocalFile\uploadOld(), and OldLocalFile\userCan().
|
protected |
const LocalFile::ATOMIC_SECTION_LOCK = 'LocalFile::lockingTransaction' |
Definition at line 132 of file LocalFile.php.
const LocalFile::CACHE_FIELD_MAX_LEN = 1000 |
Definition at line 49 of file LocalFile.php.
Referenced by isCacheable().
const LocalFile::LOAD_ALL = 16 |
Definition at line 130 of file LocalFile.php.
const LocalFile::VERSION = 11 |
Definition at line 47 of file LocalFile.php.
Referenced by loadFromCache().