index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
media
/
TransformationalImageHandler.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace a number of uses of class aliases with the real things
James D. Forrester
2025-03-26
1
-0
/
+1
*
Replace call_user_func with dynamic function call
Umherirrender
2025-02-13
1
-1
/
+1
*
Fix Thumbnail404EntryPointTest::testStreamOldFile failures with gd
Aaron Schulz
2024-11-25
1
-1
/
+1
*
Fix typo is comments
Fomafix
2024-11-14
1
-4
/
+4
*
media: Replace deprecated MWException
Daimona Eaytoy
2023-06-09
1
-4
/
+2
*
Replace internal Hooks::runner
Umherirrender
2023-05-11
1
-2
/
+4
*
media: code style improvements
Derk-Jan Hartman
2023-03-09
1
-28
/
+32
*
Use MainConfigNames instead of string literals, #4
Aryeh Gregor
2022-04-26
1
-3
/
+4
*
Merge "media: Improve documentation on Handler functions"
jenkins-bot
2022-04-11
1
-5
/
+5
|
\
|
*
media: Improve documentation on Handler functions
Umherirrender
2022-03-29
1
-5
/
+5
*
|
phan: Use @phan-assert on ImageHandler::normaliseParams
Umherirrender
2022-04-02
1
-1
/
+0
|
/
*
phan: Remove PhanTypePossiblyInvalidDimOffset suppression
Umherirrender
2022-03-28
1
-0
/
+3
*
phan: Disable scalar_implicit_cast setting
Umherirrender
2022-03-18
1
-0
/
+1
*
Fix various real types related to scalar types
Umherirrender
2022-03-10
1
-1
/
+1
*
Fix various documentation related to null types (part II)
Umherirrender
2022-03-08
1
-1
/
+1
*
Add timestamp to thumbnail URLs on file pages
AntiCompositeNumber
2022-01-25
1
-1
/
+8
*
Refactor global variables to use MediaWikiServices instead
TChin
2022-01-10
1
-7
/
+9
*
Allow skipping $wgMaxImageArea check
Kunal Mehta
2021-09-23
1
-0
/
+5
*
build: Update mediawiki/mediawiki-phan-config to 0.11.0
Umherirrender
2021-09-07
1
-0
/
+1
*
Use static closures where safe to use
Umherirrender
2021-02-11
1
-1
/
+1
*
Improve callable docs
Umherirrender
2020-11-13
1
-1
/
+1
*
Merge "Replace "@stable for subclassing" with "@stable to extend""
jenkins-bot
2020-07-13
1
-1
/
+1
|
\
|
*
Replace "@stable for subclassing" with "@stable to extend"
daniel
2020-07-13
1
-1
/
+1
*
|
Replace "@stable for overriding" with "@stable to override"
daniel
2020-07-13
1
-11
/
+11
|
/
*
Mark media handling based classes as stable for subclassing
daniel
2020-07-09
1
-0
/
+13
*
Remove terminating line breaks from debug messages
Tim Starling
2020-06-03
1
-7
/
+7
*
Hooks::run() call site migration
Tim Starling
2020-05-30
1
-5
/
+3
*
Fix includes/media/ Squiz.Scope.MethodScope.Missing
Reedy
2020-05-18
1
-4
/
+4
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-2
/
+2
*
Fix "succesful" typo
petarpetkovic
2019-06-14
1
-1
/
+1
*
Replace deprecated function wfEscapeShellArg with Shell::escape()
Derick Alangi
2019-04-07
1
-1
/
+2
*
media: Mark public MediaHandler/ImageHandler methods as such
Thiemo Kreuz
2019-02-25
1
-1
/
+1
*
Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
Bartosz Dziewoński
2018-05-30
1
-1
/
+1
*
Fix some broke cache key generations
Aaron Schulz
2017-11-19
1
-1
/
+1
*
Always put type information before variable name for @var tags
Kunal Mehta
2017-09-04
1
-1
/
+1
*
Add missing & to @param documentation to match functon call
Umherirrender
2017-08-11
1
-2
/
+2
*
Remove empty lines at begin of function, if, foreach, switch
Umherirrender
2017-07-01
1
-1
/
+0
*
media: Capture stderr when running 'convert --version'
Antoine Musso
2017-04-15
1
-1
/
+1
*
Clean up remaining get_class() uses
Timo Tijhof
2017-03-07
1
-1
/
+1
*
Fix MediaTransformError message handling
Brad Jorsch
2016-11-30
1
-3
/
+3
*
TransformationalImageHandler: Fix use of __METHOD__ in closure
Bartosz Dziewoński
2016-11-10
1
-3
/
+4
*
Clean up some ObjectCache factory callers
Aaron Schulz
2016-10-03
1
-1
/
+2
*
Clean up array() syntax in docs, part VII
Amir Sarabadani
2016-09-27
1
-1
/
+1
*
Fix and standardize Doxygen tags
Ricordisamoa
2016-04-30
1
-3
/
+3
*
Many more function case mismatches
Reedy
2016-03-19
1
-1
/
+1
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-11
/
+11
*
Add support for image interlacing of Bitmap type images
Andrew H
2016-01-16
1
-0
/
+1
*
Replace newAccelerator() with getLocalServerInstance()
Aaron Schulz
2015-11-02
1
-1
/
+1
*
objectcache: Introduce IExpiringStore for convenient TTL constants
Timo Tijhof
2015-10-28
1
-4
/
+4
*
Convert getMagickVersion() to using APC
Aaron Schulz
2015-10-26
1
-21
/
+22
[next]