aboutsummaryrefslogtreecommitdiffstats
path: root/includes/media/MediaHandlerFactory.php
Commit message (Expand)AuthorAgeFilesLines
* media: Improve documentation on Handler functionsUmherirrender2022-03-291-1/+1
* Basic JPEG2000 handlerDerk-Jan Hartman2021-05-191-0/+2
* MediaHandlerFactory: inject a loggerDannyS7122021-03-311-6/+23
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-2/+2
* Convert some private static arrays to constantsMax Semenik2019-10-161-2/+2
* Use the ?? feature instead of isset() where it makes senseThiemo Kreuz2019-03-241-5/+1
* MediaHandlerFactory: Don't use any global stateKunal Mehta2016-08-031-5/+11
* Move MediaHandler defaults out of global scopeKunal Mehta2016-08-031-2/+27
* Override MediaHandlers in tests using MediaWikiServicesKunal Mehta2016-08-031-11/+23
* Introduce MediaHandlerFactory to create MediaHandler objectsKunal Mehta2016-08-031-0/+58