aboutsummaryrefslogtreecommitdiffstats
path: root/thumb.php
Commit message (Expand)AuthorAgeFilesLines
* docs: Add api.php to "API" doc groupTimo Tijhof2020-02-051-1/+1
* docs: Improve "Entry points" documentation pageTimo Tijhof2020-02-041-1/+5
* thumb.php: Use 'thumbnail' channel to report errorsdaniel2020-01-161-2/+2
* Merge "thumb.php: don't try to send errors after data has been sent."jenkins-bot2020-01-141-0/+9
|\
| * thumb.php: don't try to send errors after data has been sent.daniel2020-01-071-0/+9
* | Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
|/
* Remove space from stringsPaladox2019-12-231-1/+1
* Don't redefine MW_ENTRY_POINT in thumb.php if already definedReedy2019-12-231-1/+5
* Avoid using "enqueue" mode for deferred updates in doPostOutputShutdownAaron Schulz2019-09-301-1/+1
* Fix a typo (folow -> follow)DannyS7122019-09-131-1/+1
* Merge "Add MW_REST_API and MW_ENTRY_POINT"jenkins-bot2019-09-091-0/+1
|\
| * Add MW_REST_API and MW_ENTRY_POINTTim Starling2019-09-031-0/+1
* | Stop mangling $_GET and provide WebRequest::getQueryValuesOnly()Tim Starling2019-09-051-1/+1
|/
* Remove deprecated User groups/permission static calls.Petr Pchelko2019-08-211-2/+2
* Merge "Migrate remaining usages of Title::userCan() to PermissionManager"jenkins-bot2019-06-141-1/+5
|\
| * Migrate remaining usages of Title::userCan() to PermissionManagerMáté Szabó2019-06-031-1/+5
* | Log headers sent errors more usefully in thumb.phpGergő Tisza2019-06-061-0/+4
|/
* 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