48 $this->mExists = $exists;
59 $data =
$repo->fetchImageQuery( [
60 'titles' =>
'File:' . $title->
getDBkey(),
61 'iiprop' => self::getProps(),
62 'prop' =>
'imageinfo',
66 'iiextmetadatamultilang' => 1,
69 $info =
$repo->getImageInfo( $data );
72 $lastRedirect = isset( $data[
'query'][
'redirects'] )
73 ? count( $data[
'query'][
'redirects'] ) - 1
75 if ( $lastRedirect >= 0 ) {
77 $img =
new self( $newtitle,
$repo, $info,
true );
79 $img->redirectedFrom( $title->
getDBkey() );
96 return 'timestamp|user|comment|url|size|sha1|metadata|mime|mediatype|extmetadata';
132 $thumbUrl = $this->repo->getThumbUrlFromCache(
138 if ( $thumbUrl ===
false ) {
141 return $this->repo->getThumbError(
150 return $this->
handler->getTransform( $this,
'bogus', $thumbUrl,
$params );
160 return isset( $this->mInfo[
'width'] ) ? intval( $this->mInfo[
'width'] ) : 0;
168 return isset( $this->mInfo[
'height'] ) ? intval( $this->mInfo[
'height'] ) : 0;
175 if ( isset( $this->mInfo[
'metadata'] ) ) {
176 return serialize( self::parseMetadata( $this->mInfo[
'metadata'] ) );
187 if ( isset( $this->mInfo[
'extmetadata'] ) ) {
188 return $this->mInfo[
'extmetadata'];
199 if ( !is_array( $metadata ) ) {
203 foreach ( $metadata
as $meta ) {
204 $ret[$meta[
'name']] = self::parseMetadata( $meta[
'value'] );
214 return isset( $this->mInfo[
'size'] ) ? intval( $this->mInfo[
'size'] ) : null;
221 return isset( $this->mInfo[
'url'] ) ? strval( $this->mInfo[
'url'] ) : null;
232 if ( isset( $this->mInfo[
'descriptionshorturl'] ) ) {
233 return $this->mInfo[
'descriptionshorturl'];
234 } elseif ( isset( $this->mInfo[
'pageid'] ) ) {
235 $url = $this->repo->makeUrl( [
'curid' => $this->mInfo[
'pageid'] ] );
236 if (
$url !==
false ) {
248 if (
$type ==
'text' ) {
249 return isset( $this->mInfo[
'user'] ) ? strval( $this->mInfo[
'user'] ) : null;
261 return isset( $this->mInfo[
'comment'] ) ? strval( $this->mInfo[
'comment'] ) : null;
268 return isset( $this->mInfo[
'sha1'] )
269 ? Wikimedia\base_convert( strval( $this->mInfo[
'sha1'] ), 16, 36, 31 )
278 isset( $this->mInfo[
'timestamp'] )
279 ? strval( $this->mInfo[
'timestamp'] )
288 if ( !isset( $this->mInfo[
'mime'] ) ) {
290 $this->mInfo[
'mime'] = $magic->guessTypesForExtension( $this->
getExtension() );
293 return $this->mInfo[
'mime'];
300 if ( isset( $this->mInfo[
'mediatype'] ) ) {
301 return $this->mInfo[
'mediatype'];
305 return $magic->getMediaType( null, $this->
getMimeType() );
312 return isset( $this->mInfo[
'descriptionurl'] )
313 ? $this->mInfo[
'descriptionurl']
323 if ( $this->repo->canCacheThumbs() ) {
340 $iter = $this->repo->getBackend()->getFileList( [
'dir' =>
$dir ] );
343 foreach ( $iter
as $file ) {
358 $url = $this->repo->getDescriptionRenderUrl( $this->
getName(), $wgContLang->getCode() );
359 $key = $this->repo->getLocalCacheKey(
'RemoteFileDescription',
'url', md5(
$url ) );
368 $key = $this->repo->getLocalCacheKey(
'ForeignAPIRepo',
'ThumbUrl', $this->
getName() );
381 $purgeList[] =
"{$dir}{$file}";
384 # Delete the thumbnails
385 $this->repo->quickPurgeBatch( $purgeList );
386 # Clear out the thumbnail directory if empty
387 $this->repo->quickCleanDir(
$dir );
static getMainWANInstance()
Get the main WAN cache object.
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
static singleton()
Get an instance of this class.
getDescriptionShortUrl()
Get short description URL for a file based on the foreign API response, or if unavailable, the short URL is constructed from the foreign page ID.
getDescription($audience=self::FOR_PUBLIC, User $user=null)
canRender()
Checks if the output of transform() for this file is likely to be valid.
assertRepoDefined()
Assert that $this->repo is set to a valid FileRepo instance.
getName()
Return the name of this file.
it s the revision text itself In either if gzip is the revision text is gzipped $flags
static newFromText($text, $defaultNamespace=NS_MAIN)
Create a new Title from text, such as what one would find in a link.
when a variable name is used in a it is silently declared as a new local masking the global
getHashPath()
Get the filename hash component of the directory including trailing slash, e.g.
this class mediates it Skin Encapsulates a look and feel for the wiki All of the functions that render HTML and make choices about how to render it are here and are called from various other places when and is meant to be subclassed with other skins that may override some of its functions The User object contains a reference to a and so rather than having a global skin object we just rely on the global User and get the skin with $wgUser and also has some character encoding functions and other locale stuff The current user interface language is instantiated as $wgLang
transform($params, $flags=0)
getThumbPath($suffix= '')
Only useful if we're locally caching thumbs anyway...
wfTimestamp($outputtype=TS_UNIX, $ts=0)
Get a timestamp string in one of various formats.
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 true
Foreign file accessible through api.php requests.
purgeThumbnails($options=[])
getDBkey()
Get the main part with underscores.
isTransformedLocally()
The thumbnail is created on the foreign server and fetched over internet.
getHandler()
Get a MediaHandler instance for this file.
this hook is for auditing only RecentChangesLinked and Watchlist RecentChangesLinked and Watchlist e g Watchlist removed from all revisions and log entries to which it was applied This gives extensions a chance to take it off their books as the deletion has already been partly carried out by this point or something similar the user will be unable to create the tag set and then return false from the hook function Ensure you consume the ChangeTagAfterDelete hook to carry out custom deletion actions as context called by AbstractContent::getParserOutput May be used to override the normal model specific rendering of page content as context as context $options
static newFromTitle(Title $title, $repo)
static getProps()
Get the property string for iiprop and aiprop.
const TS_MW
MediaWiki concatenated string timestamp (YYYYMMDDHHMMSS)
getExtension()
Get the file extension, e.g.
FileRepo LocalRepo ForeignAPIRepo bool $repo
Some member variables can be lazy-initialised using __get().
This document is intended to provide useful advice for parties seeking to redistribute MediaWiki to end users It s targeted particularly at maintainers for Linux since it s been observed that distribution packages of MediaWiki often break We ve consistently had to recommend that users seeking support use official tarballs instead of their distribution s and this often solves whatever problem the user is having It would be nice if this could such as
please add to it if you re going to add events to the MediaWiki code where normally authentication against an external auth plugin would be creating a local account $user
this hook is for auditing only or null if authentication failed before getting that far or null if we can t even determine that probably a stub it is not rendered in wiki pages or galleries in category pages allow injecting custom HTML after the section Any uses of the hook need to handle escaping see BaseTemplate::getToolbox and BaseTemplate::makeListItem for details on the format of individual items inside of this array or by returning and letting standard HTTP rendering take place modifiable or by returning false and taking over the output modifiable modifiable after all normalizations have been except for the $wgMaxImageArea check set to true or false to override the $wgMaxImageArea check result gives extension the possibility to transform it themselves set to a MediaTransformOutput the error message to be returned in an array you should do so by altering $wgNamespaceProtection and $wgNamespaceContentModels outside the handler
__construct($title, $repo, $info, $exists=false)
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php
string $url
The URL corresponding to one of the four basic zones.
this class mediates it Skin Encapsulates a look and feel for the wiki All of the functions that render HTML and make choices about how to render it are here and are called from various other places when and is meant to be subclassed with other skins that may override some of its functions The User object contains a reference to a and so rather than having a global skin object we just rely on the global User and get the skin with $wgUser and also has some character encoding functions and other locale stuff The current user interface language is instantiated as and the local content language as $wgContLang
string $path
The storage path corresponding to one of the zones.
Implements some public methods and some protected utility functions which are required by multiple ch...
static parseMetadata($metadata)
do that in ParserLimitReportFormat instead use this to modify the parameters of the image and a DIV can begin in one section and end in another Make sure your code can handle that case gracefully See the EditSectionClearerLink extension for an example zero but section is usually empty its values are the globals values before the output is cached one of or reset my talk my contributions etc etc otherwise the built in rate limiting checks are if enabled allows for interception of redirect as a string mapping parameter names to values & $type
do that in ParserLimitReportFormat instead use this to modify the parameters of the image and a DIV can begin in one section and end in another Make sure your code can handle that case gracefully See the EditSectionClearerLink extension for an example zero but section is usually empty its values are the globals values before the output is cached $page