aboutsummaryrefslogtreecommitdiffstats
path: root/thumb.php
Commit message (Expand)AuthorAgeFilesLines
...
* Fix whitespace issues around parenthesesVivek Ghaisas2015-06-161-1/+1
* Use mediawiki/at-ease library for suppressing warningsKunal Mehta2015-06-111-2/+2
* Use HttpStatus::header instead of manually crafting header()Timo Tijhof2015-06-041-5/+5
* WebResponse: Implement statusHeader() using the new HttpStatus::header()Timo Tijhof2015-06-041-2/+2
* Refactored entry points to have uniform shutdown handlingAaron Schulz2015-05-291-5/+2
* wfRunHooks() -> Hooks::run() in remaining entry point filesChad Horohoe2015-04-271-1/+1
* Return HTTP 500 not 200 from thumb.php when streaming failsGergő Tisza2015-03-121-2/+9
* Merge "Handle missing width nicely in thumb.php"jenkins-bot2015-02-111-2/+4
|\
| * Handle missing width nicely in thumb.phpGergő Tisza2015-02-101-2/+4
* | Merge "Make thumb.php respond with HTTP 400 (not 500) on invalid parameters"jenkins-bot2015-02-101-2/+6
|\|
| * Make thumb.php respond with HTTP 400 (not 500) on invalid parametersGergő Tisza2015-02-051-2/+6
* | Merge "Move wfThumbIsStandard() to GlobalFunctions and add tests"Brion VIBBER2015-02-061-60/+0
|\ \
| * | Move wfThumbIsStandard() to GlobalFunctions and add testsTimo Tijhof2015-02-041-60/+0
| |/
* / thumb.php: Generate valid HTML code on error pageFomafix2015-02-051-1/+5
|/
* Remove obvious function-level profilingChad Horohoe2015-01-071-1/+0
* Merge "Fix some stuttering in comments and documentation"jenkins-bot2014-12-171-1/+1
|\
| * Fix some stuttering in comments and documentationRicordisamoa2014-12-171-1/+1
* | thumb.php: Set proper output formats for messages going into HTMLKunal Mehta2014-12-171-6/+6
|/
* Per 5a4a33a, remove support for magic quotes gpcChad Horohoe2014-09-221-14/+1
* Correct variable names in @param to match method declarationsumherirrender2014-08-131-1/+1
* Unify the spelling of MIME in documentationrillke2014-08-071-2/+2
* Merge "Avoid function calls in the loop condition of a for statement"jenkins-bot2014-07-241-1/+2
|\
| * Avoid function calls in the loop condition of a for statementumherirrender2014-07-241-1/+2
* | Break some long lines in maintenance, skins, testsumherirrender2014-07-241-1/+2
|/
* Fixed spacingumherirrender2014-07-201-4/+4
* thumb.php: Fix undefined variable $widthSergio Santoro2014-07-091-1/+1
* Do thumb attempt-failures limitting via sha1 instead of name.Brian Wolff2014-06-291-1/+1
* Use separate PoolCounter config for expensive thumbnailsGergő Tisza2014-06-271-1/+9
* thumb.php: support an optional "px" width suffixFaidon Liambotis2014-05-111-0/+4
* Added missing File::RENDER_NOW flag to thumb.phpAaron Schulz2014-05-021-1/+1
* Made wfThumbIsStandard() aware of the width/height handler scaling choiceAaron Schulz2014-05-011-22/+36
* Merge "Fixed "getCachedWork" callback in thumb.php to avoid 404s in the strea...jenkins-bot2014-04-301-4/+9
|\
| * Fixed "getCachedWork" callback in thumb.php to avoid 404s in the stream methodAaron Schulz2014-04-301-4/+9
* | Moved isDeleted() check down to avoid information leakage in thumb.phpAaron Schulz2014-04-301-6/+6
|/
* Tweaked wfThumbIsStandard() to recognize handler-specific default parametersAaron Schulz2014-04-291-6/+21
* Randomize thumbnail failure key TTL a bit to avoid stampedesAaron Schulz2014-04-251-2/+4
* Added pool counter support for all thumb.php requestsAaron Schulz2014-04-231-59/+71
* Avoid uncommitted transaction notices in thumb.php and img_auth.phpAaron Schulz2014-04-221-0/+4
* Lowered limit for wfThumbIsAttemptThrottled() to 4Aaron Schulz2014-04-211-2/+2
* Merge "thumb.php and img_auth.php cleanups"jenkins-bot2014-04-211-0/+6
|\
| * thumb.php and img_auth.php cleanupsAaron Schulz2014-04-201-0/+6
* | Merge "Call wfThumbIncrAttemptFailures() in thumb.php on fatals"jenkins-bot2014-04-211-0/+7
|\ \
| * | Call wfThumbIncrAttemptFailures() in thumb.php on fatalsAaron Schulz2014-04-211-0/+7
| |/
* / Support tighter rate limiting for "non-standard" thumbnailsAaron Schulz2014-04-171-5/+41
|/
* Fixed some @params documentationumherirrender2014-04-141-8/+8
* Have ?download parameter trigger Content-Disposition: attachmentGilles Dubuc2014-03-251-1/+3
* Limit attempts to render the same thumbnail after failuresAaron Schulz2014-02-121-0/+43
* Fixed spacingumherirrender2013-11-211-2/+0
* thumb.php: map b/c params prior to attempting redirectionTim Starling2013-11-121-8/+9
* Merge "Support rate-limiting thumbnail generation"jenkins-bot2013-10-161-0/+6
|\