aboutsummaryrefslogtreecommitdiffstats
path: root/includes/media/SVGReader.php
Commit message (Expand)AuthorAgeFilesLines
* file: Use type declaration on undocumented private functionsUmherirrender2025-03-301-1/+1
* Replace isset() with null check on variables or globalsUmherirrender2024-12-191-3/+3
* Switch over a bunch of class_alias uses to actualsJames D. Forrester2024-10-031-0/+1
* Add missing documentation to class properties (miscellaneous classes)Umherirrender2024-09-141-0/+2
* Make SVGReader::scaleSVGUnit comply with SVG2 & CSS3 specBrian Wolff2024-05-021-9/+16
* Update name & email for bvibberBrooke Vibber2024-02-081-2/+2
* SVGReader: Detect CSS animated SVGsDerk-Jan Hartman2023-11-051-0/+10
* media: Replace deprecated MWExceptionDaimona Eaytoy2023-06-091-11/+8
* media: code style improvementsDerk-Jan Hartman2023-03-091-35/+41
* Check return value of XMLReader::openUmherirrender2022-11-181-2/+5
* Move isWellFormedLanguageTag from Language to LanguageCodeFomafix2022-08-301-2/+2
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-261-1/+3
* Add various fallback values for null return valuesUmherirrender2022-03-091-3/+3
* Replace some more usages of Wikimedia\(suppress|restore)Warnings()Reedy2022-02-241-2/+3
* Suppress deprecation warnings from libxml_disable_entity_loader()Tim Starling2022-01-211-2/+3
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-4/+7
* Remove unused default values from class propertiesThiemo Kreuz2021-05-121-2/+2
* SVGReader.php: Reduce code duplication by using finally {}Reedy2021-02-071-3/+2
* Revert "Wrap libxml_disable_entity_loader() calls in version constraint"Reedy2021-01-271-18/+11
* Wrap libxml_disable_entity_loader() calls in version constraintReedy2021-01-271-11/+18
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-1/+1
* Fix includes/media/ Squiz.Scope.MethodScope.MissingReedy2020-05-181-2/+2
* Add const visibility to includes/mediaMax Semenik2020-04-261-5/+5
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* Improve param docsUmherirrender2019-11-281-2/+2
* Split SVGReader to its own fileReedy2019-04-141-0/+384