index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
maintenance
/
cleanupUploadStash.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace a number of uses of class aliases with the real things
James D. Forrester
2025-03-26
1
-0
/
+1
*
add `use MediaWiki\Maintenance\Maintenance` to some maintenance classes
Novem Linguae
2024-11-12
1
-0
/
+1
*
Exclude boilerplate maintenance code from code coverage reports
Dreamy Jazz
2024-08-27
1
-0
/
+4
*
Maintenance: Print errors from StatusValue objects in a consistent way
Bartosz Dziewoński
2024-06-12
1
-2
/
+1
*
maintenance: Migrate to expression builders
Amir Sarabadani
2024-01-17
1
-1
/
+1
*
CleanupUploadStash: change fatalError to output and continue temp file cleanu...
abador
2024-01-02
1
-1
/
+1
*
CleanupUploadStash: return exit code 0 when local temp repo is not present
abador
2024-01-02
1
-1
/
+1
*
maintenance: Begin using `Maintenance::getServiceContainer()`
Derick Alangi
2023-09-04
1
-2
/
+1
*
Reorg: Move Status to MediaWiki\Status\
Amir Sarabadani
2023-08-25
1
-0
/
+1
*
Fix more PHPStorm inspections (#2)
Tim Starling
2023-03-25
1
-1
/
+1
*
maintenance: Use $this->waitForReplication()
Amir Sarabadani
2022-10-24
1
-3
/
+1
*
maintenance: Use SelectQueryBuilder to construct queries
Derick Alangi
2022-07-19
1
-6
/
+6
*
Maintenance scripts: replace most globals with Config
Ferran Tufan
2022-07-12
1
-3
/
+2
*
Remove or replace usages of "sanity"
Reedy
2021-11-19
1
-1
/
+0
*
Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineComment
Reedy
2020-05-21
1
-3
/
+5
*
Replace wfWaitForSlaves() with LBFactory::waitForReplication()
Reedy
2020-05-02
1
-1
/
+3
*
Merge "Use Status::wrap instead of suppress PhanUndeclaredMethod"
jenkins-bot
2020-02-19
1
-2
/
+1
|
\
|
*
Use Status::wrap instead of suppress PhanUndeclaredMethod
Umherirrender
2020-02-18
1
-2
/
+1
*
|
maintenance: Avoid deprecated usage of RepoGroup::singleton()
Derick A
2020-02-18
1
-1
/
+3
|
/
*
Handle null from FileBackend::getFileList
Umherirrender
2019-12-04
1
-0
/
+6
*
Unsuppress another phan issue (part 7)
Daimona Eaytoy
2019-09-03
1
-0
/
+1
*
Have class match filename in some maintenance scripts
Kunal Mehta
2018-05-23
1
-2
/
+2
*
Use ::class to resolve class names in maintenance scripts
Umherirrender
2018-01-23
1
-1
/
+1
*
Maintenance: add fatalError() method
Bryan Davis
2017-11-21
1
-1
/
+1
*
Introduce Maintenance::getBatchSize()
Max Semenik
2017-11-05
1
-2
/
+2
*
Rename getSlaveDB() FileRepo method to getReplicaDB()
Aaron Schulz
2016-11-18
1
-1
/
+1
*
Revert "Clean up user handling in UploadStash"
Bartosz Dziewoński
2016-09-10
1
-1
/
+1
*
Clean up user handling in UploadStash
Chad Horohoe
2016-09-02
1
-1
/
+1
*
Fix numerous class/function casing
Reedy
2016-03-18
1
-1
/
+1
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-9
/
+9
*
Use addDescription() instead of accessing mDescription directly
Max Semenik
2016-01-30
1
-1
/
+1
*
Use wfWaitForSlaves in upload stash cleanup script
Aaron Schulz
2015-04-08
1
-0
/
+1
*
Made cleanupUploadStash use batching for the last two loops
Aaron Schulz
2013-11-13
1
-10
/
+28
*
Removed sanity regex since there are too many random formats to track
Aaron Schulz
2013-11-12
1
-7
/
+0
*
Speed up thumbnail purging a bit for stash script
Aaron Schulz
2013-11-07
1
-1
/
+1
*
Catch temp container thumbnails in cleanup script
Aaron Schulz
2013-11-06
1
-1
/
+3
*
Catch all stash errors in cleanup script
Aaron Schulz
2013-11-04
1
-4
/
+3
*
Avoid extra HEADs for stash clearing
Aaron Schulz
2013-10-03
1
-1
/
+1
*
phpcs: More require/include is not a function
Timo Tijhof
2013-05-21
1
-1
/
+1
*
phpcs: Fix WhiteSpace.LanguageConstructSpacing warnings
Timo Tijhof
2013-05-09
1
-1
/
+1
*
Fixed spacing around parenthesis in languages/tests/maintenance
umherirrender
2013-04-28
1
-2
/
+2
*
Fixed some spacing in maintenance folder
umherirrender
2013-04-18
1
-4
/
+4
*
Made upload stash cleanup script scan the temp dir for old files.
Aaron Schulz
2013-01-17
1
-36
/
+63
*
When deleting old thumbnails, actually increment $i
Reedy
2012-10-21
1
-1
/
+2
*
Catch and deal with UploadStashZeroLengthFileException when removing stashed ...
Reedy
2012-09-27
1
-0
/
+2
*
Made stash cleaning script also remove the old thumbnails.
Aaron
2012-09-25
1
-2
/
+20
*
Use __DIR__ instead of dirname( __FILE__ )
jeroendedauw
2012-08-27
1
-1
/
+1
*
Improve documentation of maintenance scripts.
Alexandre Emsenhuber
2012-06-25
1
-0
/
+6
*
Added some more output to cleanupUploadStash.php
Reedy
2012-05-09
1
-1
/
+7
*
Appending a newline at the end of the message results in a much nicer console...
Sam Reed
2012-03-05
1
-1
/
+1
[next]