index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
media
/
PNGMetadataExtractor.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace some more usages of Wikimedia\(suppress|restore)Warnings()
Reedy
2022-02-24
1
-8
/
+10
*
PNGMetadataExtractor: skip oversize chunks instead of aborting
Tim Starling
2021-07-28
1
-6
/
+7
*
Ignore invalid chunks in PNG files, instead of aborting metadata extraction
Tim Starling
2021-07-13
1
-56
/
+43
*
Use IEC prefixes instead of SI prefixes for byte sizes (docs+backend)
Fomafix
2021-06-28
1
-1
/
+1
*
Use the unserialized form of image metadata internally
Tim Starling
2021-06-08
1
-0
/
+4
*
Remove terminating line breaks from debug messages
Tim Starling
2020-06-03
1
-5
/
+5
*
Fix some Squiz.Scope.MethodScope.Missing
Reedy
2020-05-16
1
-1
/
+1
*
Add const visibility to includes/media
Max Semenik
2020-04-26
1
-2
/
+2
*
Update suppressWarning()/restoreWarning() calls
Reedy
2018-02-10
1
-8
/
+8
*
Use file width/height instead of metadata for getContentHeaders
Gilles Dubuc
2017-05-23
1
-2
/
+0
*
Store original media dimensions as additional header
Gilles Dubuc
2017-05-09
1
-0
/
+4
*
Update weblinks in comments from HTTP to HTTPS
Fomafix
2016-11-07
1
-2
/
+2
*
Improve code suffering from PHP 5.3's lack of support for foo()[]
Bartosz DziewoĆski
2016-02-28
1
-2
/
+1
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-6
/
+6
*
Use mediawiki/at-ease library for suppressing warnings
Kunal Mehta
2015-06-11
1
-8
/
+8
*
Cleanup some docs (includes/[m-r])
umherirrender
2014-07-24
1
-1
/
+1
*
Update documentation for media related classes
Siebrand Mazeland
2013-12-06
1
-3
/
+3
*
Declare visibility for class properties of PNGMetadataExtractor
Siebrand Mazeland
2013-12-05
1
-21
/
+24
*
Update formatting for media related classes
Siebrand Mazeland
2013-12-05
1
-23
/
+20
*
Fix spacing and break some lines
umherirrender
2013-08-24
1
-2
/
+2
*
newlines in wfDebug() calls
Antoine Musso
2013-05-20
1
-5
/
+5
*
Fixed spacing in context/installer/media/templates/upload folder
umherirrender
2013-04-21
1
-1
/
+1
*
fix some spacing
umherirrender
2013-03-25
1
-9
/
+9
*
The static declaration must come after the visibility declaration
umherirrender
2013-01-26
1
-1
/
+1
*
Remove a bunch of trailing spaces and unneeded newlines
umherirrender
2012-10-19
1
-1
/
+1
*
Added missing GPLv2 headers in some places.
Alexandre Emsenhuber
2012-05-03
1
-0
/
+16
*
(bug 31740) JpegMetadataExtractor and friends weren't checking for unexpected...
Brian Wolff
2011-10-24
1
-16
/
+27
*
Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...
Siebrand Mazeland
2011-05-17
1
-1
/
+1
*
follow-up r86195 (Sort of). Make sure the string there can really be exploded...
Brian Wolff
2011-04-16
1
-0
/
+10
*
follow-up r86195 - That $valid really was reachable :P
Brian Wolff
2011-04-16
1
-1
/
+1
*
Remove some unused variables
Sam Reed
2011-04-16
1
-6
/
+0
*
Merge to trunk everything in img_metadata branch.
Brian Wolff
2011-04-16
1
-25
/
+285
*
Extract bit depth and color type for PNG images
Bryan Tong Minh
2011-03-18
1
-2
/
+34
*
Fixup whitespace from r71592
Sam Reed
2010-08-24
1
-10
/
+11
*
Remove some unreachable code (usually returns after throwing exceptions)
Sam Reed
2010-08-24
1
-4
/
+12
*
* Standardised file description headers
Alexandre Emsenhuber
2010-08-15
1
-5
/
+13
*
Cleanup debug and comments of r68324
Derk-Jan Hartman
2010-07-28
1
-9
/
+9
*
Add a new PNG parser in order to recognize APNG (animated PNG) images.
Derk-Jan Hartman
2010-06-20
1
-0
/
+87