aboutsummaryrefslogtreecommitdiffstats
path: root/thumb.php
Commit message (Expand)AuthorAgeFilesLines
* Serve 400 instead of 500 when invalid thumbnail parameters are requestedGilles Dubuc2016-11-291-0/+2
* Use english messages for background use of Status::getWikiTextumherirrender2016-04-121-2/+3
* Convert all array() syntax to []Kunal Mehta2016-02-171-16/+16
* Remove various double empty newlinesumherirrender2015-12-271-1/+0
* Log errors in thumb.phpGergő Tisza2015-11-061-10/+19
* Fix name of PoolCounter callback in thumb.phpBrian Wolff2015-11-051-5/+2
* Convert wfGenerateThumbnail() away from $wgMemcAaron Schulz2015-10-271-8/+13
* objectcache: Introduce IExpiringStore for convenient TTL constantsTimo Tijhof2015-10-281-2/+2
* Fix issues identified by SpaceBeforeSingleLineComment sniffVivek Ghaisas2015-09-261-1/+1
* Make lines shorter to pass phpcs in thumb.phpAmir E. Aharoni2015-09-261-7/+18
* Merge "Fixed and suppressed some thumb.php IDEA errors"jenkins-bot2015-09-011-5/+7
|\
| * Fixed and suppressed some thumb.php IDEA errorsAaron Schulz2015-08-311-5/+7
* | Return HTTP 429 when thumbnailing is throttled due to too many errorsGergő Tisza2015-08-261-0/+3
* | Reduced some instances of HTTP 500 in thumb.phpAaron Schulz2015-08-261-8/+6
|/
* thumb.php: Escape $rel404 in error messageTimo Tijhof2015-08-111-7/+19
* Remove thumbnailaccess loggingGilles Dubuc2015-08-051-1/+0
* Add Content-Length header to thumb.php redirectsGiuseppe Lavagetto2015-07-291-0/+1
* Log thumbnail accessGilles Dubuc2015-07-201-0/+1
* Refine thumbnailing metricsGilles Dubuc2015-07-171-8/+2
* Record timing of thumbnail generation and store pullGilles Dubuc2015-07-141-0/+11
* Add Content-Length header to thumb.php error responsesOri Livneh2015-07-061-1/+3
* Remove multiple empty lines in functionsVivek Ghaisas2015-06-171-1/+0
* 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