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
/
FormatMetadata.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Namespace all remaining files in includes/filerepo
James D. Forrester
2025-03-19
1
-0
/
+2
*
FormatMetadata: Prevent running preg_match() on null
Reedy
2025-01-27
1
-0
/
+7
*
Correct range error in regexp of formatmetadata
Derk-Jan Hartman
2024-11-09
1
-1
/
+1
*
Replace uses of deprecated ChangeTags static methods
James D. Forrester
2024-10-16
1
-0
/
+1
*
Namespace includes/context
James D. Forrester
2024-02-08
1
-0
/
+2
*
Replace unspecific exceptions with InvalidArgumentException
thiemowmde
2024-01-20
1
-1
/
+1
*
media: handle empty strings when parsing flash exif metadata
Piotr Miazga
2023-11-30
1
-0
/
+3
*
Remove redundant empty() constructs (2)
Daimona Eaytoy
2023-09-08
1
-1
/
+1
*
media: Replace deprecated MWException
Daimona Eaytoy
2023-06-09
1
-2
/
+1
*
media: code style improvements
Derk-Jan Hartman
2023-03-09
1
-189
/
+185
*
Reorg: Move HTML-related classes out of includes/ to Html/
Amir Sarabadani
2023-02-16
1
-0
/
+1
*
Remove FormatMetadata::flattenArrayContentLang
Matěj Suchánek
2022-11-04
1
-38
/
+0
*
Merge "Account for null values in Exif data"
jenkins-bot
2022-10-25
1
-2
/
+6
|
\
|
*
Account for null values in Exif data
Sam Wilson
2022-10-21
1
-2
/
+6
*
|
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-1
/
+1
|
/
*
Use spacey style also for code in comments and documentation
Fomafix
2022-08-12
1
-1
/
+1
*
Hard deprecate FormatMetadata::flattenArrayContentLang
Matěj Suchánek
2022-07-08
1
-4
/
+2
*
FormatMetadata: PHP Notice: Array to string conversion
Mark Shenouda
2022-07-05
1
-0
/
+6
*
media: Improve documentation on Handler functions
Umherirrender
2022-03-29
1
-1
/
+1
*
media: Limit result array of explode() to minimum needed
Umherirrender
2022-03-01
1
-4
/
+4
*
Add explicit casts between scalar types
Umherirrender
2022-03-01
1
-5
/
+5
*
Improve indent of very short lines in FormatMetadata
Umherirrender
2021-12-18
1
-38
/
+17
*
media: Ignore EXIF tag GPSAltitudeRef in FormatMetadata
Tim Starling
2021-06-29
1
-0
/
+1
*
Use array_fill_keys() instead of array_flip() if that reflects the developer'...
Tim Starling
2021-06-15
1
-1
/
+1
*
Avoid double escape of exif message in FormatMetadata
Umherirrender
2021-04-12
1
-0
/
+1
*
Use __CLASS__/::class to define callback for array_map/_filter/usort
Umherirrender
2021-01-22
1
-1
/
+1
*
media: Swap second if for elseif in FormatMetdata::sanitizeKeyForAPI()
Reedy
2020-11-18
1
-4
/
+2
*
Merge "Update a lot of unspecific "array" types in PHPDocs"
jenkins-bot
2020-11-13
1
-1
/
+1
|
\
|
*
Update a lot of unspecific "array" types in PHPDocs
Thiemo Kreuz
2020-10-28
1
-1
/
+1
*
|
Downgrade the severity of the non-numeric argument to formatNum warnings
C. Scott Ananian
2020-11-10
1
-4
/
+13
*
|
Merge "media: Support Google panorama XMP properties"
jenkins-bot
2020-11-10
1
-0
/
+14
|
\
\
|
*
|
media: Support Google panorama XMP properties
C. Scott Ananian
2020-11-10
1
-0
/
+14
*
|
|
Merge "media: EXIF SubSecTime* are text not numeric"
jenkins-bot
2020-11-10
1
-0
/
+3
|
\
|
|
|
*
|
media: EXIF SubSecTime* are text not numeric
C. Scott Ananian
2020-11-09
1
-0
/
+3
*
|
|
media: Filter out GPSAltitudeRef exif tag
C. Scott Ananian
2020-11-09
1
-23
/
+0
|
/
/
*
|
media: Support GPSAltitudeRef exif tag
C. Scott Ananian
2020-11-06
1
-0
/
+23
*
|
Merge "Extend FormatMetadata to handle non-numeric EXIF tags from PDF XMP data"
jenkins-bot
2020-10-30
1
-2
/
+15
|
\
\
|
*
|
Extend FormatMetadata to handle non-numeric EXIF tags from PDF XMP data
C. Scott Ananian
2020-10-30
1
-2
/
+15
*
|
|
Merge "Deprecate FormatMetadata::flattenArrayContentLang()"
jenkins-bot
2020-10-30
1
-1
/
+14
|
\
\
\
|
*
|
|
Deprecate FormatMetadata::flattenArrayContentLang()
C. Scott Ananian
2020-10-30
1
-1
/
+14
*
|
|
|
Merge "Ensure FormatMetadata::makeFormattedData always escapes EXIF values"
jenkins-bot
2020-10-30
1
-31
/
+92
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Ensure FormatMetadata::makeFormattedData always escapes EXIF values
C. Scott Ananian
2020-10-30
1
-31
/
+92
*
|
|
|
Merge "Provide mechanism for MediaHandlers to override metadata formatting"
jenkins-bot
2020-10-30
1
-0
/
+9
|
\
|
|
|
|
*
|
|
Provide mechanism for MediaHandlers to override metadata formatting
C. Scott Ananian
2020-10-30
1
-0
/
+9
|
|
/
/
*
/
/
media: Fix mismatching/incomplete PHPDocs related to metadata
Thiemo Kreuz
2020-10-30
1
-8
/
+8
|
/
/
*
/
build: Updating mediawiki/mediawiki-codesniffer to 32.0.0
Umherirrender
2020-10-28
1
-1
/
+0
|
/
*
media: Fix case of FlashPixVersion in FormatMetadata::makeFormattedData()
Reedy
2020-10-26
1
-1
/
+6
*
Don't try to formatNum() non-numeric media metadata
C. Scott Ananian
2020-10-23
1
-6
/
+8
*
Typehint FormatMetadata::collapseContactInfO()
Ammar Abdulhamid
2020-07-14
1
-2
/
+2
*
media: Remove truthy check on array in FormatMetadata
Umherirrender
2020-06-20
1
-3
/
+1
[next]