aboutsummaryrefslogtreecommitdiffstats
path: root/includes/media/MediaTransformOutput.php
Commit message (Expand)AuthorAgeFilesLines
* Replace a number of uses of class aliases with the real thingsJames D. Forrester2025-03-261-0/+1
* Use namespaced classesUmherirrender2024-10-211-0/+1
* Add namespace and deprecation alias to FileBackendEbrahim Byagowi2024-05-191-0/+1
* Add namespace and deprecation alias to Xml and XmlSelectEbrahim Byagowi2024-05-161-0/+1
* Make HTTPFileStreamer testabledaniel2024-04-261-7/+17
* Reorg: Move three output related classes to includes/Output/Amir Sarabadani2023-09-051-0/+1
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* media: code style improvementsDerk-Jan Hartman2023-03-091-16/+17
* Clarify tooltips are set if captions aren't visibleArlo Breault2022-05-161-2/+2
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-261-2/+3
* media: Improve documentation on Handler functionsUmherirrender2022-03-291-7/+7
* Fix various documentation related to scalar typesUmherirrender2022-03-091-1/+1
* Fix various documentation related to falseUmherirrender2022-03-031-1/+1
* Add mw-file-description class on links to the file description pageArlo Breault2022-03-011-0/+2
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-4/+9
* Emit media structure as piloted in ParsoidArlo Breault2021-06-241-2/+13
* Merge "Replace "@stable for subclassing" with "@stable to extend""jenkins-bot2020-07-131-1/+1
|\
| * Replace "@stable for subclassing" with "@stable to extend"daniel2020-07-131-1/+1
* | Replace "@stable for overriding" with "@stable to override"daniel2020-07-131-4/+4
|/
* Mark media handling based classes as stable for subclassingdaniel2020-07-091-0/+9
* filerepo: fix return type of FileRepo::streamFileWithStatus()Aaron Schulz2019-04-201-1/+2
* Move MediaTransformOutput classes to own filesUmherirrender2019-03-301-274/+0
* Add support for Element Timing APIGilles Dubuc2019-03-201-1/+8
* Fix typo in Priority Hints static variable nameGilles Dubuc2019-03-041-1/+1
* Add Priority Hints supportGilles Dubuc2019-02-251-0/+12
* Make thumbnail image decoding asyncGilles Dubuc2018-12-201-0/+1
* media: Add missing return to MediaTransformOutput::streamFileAlangi Derick2018-12-031-1/+1
* Start working on phan-taint-check warnings. Fix minor escaping issues.Brian Wolff2018-07-121-1/+1
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-1/+1
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-6/+6
* Remove superfluous spaces and semicolons in commentsFomafix2018-02-051-2/+2
* Fix MediaTransformError message handlingBrad Jorsch2016-11-301-19/+17
* Serve 400 instead of 500 when invalid thumbnail parameters are requestedGilles Dubuc2016-11-291-0/+12
* Exclude duplicate srcset urlsMatthias Mullie2016-07-201-2/+4
* Many more function case mismatchesReedy2016-03-191-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-24/+24
* Log errors in thumb.phpGergő Tisza2015-11-061-6/+18
* Add better error message for files which exceeds $wgMaxImageAreaumherirrender2014-12-151-0/+21
* Merge "Always set a title on images when provided"jenkins-bot2014-12-121-5/+8
|\
| * Always set a title on images when providedJackmcbarn2014-12-121-5/+8
* | Replace wfRunHooks calls with direct Hooks::run callsAaron Schulz2014-12-101-1/+1
|/
* MediaTransformOutput: Allow <img> alt value to be "0"lekshmi2014-11-021-2/+2
* Cleanup some docs (includes/[m-r])umherirrender2014-07-241-2/+2
* Fixed "file already exist" optimization in File::transform()Aaron Schulz2014-05-131-0/+6
* Follow-Ups to "Fixed some @params documentation"umherirrender2014-04-231-2/+2
* Fixed some @params documentation (includes/*)umherirrender2014-04-201-1/+1
* Expose thumbnail file to extensionsGilles Dubuc2014-03-281-0/+8
* Update documentation for media related classesSiebrand Mazeland2013-12-061-15/+13
* Merge "Add no-dimensions option to MediaTransformOutput::toHtml"jenkins-bot2013-12-061-2/+6
|\
| * Add no-dimensions option to MediaTransformOutput::toHtmlJuliusz Gonera2013-12-061-2/+6