35 }
catch ( Exception
$e ) {
37 wfDebug( __METHOD__ .
': ' .
$e->getMessage() .
"\n" );
52 if ( count( $meta ) === 0 ) {
65 $meta =
$image->getMetadata();
71 if ( !
isset( $meta[
'metadata'] ) ) {
74 unset( $meta[
'metadata'][
'_MW_GIF_VERSION'] );
76 return $meta[
'metadata'];
86 $ser =
$image->getMetadata();
89 if (
isset( $metadata[
'frameCount'] ) && $metadata[
'frameCount'] > 0 ) {
90 return $image->getWidth() *
$image->getHeight() * $metadata[
'frameCount'];
104 $ser =
$image->getMetadata();
107 if (
isset( $metadata[
'frameCount'] ) && $metadata[
'frameCount'] > 1 ) {
132 if ( $metadata === self::BROKEN_FILE ) {
142 wfDebug( __METHOD__ .
" invalid GIF metadata\n" );
147 if ( !
isset(
$data[
'metadata'][
'_MW_GIF_VERSION'] )
150 wfDebug( __METHOD__ .
" old but compatible GIF metadata\n" );
165 $original = parent::getLongDesc(
$image );
171 if ( !$metadata || $metadata[
'frameCount'] <= 1 ) {
179 if ( $metadata[
'looped'] ) {
180 $info[] =
wfMessage(
'file-info-gif-looped' )->parse();
183 if ( $metadata[
'frameCount'] > 1 ) {
184 $info[] =
wfMessage(
'file-info-gif-frames' )->numParams( $metadata[
'frameCount'] )->parse();
187 if ( $metadata[
'duration'] ) {
188 $info[] =
$wgLang->formatTimePeriod( $metadata[
'duration'] );
191 return $wgLang->commaList( $info );
203 $serMeta = $file->getMetadata();
208 if ( !$metadata || !
isset( $metadata[
'duration'] ) || !$metadata[
'duration'] ) {
211 return (
float)$metadata[
'duration'];
unserialize( $serialized)
and that you know you can do these things To protect your we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights These restrictions translate to certain responsibilities for you if you distribute copies of the or if you modify it For if you distribute copies of such a whether gratis or for a you must give the recipients all the rights that you have You must make sure that receive or can get the source code And you must show them these terms so they know their rights We protect your rights with two and(2) offer you this license which gives you legal permission to copy
$wgMaxAnimatedGifArea
Force thumbnailing of animated GIFs above this size to a single frame instead of an animated thumbnai...
wfDebug( $text, $dest='all', array $context=[])
Sends a line to the debug log if enabled or, optionally, to a comment in output.
Generic handler for bitmap images.
Implements some public methods and some protected utility functions which are required by multiple ch...
isMetadataValid( $image, $metadata)
Check if the metadata string is valid for this handler.
getLength( $file)
Return the duration of the GIF file.
getMetadata( $image, $filename)
Get handler-specific metadata which will be saved in the img_metadata field.
canAnimateThumbnail( $file)
We cannot animate thumbnails that are bigger than a particular size.
formatMetadata( $image, $context=false)
getMetadataType( $image)
Get a string describing the type of metadata, for display purposes.
getCommonMetaArray(File $image)
Return the standard metadata elements for #filemetadata parser func.
this hook is for auditing only or null if authentication failed before getting that far or null if we can t even determine that When $user is not it can be in the form of< username >< more info > e g for bot passwords intended to be added to log contexts Fields it might only if the login was with a bot password 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
do that in ParserLimitReportFormat instead use this to modify the parameters of the image all existing parser cache entries will be invalid To avoid you ll need to handle that somehow(e.g. with the RejectParserCacheValue hook) because MediaWiki won 't do it for you. & $defaults also a ContextSource after deleting those rows but within the same transaction you ll probably need to make sure the header is varied on and they can depend only on the ResourceLoaderContext $context
either a unescaped string or a HtmlArmor object after in associative array form externallinks including delete and has completed for all link tables whether this was an auto creation use $formDescriptor instead 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 unset offset - wrap String Wrap the message in html(usually something like "<div ...>$1</div>"). - flags Integer display flags(NO_ACTION_LINK, NO_EXTRA_USER_LINKS) 'LogException':Called before an exception(or PHP error) is logged. This is meant for integration with external error aggregation services
returning false will NOT prevent logging $e
$data
Utility to generate mapping file used in mw.Title (phpCharToUpper.json)