aboutsummaryrefslogtreecommitdiffstats
path: root/includes/media/FormatMetadata.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/filerepoJames D. Forrester2025-03-191-0/+2
* FormatMetadata: Prevent running preg_match() on nullReedy2025-01-271-0/+7
* Correct range error in regexp of formatmetadataDerk-Jan Hartman2024-11-091-1/+1
* Replace uses of deprecated ChangeTags static methodsJames D. Forrester2024-10-161-0/+1
* Namespace includes/contextJames D. Forrester2024-02-081-0/+2
* Replace unspecific exceptions with InvalidArgumentExceptionthiemowmde2024-01-201-1/+1
* media: handle empty strings when parsing flash exif metadataPiotr Miazga2023-11-301-0/+3
* Remove redundant empty() constructs (2)Daimona Eaytoy2023-09-081-1/+1
* media: Replace deprecated MWExceptionDaimona Eaytoy2023-06-091-2/+1
* media: code style improvementsDerk-Jan Hartman2023-03-091-189/+185
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-0/+1
* Remove FormatMetadata::flattenArrayContentLangMatěj Suchánek2022-11-041-38/+0
* Merge "Account for null values in Exif data"jenkins-bot2022-10-251-2/+6
|\
| * Account for null values in Exif dataSam Wilson2022-10-211-2/+6
* | Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
|/
* 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