aboutsummaryrefslogtreecommitdiffstats
path: root/thumb.php
Commit message (Expand)AuthorAgeFilesLines
...
* Rename CDN config variables to be generic, deprecating the old namesJames D. Forrester2019-05-241-1/+1
* Fix common typos in codeZoranzoki212018-09-021-1/+1
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-1/+1
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-3/+3
* Re-enable MediaWiki.Usage.SuperGlobalsUsage.SuperGlobals sniffKunal Mehta2018-05-191-1/+1
* Update suppressWarning()/restoreWarning() callsReedy2018-02-101-2/+2
* Add ability to proxy thumbnail requests to a serviceGilles Dubuc2018-02-011-1/+47
* thumb.php: Set ENT_NOQUOTES for htmlspecialcharsFomafix2017-11-091-3/+4
* Removed deprecated ExtractThumbParameters hookJames D. Forrester2017-05-151-9/+0
* Replace deprecated Context::getStats() with MWServices::getStatsdDataFactory()WMDE-Fisch2017-03-171-1/+4
* /*.php: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-1/+1
* 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