aboutsummaryrefslogtreecommitdiffstats
path: root/includes/media
Commit message (Expand)AuthorAgeFilesLines
* Merge "Clarify some HTML / plain text strings"jenkins-bot2025-04-041-5/+5
|\
| * Clarify some HTML / plain text stringsLucas Werkmeister2025-04-031-5/+5
* | Merge "file: Use type declaration on undocumented private functions"jenkins-bot2025-04-042-7/+7
|\ \ | |/ |/|
| * file: Use type declaration on undocumented private functionsUmherirrender2025-03-302-7/+7
* | media: Normalize file names in Tiff exceptionsTaavi Väänänen2025-04-012-4/+15
|/
* Replace a number of uses of class aliases with the real thingsJames D. Forrester2025-03-2617-0/+20
* Namespace all remaining files in includes/filerepoJames D. Forrester2025-03-196-4/+8
* media: Make SvgHandler respect physicalWidth when building URL for thumbAmir Sarabadani2025-03-151-0/+5
* Replace call_user_func with dynamic function callUmherirrender2025-02-131-1/+1
* Use $string === '' instead of strlen( $string ) === 0Fomafix2025-01-301-1/+1
* FormatMetadata: Prevent running preg_match() on nullReedy2025-01-271-0/+7
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-4/+0
* Merge "media: Remove pass-by-ref in Exif::exifGPStoNumber"jenkins-bot2024-12-191-5/+3
|\
| * media: Remove pass-by-ref in Exif::exifGPStoNumberUmherirrender2024-12-191-5/+3
* | Merge "media: Use distinct variable names in DjVuHandler::getThumbType"jenkins-bot2024-12-191-4/+4
|\ \
| * | media: Use distinct variable names in DjVuHandler::getThumbTypeUmherirrender2024-12-191-4/+4
| |/
* / Replace isset() with null check on variables or globalsUmherirrender2024-12-191-3/+3
|/
* Fix Thumbnail404EntryPointTest::testStreamOldFile failures with gdAaron Schulz2024-11-251-1/+1
* Merge "Fix typo is comments"jenkins-bot2024-11-151-4/+4
|\
| * Fix typo is commentsFomafix2024-11-141-4/+4
* | Merge "Add type hints to detect bool/null message params"jenkins-bot2024-11-141-1/+3
|\ \ | |/ |/|
| * Add type hints to detect bool/null message paramsBartosz Dziewoński2024-11-141-1/+3
* | Merge "Fix some more bool/null message params"jenkins-bot2024-11-131-1/+1
|\|
| * Fix some more bool/null message paramsBartosz Dziewoński2024-11-031-1/+1
* | Correct range error in regexp of formatmetadataDerk-Jan Hartman2024-11-091-1/+1
|/
* Use namespaced classesUmherirrender2024-10-212-0/+2
* Replace uses of deprecated ChangeTags static methodsJames D. Forrester2024-10-161-0/+1
* Remove meaningless @var documentation from constantsthiemowmde2024-10-091-2/+0
* Switch over a bunch of class_alias uses to actualsJames D. Forrester2024-10-032-0/+2
* Add missing documentation to class properties (miscellaneous classes)Umherirrender2024-09-141-0/+2
* Make use of the ??= and ?? operators where it makes sensethiemowmde2024-08-261-6/+2
* Replace gettype() with get_debug_type() in debug/log/test outputBartosz Dziewoński2024-07-311-1/+1
* Replace gettype() with get_debug_type() in exception messagesBartosz Dziewoński2024-07-311-1/+1
* Use namespaced classes (2)Umherirrender2024-06-166-0/+7
* mediaHandler: Respect image scaler configs for Webp and XCF filesFunc2024-06-023-19/+15
* Add namespace and deprecation alias to FileBackendEbrahim Byagowi2024-05-191-0/+1
* Add namespace and deprecation alias to Xml and XmlSelectEbrahim Byagowi2024-05-162-0/+2
* Extract XMP & Exif from WebP filesBrian Wolff2024-05-111-5/+102
* Make SVGReader::scaleSVGUnit comply with SVG2 & CSS3 specBrian Wolff2024-05-021-9/+16
* Make HTTPFileStreamer testabledaniel2024-04-261-7/+17
* mime: Improve docs, add ingroup tags to class doc blocksTimo Tijhof2024-03-131-2/+0
* build: Fix line indentsUmherirrender2024-03-111-11/+11
* Move Parser to Mediawiki\Parser namespaceSubramanya Sastry2024-02-161-0/+1
* build: Resolve MediaWikiNoEmptyIfDefined suppressionUmherirrender2024-02-141-4/+2
* build: Upgrade mediawiki/mediawiki-phan-config from 0.13.0 to 0.14.0 manuallyJames D. Forrester2024-02-103-28/+32
* Update name & email for bvibberBrooke Vibber2024-02-082-3/+3
* Namespace includes/contextJames D. Forrester2024-02-082-1/+3
* Merge "Replace unspecific exceptions with InvalidArgumentException"jenkins-bot2024-01-212-2/+2
|\
| * Replace unspecific exceptions with InvalidArgumentExceptionthiemowmde2024-01-202-2/+2
* | Deprecate and replace the wfUnpack global functionDaimona Eaytoy2024-01-173-12/+21
|/