aboutsummaryrefslogtreecommitdiffstats
path: root/includes/media/TransformationalImageHandler.php
Commit message (Expand)AuthorAgeFilesLines
* Replace a number of uses of class aliases with the real thingsJames D. Forrester2025-03-261-0/+1
* Replace call_user_func with dynamic function callUmherirrender2025-02-131-1/+1
* Fix Thumbnail404EntryPointTest::testStreamOldFile failures with gdAaron Schulz2024-11-251-1/+1
* Fix typo is commentsFomafix2024-11-141-4/+4
* media: Replace deprecated MWExceptionDaimona Eaytoy2023-06-091-4/+2
* Replace internal Hooks::runnerUmherirrender2023-05-111-2/+4
* media: code style improvementsDerk-Jan Hartman2023-03-091-28/+32
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-261-3/+4
* Merge "media: Improve documentation on Handler functions"jenkins-bot2022-04-111-5/+5
|\
| * media: Improve documentation on Handler functionsUmherirrender2022-03-291-5/+5
* | phan: Use @phan-assert on ImageHandler::normaliseParamsUmherirrender2022-04-021-1/+0
|/
* phan: Remove PhanTypePossiblyInvalidDimOffset suppressionUmherirrender2022-03-281-0/+3
* phan: Disable scalar_implicit_cast settingUmherirrender2022-03-181-0/+1
* Fix various real types related to scalar typesUmherirrender2022-03-101-1/+1
* Fix various documentation related to null types (part II)Umherirrender2022-03-081-1/+1
* Add timestamp to thumbnail URLs on file pagesAntiCompositeNumber2022-01-251-1/+8
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-7/+9
* Allow skipping $wgMaxImageArea checkKunal Mehta2021-09-231-0/+5
* build: Update mediawiki/mediawiki-phan-config to 0.11.0Umherirrender2021-09-071-0/+1
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* Improve callable docsUmherirrender2020-11-131-1/+1
* 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-11/+11
|/
* Mark media handling based classes as stable for subclassingdaniel2020-07-091-0/+13
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-7/+7
* Hooks::run() call site migrationTim Starling2020-05-301-5/+3
* Fix includes/media/ Squiz.Scope.MethodScope.MissingReedy2020-05-181-4/+4
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-2/+2
* Fix "succesful" typopetarpetkovic2019-06-141-1/+1
* Replace deprecated function wfEscapeShellArg with Shell::escape()Derick Alangi2019-04-071-1/+2
* media: Mark public MediaHandler/ImageHandler methods as suchThiemo Kreuz2019-02-251-1/+1
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-1/+1
* Fix some broke cache key generationsAaron Schulz2017-11-191-1/+1
* Always put type information before variable name for @var tagsKunal Mehta2017-09-041-1/+1
* Add missing & to @param documentation to match functon callUmherirrender2017-08-111-2/+2
* Remove empty lines at begin of function, if, foreach, switchUmherirrender2017-07-011-1/+0
* media: Capture stderr when running 'convert --version'Antoine Musso2017-04-151-1/+1
* Clean up remaining get_class() usesTimo Tijhof2017-03-071-1/+1
* Fix MediaTransformError message handlingBrad Jorsch2016-11-301-3/+3
* TransformationalImageHandler: Fix use of __METHOD__ in closureBartosz Dziewoński2016-11-101-3/+4
* Clean up some ObjectCache factory callersAaron Schulz2016-10-031-1/+2
* Clean up array() syntax in docs, part VIIAmir Sarabadani2016-09-271-1/+1
* Fix and standardize Doxygen tagsRicordisamoa2016-04-301-3/+3
* Many more function case mismatchesReedy2016-03-191-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-11/+11
* Add support for image interlacing of Bitmap type imagesAndrew H2016-01-161-0/+1
* Replace newAccelerator() with getLocalServerInstance()Aaron Schulz2015-11-021-1/+1
* objectcache: Introduce IExpiringStore for convenient TTL constantsTimo Tijhof2015-10-281-4/+4
* Convert getMagickVersion() to using APCAaron Schulz2015-10-261-21/+22