aboutsummaryrefslogtreecommitdiffstats
path: root/includes/media/FormatMetadata.php
Commit message (Expand)AuthorAgeFilesLines
* Use spacey style also for code in comments and documentationFomafix2022-08-121-1/+1
* Hard deprecate FormatMetadata::flattenArrayContentLangMatěj Suchánek2022-07-081-4/+2
* FormatMetadata: PHP Notice: Array to string conversionMark Shenouda2022-07-051-0/+6
* media: Improve documentation on Handler functionsUmherirrender2022-03-291-1/+1
* media: Limit result array of explode() to minimum neededUmherirrender2022-03-011-4/+4
* Add explicit casts between scalar typesUmherirrender2022-03-011-5/+5
* Improve indent of very short lines in FormatMetadataUmherirrender2021-12-181-38/+17
* media: Ignore EXIF tag GPSAltitudeRef in FormatMetadataTim Starling2021-06-291-0/+1
* Use array_fill_keys() instead of array_flip() if that reflects the developer'...Tim Starling2021-06-151-1/+1
* Avoid double escape of exif message in FormatMetadataUmherirrender2021-04-121-0/+1
* Use __CLASS__/::class to define callback for array_map/_filter/usortUmherirrender2021-01-221-1/+1
* media: Swap second if for elseif in FormatMetdata::sanitizeKeyForAPI()Reedy2020-11-181-4/+2
* Merge "Update a lot of unspecific "array" types in PHPDocs"jenkins-bot2020-11-131-1/+1
|\
| * Update a lot of unspecific "array" types in PHPDocsThiemo Kreuz2020-10-281-1/+1
* | Downgrade the severity of the non-numeric argument to formatNum warningsC. Scott Ananian2020-11-101-4/+13
* | Merge "media: Support Google panorama XMP properties"jenkins-bot2020-11-101-0/+14
|\ \
| * | media: Support Google panorama XMP propertiesC. Scott Ananian2020-11-101-0/+14
* | | Merge "media: EXIF SubSecTime* are text not numeric"jenkins-bot2020-11-101-0/+3
|\| |
| * | media: EXIF SubSecTime* are text not numericC. Scott Ananian2020-11-091-0/+3
* | | media: Filter out GPSAltitudeRef exif tagC. Scott Ananian2020-11-091-23/+0
|/ /
* | media: Support GPSAltitudeRef exif tagC. Scott Ananian2020-11-061-0/+23
* | Merge "Extend FormatMetadata to handle non-numeric EXIF tags from PDF XMP data"jenkins-bot2020-10-301-2/+15
|\ \
| * | Extend FormatMetadata to handle non-numeric EXIF tags from PDF XMP dataC. Scott Ananian2020-10-301-2/+15
* | | Merge "Deprecate FormatMetadata::flattenArrayContentLang()"jenkins-bot2020-10-301-1/+14
|\ \ \
| * | | Deprecate FormatMetadata::flattenArrayContentLang()C. Scott Ananian2020-10-301-1/+14
* | | | Merge "Ensure FormatMetadata::makeFormattedData always escapes EXIF values"jenkins-bot2020-10-301-31/+92
|\ \ \ \ | | |/ / | |/| |
| * | | Ensure FormatMetadata::makeFormattedData always escapes EXIF valuesC. Scott Ananian2020-10-301-31/+92
* | | | Merge "Provide mechanism for MediaHandlers to override metadata formatting"jenkins-bot2020-10-301-0/+9
|\| | |
| * | | Provide mechanism for MediaHandlers to override metadata formattingC. Scott Ananian2020-10-301-0/+9
| |/ /
* / / media: Fix mismatching/incomplete PHPDocs related to metadataThiemo Kreuz2020-10-301-8/+8
|/ /
* / build: Updating mediawiki/mediawiki-codesniffer to 32.0.0Umherirrender2020-10-281-1/+0
|/
* media: Fix case of FlashPixVersion in FormatMetadata::makeFormattedData()Reedy2020-10-261-1/+6
* Don't try to formatNum() non-numeric media metadataC. Scott Ananian2020-10-231-6/+8
* Typehint FormatMetadata::collapseContactInfO()Ammar Abdulhamid2020-07-141-2/+2
* media: Remove truthy check on array in FormatMetadataUmherirrender2020-06-201-3/+1
* Check for INF instead of false for message exif-maxaperturevalue-valueUmherirrender2020-06-191-1/+1
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-1/+1
* Hooks::run() call site migrationTim Starling2020-05-301-5/+9
* Remove usages of deprecated Language methodsPetr Pchelko2020-02-161-5/+9
* Merge "build: Upgrade phan to 0.9.0"jenkins-bot2019-12-091-1/+0
|\
| * build: Upgrade phan to 0.9.0Daimona Eaytoy2019-12-071-1/+0
* | Fix more scalar types in docblocksDaimona Eaytoy2019-12-081-1/+1
|/
* Merge "media: Log and fail gracefully on invalid EXIF coordinates"jenkins-bot2019-11-291-7/+13
|\
| * media: Log and fail gracefully on invalid EXIF coordinatesThiemo Kreuz2019-11-291-7/+13
* | Improve param docsUmherirrender2019-11-281-2/+2
|/
* Unsuppress other phan issues (part 4)Daimona Eaytoy2019-08-311-0/+1
* Recognize exif values for Apple iOS photo modesDerk-Jan Hartman2019-08-271-2/+10
* Simplify a few list() that only care about the first elementThiemo Kreuz2019-05-171-1/+1
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-6/+7
* Simplify PHP by using ?? and ?:Fomafix2018-07-101-5/+1