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
...
*
Fix whitespace issues around parentheses
Vivek Ghaisas
2015-06-16
1
-1
/
+1
*
Use mediawiki/at-ease library for suppressing warnings
Kunal Mehta
2015-06-11
1
-2
/
+2
*
Use HttpStatus::header instead of manually crafting header()
Timo Tijhof
2015-06-04
1
-5
/
+5
*
WebResponse: Implement statusHeader() using the new HttpStatus::header()
Timo Tijhof
2015-06-04
1
-2
/
+2
*
Refactored entry points to have uniform shutdown handling
Aaron Schulz
2015-05-29
1
-5
/
+2
*
wfRunHooks() -> Hooks::run() in remaining entry point files
Chad Horohoe
2015-04-27
1
-1
/
+1
*
Return HTTP 500 not 200 from thumb.php when streaming fails
Gergő Tisza
2015-03-12
1
-2
/
+9
*
Merge "Handle missing width nicely in thumb.php"
jenkins-bot
2015-02-11
1
-2
/
+4
|
\
|
*
Handle missing width nicely in thumb.php
Gergő Tisza
2015-02-10
1
-2
/
+4
*
|
Merge "Make thumb.php respond with HTTP 400 (not 500) on invalid parameters"
jenkins-bot
2015-02-10
1
-2
/
+6
|
\
|
|
*
Make thumb.php respond with HTTP 400 (not 500) on invalid parameters
Gergő Tisza
2015-02-05
1
-2
/
+6
*
|
Merge "Move wfThumbIsStandard() to GlobalFunctions and add tests"
Brion VIBBER
2015-02-06
1
-60
/
+0
|
\
\
|
*
|
Move wfThumbIsStandard() to GlobalFunctions and add tests
Timo Tijhof
2015-02-04
1
-60
/
+0
|
|
/
*
/
thumb.php: Generate valid HTML code on error page
Fomafix
2015-02-05
1
-1
/
+5
|
/
*
Remove obvious function-level profiling
Chad Horohoe
2015-01-07
1
-1
/
+0
*
Merge "Fix some stuttering in comments and documentation"
jenkins-bot
2014-12-17
1
-1
/
+1
|
\
|
*
Fix some stuttering in comments and documentation
Ricordisamoa
2014-12-17
1
-1
/
+1
*
|
thumb.php: Set proper output formats for messages going into HTML
Kunal Mehta
2014-12-17
1
-6
/
+6
|
/
*
Per 5a4a33a, remove support for magic quotes gpc
Chad Horohoe
2014-09-22
1
-14
/
+1
*
Correct variable names in @param to match method declarations
umherirrender
2014-08-13
1
-1
/
+1
*
Unify the spelling of MIME in documentation
rillke
2014-08-07
1
-2
/
+2
*
Merge "Avoid function calls in the loop condition of a for statement"
jenkins-bot
2014-07-24
1
-1
/
+2
|
\
|
*
Avoid function calls in the loop condition of a for statement
umherirrender
2014-07-24
1
-1
/
+2
*
|
Break some long lines in maintenance, skins, tests
umherirrender
2014-07-24
1
-1
/
+2
|
/
*
Fixed spacing
umherirrender
2014-07-20
1
-4
/
+4
*
thumb.php: Fix undefined variable $width
Sergio Santoro
2014-07-09
1
-1
/
+1
*
Do thumb attempt-failures limitting via sha1 instead of name.
Brian Wolff
2014-06-29
1
-1
/
+1
*
Use separate PoolCounter config for expensive thumbnails
Gergő Tisza
2014-06-27
1
-1
/
+9
*
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
|
\
[prev]
[next]