aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/cleanupUploadStash.php
Commit message (Expand)AuthorAgeFilesLines
* Replace a number of uses of class aliases with the real thingsJames D. Forrester2025-03-261-0/+1
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-11-121-0/+1
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* Maintenance: Print errors from StatusValue objects in a consistent wayBartosz Dziewoński2024-06-121-2/+1
* maintenance: Migrate to expression buildersAmir Sarabadani2024-01-171-1/+1
* CleanupUploadStash: change fatalError to output and continue temp file cleanu...abador2024-01-021-1/+1
* CleanupUploadStash: return exit code 0 when local temp repo is not presentabador2024-01-021-1/+1
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+1
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* Fix more PHPStorm inspections (#2)Tim Starling2023-03-251-1/+1
* maintenance: Use $this->waitForReplication()Amir Sarabadani2022-10-241-3/+1
* maintenance: Use SelectQueryBuilder to construct queriesDerick Alangi2022-07-191-6/+6
* Maintenance scripts: replace most globals with ConfigFerran Tufan2022-07-121-3/+2
* Remove or replace usages of "sanity"Reedy2021-11-191-1/+0
* Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineCommentReedy2020-05-211-3/+5
* Replace wfWaitForSlaves() with LBFactory::waitForReplication()Reedy2020-05-021-1/+3
* Merge "Use Status::wrap instead of suppress PhanUndeclaredMethod"jenkins-bot2020-02-191-2/+1
|\
| * Use Status::wrap instead of suppress PhanUndeclaredMethodUmherirrender2020-02-181-2/+1
* | maintenance: Avoid deprecated usage of RepoGroup::singleton()Derick A2020-02-181-1/+3
|/
* Handle null from FileBackend::getFileListUmherirrender2019-12-041-0/+6
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-0/+1
* Have class match filename in some maintenance scriptsKunal Mehta2018-05-231-2/+2
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-1/+1
* Introduce Maintenance::getBatchSize()Max Semenik2017-11-051-2/+2
* Rename getSlaveDB() FileRepo method to getReplicaDB()Aaron Schulz2016-11-181-1/+1
* Revert "Clean up user handling in UploadStash"Bartosz Dziewoński2016-09-101-1/+1
* Clean up user handling in UploadStashChad Horohoe2016-09-021-1/+1
* Fix numerous class/function casingReedy2016-03-181-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-9/+9
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Use wfWaitForSlaves in upload stash cleanup scriptAaron Schulz2015-04-081-0/+1
* Made cleanupUploadStash use batching for the last two loopsAaron Schulz2013-11-131-10/+28
* Removed sanity regex since there are too many random formats to trackAaron Schulz2013-11-121-7/+0
* Speed up thumbnail purging a bit for stash scriptAaron Schulz2013-11-071-1/+1
* Catch temp container thumbnails in cleanup scriptAaron Schulz2013-11-061-1/+3
* Catch all stash errors in cleanup scriptAaron Schulz2013-11-041-4/+3
* Avoid extra HEADs for stash clearingAaron Schulz2013-10-031-1/+1
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Fixed spacing around parenthesis in languages/tests/maintenanceumherirrender2013-04-281-2/+2
* Fixed some spacing in maintenance folderumherirrender2013-04-181-4/+4
* Made upload stash cleanup script scan the temp dir for old files.Aaron Schulz2013-01-171-36/+63
* When deleting old thumbnails, actually increment $iReedy2012-10-211-1/+2
* Catch and deal with UploadStashZeroLengthFileException when removing stashed ...Reedy2012-09-271-0/+2
* Made stash cleaning script also remove the old thumbnails.Aaron2012-09-251-2/+20
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-06-251-0/+6
* Added some more output to cleanupUploadStash.phpReedy2012-05-091-1/+7
* Appending a newline at the end of the message results in a much nicer console...Sam Reed2012-03-051-1/+1