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
*
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
*
Fix stray comma from r109537
Sam Reed
2012-01-19
1
-1
/
+1
*
Documentation and whitespace
Sam Reed
2012-01-19
1
-4
/
+4
*
Remove unused globals
Sam Reed
2012-01-19
1
-1
/
+0
*
Add __METHOD__ to begin/commit
Sam Reed
2012-01-18
1
-1
/
+1
*
Just experienced with commons. Dealt with UploadStashBadPathException
Sam Reed
2012-01-18
1
-2
/
+7
*
Followup r92081: SQL fix for cleanupUploadStash.php on PostgreSQL (bug 32822)
Brion Vibber
2011-12-06
1
-1
/
+1
*
Remove some unused getting of non existent arguments
Sam Reed
2011-10-18
1
-7
/
+8
*
Fixed bug where global wgUploadStashMaxAge wasn't used, removed redundant def...
Ian Baker
2011-08-04
1
-3
/
+0
*
Changed stash age parameter from a constant to a config option, switched to s...
Ian Baker
2011-07-29
1
-1
/
+7
*
Added us_status column for future expansion re Bryan's suggestion
Ian Baker
2011-07-13
1
-6
/
+7
*
Added maintenance script for cleaning up abandoned uploads
Ian Baker
2011-07-13
1
-0
/
+74