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
/
thumb.php
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
thumb.php: support an optional "px" width suffix
Faidon Liambotis
2014-05-11
1
-0
/
+4
*
Added missing File::RENDER_NOW flag to thumb.php
Aaron Schulz
2014-05-02
1
-1
/
+1
*
Made wfThumbIsStandard() aware of the width/height handler scaling choice
Aaron Schulz
2014-05-01
1
-22
/
+36
*
Merge "Fixed "getCachedWork" callback in thumb.php to avoid 404s in the strea...
jenkins-bot
2014-04-30
1
-4
/
+9
|
\
|
*
Fixed "getCachedWork" callback in thumb.php to avoid 404s in the stream method
Aaron Schulz
2014-04-30
1
-4
/
+9
*
|
Moved isDeleted() check down to avoid information leakage in thumb.php
Aaron Schulz
2014-04-30
1
-6
/
+6
|
/
*
Tweaked wfThumbIsStandard() to recognize handler-specific default parameters
Aaron Schulz
2014-04-29
1
-6
/
+21
*
Randomize thumbnail failure key TTL a bit to avoid stampedes
Aaron Schulz
2014-04-25
1
-2
/
+4
*
Added pool counter support for all thumb.php requests
Aaron Schulz
2014-04-23
1
-59
/
+71
*
Avoid uncommitted transaction notices in thumb.php and img_auth.php
Aaron Schulz
2014-04-22
1
-0
/
+4
*
Lowered limit for wfThumbIsAttemptThrottled() to 4
Aaron Schulz
2014-04-21
1
-2
/
+2
*
Merge "thumb.php and img_auth.php cleanups"
jenkins-bot
2014-04-21
1
-0
/
+6
|
\
|
*
thumb.php and img_auth.php cleanups
Aaron Schulz
2014-04-20
1
-0
/
+6
*
|
Merge "Call wfThumbIncrAttemptFailures() in thumb.php on fatals"
jenkins-bot
2014-04-21
1
-0
/
+7
|
\
\
|
*
|
Call wfThumbIncrAttemptFailures() in thumb.php on fatals
Aaron Schulz
2014-04-21
1
-0
/
+7
|
|
/
*
/
Support tighter rate limiting for "non-standard" thumbnails
Aaron Schulz
2014-04-17
1
-5
/
+41
|
/
*
Fixed some @params documentation
umherirrender
2014-04-14
1
-8
/
+8
*
Have ?download parameter trigger Content-Disposition: attachment
Gilles Dubuc
2014-03-25
1
-1
/
+3
*
Limit attempts to render the same thumbnail after failures
Aaron Schulz
2014-02-12
1
-0
/
+43
*
Fixed spacing
umherirrender
2013-11-21
1
-2
/
+0
*
thumb.php: map b/c params prior to attempting redirection
Tim Starling
2013-11-12
1
-8
/
+9
*
Merge "Support rate-limiting thumbnail generation"
jenkins-bot
2013-10-16
1
-0
/
+6
|
\
|
*
Support rate-limiting thumbnail generation
Aaron Schulz
2013-10-04
1
-0
/
+6
*
|
Fix "Unsupported operand types at thumb.php on line 429"
Reedy
2013-10-07
1
-1
/
+1
|
/
*
Merge "Make thumb_handler.php use MediaHandler::parseParamString"
jenkins-bot
2013-09-30
1
-22
/
+98
|
\
|
*
Make thumb_handler.php use MediaHandler::parseParamString
Brian Wolff
2013-09-28
1
-22
/
+98
*
|
Add a header on thumb.php saying which thumb server on error.
Brian Wolff
2013-09-28
1
-0
/
+1
|
/
*
Simplified some code and broke lines in thumb.php
Aaron Schulz
2013-09-20
1
-10
/
+7
*
Make thumb.php give http redirects if given a file redirect
Brian Wolff
2013-08-27
1
-0
/
+42
*
Simplified some tedious profiling code
Aaron Schulz
2013-08-22
1
-15
/
+1
*
thumb_handler.php doesn't seem to extract path_info correctly
Brian Wolff
2013-06-16
1
-1
/
+7
*
docs: Remove odd colons after @todo
Timo Tijhof
2013-05-15
1
-1
/
+1
*
phpcs: Fix WhiteSpace.LanguageConstructSpacing warnings
Timo Tijhof
2013-05-09
1
-1
/
+1
*
Remove hphpc support and deprecate related functions
Tim Starling
2013-05-09
1
-5
/
+1
*
Update code formatting
Siebrand Mazeland
2013-02-14
1
-2
/
+2
*
Improved some thumb.php error messages.
Aaron Schulz
2013-01-23
1
-2
/
+2
*
(bug 42302) Fixed broken thumbnails for files with a "+" in the name.
Aaron Schulz
2012-11-24
1
-3
/
+5
*
Fixed uncaught thumbName() exceptions and use $_GET.
Aaron Schulz
2012-11-15
1
-52
/
+50
*
Simplified thumb.php for 404 handling.
Aaron Schulz
2012-11-08
1
-39
/
+17
*
[FileRepo] Allow different file URLs for media based on file extension.
Aaron Schulz
2012-11-08
1
-1
/
+2
*
Allow ExtractThumbParameters before local regexp
Jan Gerber
2012-11-02
1
-4
/
+5
*
Avoid thumb.php fatal for bad titles on private wikis.
Aaron Schulz
2012-10-10
1
-5
/
+7
*
Merge "Worked around hash path inconsistency to unbreak stash file thumbs."
Aaron
2012-09-20
1
-15
/
+9
|
\
|
*
Worked around hash path inconsistency to unbreak stash file thumbs.
Aaron
2012-09-19
1
-15
/
+9
*
|
Don't send empty Vary headers.
Aaron Schulz
2012-09-19
1
-3
/
+10
|
/
*
(bug 39975) Fixed thumb_handler.php handling of /temp thumb urls.
Aaron Schulz
2012-09-18
1
-31
/
+35
*
Add Vary: X-Forwarded-Proto to the thumb.php redirect
Tim Starling
2012-09-12
1
-1
/
+11
*
thumb.php now handles short and long thumbnail name formats when possible.
Aaron
2012-09-12
1
-6
/
+16
*
Revert "thumb.php now handles short and long thumbnail name formats when poss...
Aaron Schulz
2012-09-06
1
-12
/
+6
*
thumb.php now handles short and long thumbnail name formats when possible.
Aaron
2012-09-04
1
-6
/
+12
[prev]
[next]