aboutsummaryrefslogtreecommitdiffstats
path: root/includes/media/BitmapHandler.php
Commit message (Expand)AuthorAgeFilesLines
* Replace a number of uses of class aliases with the real thingsJames D. Forrester2025-03-261-0/+1
* mediaHandler: Respect image scaler configs for Webp and XCF filesFunc2024-06-021-1/+11
* Replace complex preg_replace_callback with strtr/preg_replacethiemowmde2023-10-051-16/+6
* media: code style improvementsDerk-Jan Hartman2023-03-091-16/+14
* media: Remove unneeded complexity in BitmapHandler command replacementDerk-Jan Hartman2023-02-101-14/+11
* Replace some usages of MWExceptionDaimona Eaytoy2023-01-261-1/+1
* Make use of ?:, ?? and ??= operators in mostly trivial casesthiemowmde2022-12-051-5/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-5/+5
* build: Update mediawiki/mediawiki-phan-config to 0.12.0Daimona Eaytoy2022-10-081-0/+1
* Guard CustomConvertCommand against placeholders within valuesDerk-Jan Hartman2022-06-081-8/+22
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-261-20/+24
* media: Improve documentation on Handler functionsUmherirrender2022-03-291-2/+2
* phan: Upgrade mediawiki-phan-config to 0.11.1 and set minimum_target_php_versionJames D. Forrester2022-03-291-1/+2
* Merge "media: Limit result array of explode() to minimum needed"jenkins-bot2022-03-181-1/+1
|\
| * media: Limit result array of explode() to minimum neededUmherirrender2022-03-011-1/+1
* | Fix various documentation related to null types (part II)Umherirrender2022-03-081-1/+1
|/
* Add explicit casts between scalar typesUmherirrender2022-03-011-1/+1
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-39/+50
* Improve callable docsUmherirrender2020-11-131-1/+1
* media: Remove checks for ancient ImageMagick versions in BitmapHandlerReedy2020-09-041-27/+11
* 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-9/+9
|/
* Mark remaining eligible classes as stable for subclassingdaniel2020-07-101-0/+19
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-8/+8
* Fix some Squiz.Scope.MethodScope.MissingReedy2020-05-161-1/+1
* Fix return type hints in media related classesUmherirrender2019-06-181-3/+3
* Make some array type hints more specificThiemo Kreuz2019-05-221-1/+1
* Replace deprecated function wfEscapeShellArg with Shell::escape()Derick Alangi2019-04-071-9/+11
* Collapse some nested if statementsReedy2019-04-041-4/+2
* media: Mark public MediaHandler/ImageHandler methods as suchThiemo Kreuz2019-02-251-1/+1
* Get rid of call_user_func(_array)(), part 3Max Semenik2018-06-101-2/+2
* Replace call_user_func_array(), part 2Max Semenik2018-06-071-1/+1
* media: Rename files to match the name of the class they defineTimo Tijhof2018-04-281-0/+607