37 wfDebug( __METHOD__ .
': ' . $e->getMessage() .
"\n" );
39 return self::BROKEN_FILE;
52 if ( count( $meta ) === 0 ) {
71 if ( !isset( $meta[
'metadata'] ) ) {
74 unset( $meta[
'metadata'][
'_MW_GIF_VERSION'] );
76 return $meta[
'metadata'];
86 $ser =
$image->getMetadata();
90 return $image->getWidth() *
$image->getHeight() * $metadata[
'frameCount'];
101 $ser =
$image->getMetadata();
104 if ( $metadata[
'frameCount'] > 1 ) {
129 if ( $metadata === self::BROKEN_FILE ) {
131 return self::METADATA_GOOD;
134 MediaWiki\suppressWarnings();
136 MediaWiki\restoreWarnings();
138 if ( !$data || !is_array( $data ) ) {
139 wfDebug( __METHOD__ .
" invalid GIF metadata\n" );
141 return self::METADATA_BAD;
144 if ( !isset( $data[
'metadata'][
'_MW_GIF_VERSION'] )
147 wfDebug( __METHOD__ .
" old but compatible GIF metadata\n" );
149 return self::METADATA_COMPATIBLE;
152 return self::METADATA_GOOD;
162 $original = parent::getLongDesc(
$image );
164 MediaWiki\suppressWarnings();
166 MediaWiki\restoreWarnings();
168 if ( !$metadata || $metadata[
'frameCount'] <= 1 ) {
176 if ( $metadata[
'looped'] ) {
177 $info[] =
wfMessage(
'file-info-gif-looped' )->parse();
180 if ( $metadata[
'frameCount'] > 1 ) {
181 $info[] =
wfMessage(
'file-info-gif-frames' )->numParams( $metadata[
'frameCount'] )->parse();
184 if ( $metadata[
'duration'] ) {
185 $info[] = $wgLang->formatTimePeriod( $metadata[
'duration'] );
188 return $wgLang->commaList( $info );
200 $serMeta = $file->getMetadata();
201 MediaWiki\suppressWarnings();
203 MediaWiki\restoreWarnings();
205 if ( !$metadata || !isset( $metadata[
'duration'] ) || !$metadata[
'duration'] ) {
208 return (
float)$metadata[
'duration'];
isMetadataValid($image, $metadata)
getLength($file)
Return the duration of the GIF file.
div flags Integer display flags(NO_ACTION_LINK, NO_EXTRA_USER_LINKS) 'LogException'returning false will NOT prevent logging $e
formatMetadata($image, $context=false)
getCommonMetaArray(File $image)
Return the standard metadata elements for #filemetadata parser func.
when a variable name is used in a it is silently declared as a new local masking the global
wfDebug($text, $dest= 'all', array $context=[])
Sends a line to the debug log if enabled or, optionally, to a comment in output.
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
getMetadata($image, $filename)
getMetadata()
Get handler-specific metadata Overridden by LocalFile, UnregisteredLocalFile STUB.
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 after in associative array form externallinks including delete and has completed for all link tables whether this was an auto creation default is conds Array Extra conditions for the No matching items in log is displayed if loglist is empty msgKey Array If you want a nice box with a set this to the key of the message First element is the message additional optional elements are parameters for the key that are processed with wfMessage() -> params() ->parseAsBlock()-offset Set to overwrite offset parameter in $wgRequest set to ''to unsetoffset-wrap String Wrap the message in html(usually something like"<
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
$wgMaxAnimatedGifArea
Force thumbnailing of animated GIFs above this size to a single frame instead of an animated thumbnai...
Generic handler for bitmap images.
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 $image
canAnimateThumbnail($file)
We cannot animate thumbnails that are bigger than a particular size.
Implements some public methods and some protected utility functions which are required by multiple ch...