aboutsummaryrefslogtreecommitdiffstats
path: root/thumb.php
Commit message (Expand)AuthorAgeFilesLines
* Just another 80 or so PHPStorm inspection fixes (#4)Tim Starling2023-03-251-1/+1
* Merge "Fix some typos"jenkins-bot2023-03-231-1/+1
|\
| * Fix some typosMatěj Suchánek2023-03-211-1/+1
* | profiler: Add ProfilingContext classAaron Schulz2023-03-231-0/+3
|/
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Merge "Replace deprecated PermissionManager::getGroupPermissions"jenkins-bot2022-12-141-5/+6
|\
| * Replace deprecated PermissionManager::getGroupPermissionsUmherirrender2022-11-131-5/+6
* | thumb.php: Replace deprecated MWHttpRequest::factoryUmherirrender2022-12-111-1/+1
|/
* Reorg: Move HeaderCallback to Request directoryAmir Sarabadani2022-11-081-2/+2
* Revert "Reorg: Move some of request related classes to MediaWiki/Request"Zabe2022-10-271-1/+0
* Reorg: Move some of request related classes to MediaWiki/RequestAmir Sarabadani2022-10-261-0/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-3/+3
* Replace trivial usages of code in strings with concatenationThiemo Kreuz2022-08-261-1/+1
* maintenance: Replace some usages of Wikimedia\(suppress|restore)Warnings()Reedy2022-02-241-2/+3
* Use static closures where safe to useUmherirrender2021-02-111-4/+4
* Revert "Enhance GroupPermissionsLookup and use it."Ppchelko2021-01-121-4/+2
* Enhance GroupPermissionsLookup and use it.Petr Pchelko2021-01-111-2/+4
* thumb.php - wfExtractThumbParams can return nullDannyS7122020-12-171-1/+1
* Introduce new wgThumbPath configPaladox2020-10-281-7/+13
* docs: Improve entry point documentationTimo Tijhof2020-07-021-1/+2
* In Web entry points, move file scope code into a main functionTim Starling2020-06-251-13/+17
* Stop using SCRIPT_NAME where possible, rely on statically configured routingTim Starling2020-04-011-16/+8
* Use MediaWikiServices::getRepoGroup in file related classesUmherirrender2020-03-141-7/+8
* 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