aboutsummaryrefslogtreecommitdiffstats
path: root/includes/media/BitmapMetadataHandler.php
Commit message (Expand)AuthorAgeFilesLines
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-261-1/+2
* phan: Remove PhanTypePossiblyInvalidDimOffset suppressionUmherirrender2022-03-281-0/+1
* Try not to discard Excimer timeout exceptionsTim Starling2022-02-021-0/+3
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-2/+3
* Fix typos in comments (A-B)Siddharth VP2021-12-261-1/+1
* media: Add missing false return types to docUmherirrender2021-10-161-1/+1
* Remove some more comments that literally repeat the codeThiemo Kreuz2021-06-181-1/+1
* Use the unserialized form of image metadata internallyTim Starling2021-06-081-0/+3
* includes: Use expression assignment operator += or |= where possibleUmherirrender2020-07-311-2/+2
* Mark additional classes as newable for now.daniel2020-07-081-0/+4
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-1/+1
* Fix includes/media/ Squiz.Scope.MethodScope.MissingReedy2020-05-181-5/+5
* Collapse some nested if statementsReedy2019-04-041-7/+7
* Fix some of the common typospetarpetkovic2018-08-161-1/+1
* Use wikimedia/xmp-reader libraryKunal Mehta2018-05-311-0/+1
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-1/+1
* Remove @param comments that literally repeat what the code saysThiemo Mättig2018-01-101-1/+1
* XMPReader: Log filename if availableBryan Davis2017-12-021-3/+3
* Remove empty lines at begin of function, if, foreach, switchUmherirrender2017-07-011-1/+0
* Apply EXIF rotation to X-Content-DimensionsGilles Dubuc2017-05-161-3/+3
* Convert all array() syntax to []Kunal Mehta2016-02-171-14/+14
* XMP: Use structured logging instead of wfDebugLogKunal Mehta2015-05-231-3/+5
* SECURITY: Don't allow entities in XMP with HHVMcsteipp2015-04-011-3/+3
* Updated some try-catch statements: MWException -> ExceptionAaron Schulz2015-01-091-1/+1
* Correct variable names in @param to match method declarationsumherirrender2014-08-131-1/+1
* Cleanup some docs (includes/[m-r])umherirrender2014-07-241-4/+4
* Update documentation for media related classesSiebrand Mazeland2013-12-061-14/+16
* Break long lines in media related classesSiebrand Mazeland2013-12-051-1/+3
* Update formatting for media related classesSiebrand Mazeland2013-12-051-3/+9
* Use lowercase key wordsumherirrender2013-11-231-2/+2
* Added space after switch/Removed spaces after unsetumherirrender2013-04-261-1/+1
* Fixed spacing in context/installer/media/templates/upload folderumherirrender2013-04-211-2/+4
* Remove spaces in function signatureumherirrender2013-03-181-8/+8
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-6/+6
* Merge "fix some spacing"jenkins-bot2013-03-071-3/+0
|\
| * fix some spacingumherirrender2013-03-071-3/+0
* | Fix align of block commentsumherirrender2013-03-071-20/+20
|/
* The static declaration must come after the visibility declarationumherirrender2013-01-261-3/+3
* Remove a bunch of trailing spaces and unneeded newlinesumherirrender2012-10-191-1/+1
* Update docs for return and exception infoSiebrand Mazeland2012-10-091-0/+1
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-031-7/+30
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-1/+1
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-1/+1
* Fix doxygen docs before REL1_19 branchingAntoine Musso2012-02-011-0/+3
* Make sure that if we fail to read the App13 (iptc) block of a JPG file, that ...Brian Wolff2012-01-051-3/+13
* follow-up r86169 - 2 minor issues found while writing unit testsBrian Wolff2011-08-211-6/+64
* Even more documentation in various filesSam Reed2011-05-291-12/+13
* And even more documentationSam Reed2011-05-281-4/+8
* Few style/whitespace/comment issues from r86169Sam Reed2011-04-181-10/+10
* Remove some unused variablesSam Reed2011-04-161-1/+1