aboutsummaryrefslogtreecommitdiffstats
path: root/includes/upload
Commit message (Expand)AuthorAgeFilesLines
* Remove unused UploadChunkZeroLengthFileExceptionBartosz Dziewoński2024-01-171-26/+0
* Reparent trivial subclasses of MWExceptionBartosz Dziewoński2024-01-174-4/+4
* Replace MWException with Exception in UploadChunkFileExceptionDogu2024-01-051-1/+1
* layering: UploadBase should not depend on API modules.daniel2023-12-161-19/+6
* UploadStashException: Remove redundant doc commentsBartosz Dziewoński2023-12-1411-22/+0
* Deprecate UploadBase::isThrottleddaniel2023-10-231-0/+4
* upload: Log all filebackend errors in UploadFromChunksUmherirrender2023-10-011-9/+49
* Namespace Sanitizer under \MediaWiki\ParserJames D. Forrester2023-09-212-0/+3
* Merge "Migrate another major batch to SelectQueryBuilder"jenkins-bot2023-09-201-10/+5
|\
| * Migrate another major batch to SelectQueryBuilderAmir Sarabadani2023-09-201-10/+5
* | Namespace User under \MediaWiki\UserJames D. Forrester2023-09-194-2/+4
|/
* Merge "upload: Fix doc on UploadVerifyUploadHook"jenkins-bot2023-09-192-3/+3
|\
| * upload: Fix doc on UploadVerifyUploadHookUmherirrender2023-09-122-3/+3
* | Namespace remaining 'specialpage' files under \MediaWiki\SpecialPageJames D. Forrester2023-09-181-0/+2
* | Reorg: Move WebRequest to includes\RequestAmir Sarabadani2023-09-114-0/+4
* | Remove redundant empty() constructs (3)Daimona Eaytoy2023-09-082-2/+2
* | In query builders, use insertInto() and deleteFrom() instead of insert() and ...Tim Starling2023-09-081-3/+3
|/
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-253-0/+3
* build: Remove unneeded newline from one line condition/foreachUmherirrender2023-08-222-4/+2
* Merge "Mass migrate Database::insert calls to InsertQueryBuilder"jenkins-bot2023-08-081-5/+4
|\
| * Mass migrate Database::insert calls to InsertQueryBuilderAmir Sarabadani2023-08-071-5/+4
* | UploadBase: Minor cleanupReedy2023-08-081-105/+105
|/
* UploadBase: Improve wording in commentsReedy2023-07-241-15/+15
* Replace IDatabase::delete with DeleteQueryBuilderUmherirrender2023-06-211-10/+8
* Merge sequences of `if` that end doing the same thing anywaythiemowmde2023-06-161-7/+1
* Migrate Database::update() to UpdateQueryBuilderAmir Sarabadani2023-06-081-7/+6
* Merge "Replace substr with cleaner string methods"jenkins-bot2023-06-061-1/+1
|\
| * Replace substr with cleaner string methodsMatěj Suchánek2023-05-201-1/+1
* | hook: Document null type for pass-by-ref on UploadVerifyUploadHookUmherirrender2023-06-042-2/+1
|/
* Replace internal Hooks::runnerUmherirrender2023-05-112-3/+7
* Merge "upload: Add PSR-3 loggin normalization to UploadChunkFileException"jenkins-bot2023-03-312-3/+16
|\
| * upload: Add PSR-3 loggin normalization to UploadChunkFileExceptionGergő Tisza2023-03-312-3/+16
* | Just another 80 or so PHPStorm inspection fixes (#4)Tim Starling2023-03-251-8/+8
* | Fix more PHPStorm inspections (#2)Tim Starling2023-03-251-1/+1
* | UploadBase::detectScript: Protect against null inputs to str_starts_withJames D. Forrester2023-03-141-3/+3
|/
* Remove IEContentAnalyzerDerk-Jan Hartman2023-03-071-19/+0
* Merge "UploadBase::checkFileExtension: Guard for null input triggering PHP 8....jenkins-bot2023-03-021-1/+1
|\
| * UploadBase::checkFileExtension: Guard for null input triggering PHP 8.1 warningJames D. Forrester2023-03-021-1/+1
* | Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
|/
* Use the ?? operator in a few places where it makes sensethiemowmde2023-02-141-5/+1
* Merge "upload: Allow attributes starting with "on" in inkscape SVG namespace"jenkins-bot2023-02-131-2/+8
|\
| * upload: Allow attributes starting with "on" in inkscape SVG namespaceDerk-Jan Hartman2023-02-131-2/+8
* | Merge "Change $wgLang to use Message::*Param functions"jenkins-bot2023-01-281-2/+1
|\ \
| * | Change $wgLang to use Message::*Param functionsUmherirrender2022-09-261-2/+1
* | | Merge "Code style cleanup"jenkins-bot2023-01-061-71/+73
|\ \ \ | | |/ | |/|
| * | Code style cleanupDerk-Jan Hartman2023-01-051-71/+73
* | | Merge "UploadBase.php: added namespace for w3c-test-suite"jenkins-bot2023-01-051-0/+1
|\ \ \ | |/ / |/| |
| * | UploadBase.php: added namespace for w3c-test-suiteJoKalliauer2021-03-311-0/+1
* | | Merge "Use str_starts_with/str_ends_with/str_contains"jenkins-bot2022-12-142-14/+13
|\ \ \
| * | | Use str_starts_with/str_ends_with/str_containsUmherirrender2022-12-122-14/+13