aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/cleanupUploadStash.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix stray comma from r109537Sam Reed2012-01-191-1/+1
* Documentation and whitespaceSam Reed2012-01-191-4/+4
* Remove unused globalsSam Reed2012-01-191-1/+0
* Add __METHOD__ to begin/commitSam Reed2012-01-181-1/+1
* Just experienced with commons. Dealt with UploadStashBadPathExceptionSam Reed2012-01-181-2/+7
* Followup r92081: SQL fix for cleanupUploadStash.php on PostgreSQL (bug 32822)Brion Vibber2011-12-061-1/+1
* Remove some unused getting of non existent argumentsSam Reed2011-10-181-7/+8
* Fixed bug where global wgUploadStashMaxAge wasn't used, removed redundant def...Ian Baker2011-08-041-3/+0
* Changed stash age parameter from a constant to a config option, switched to s...Ian Baker2011-07-291-1/+7
* Added us_status column for future expansion re Bryan's suggestionIan Baker2011-07-131-6/+7
* Added maintenance script for cleaning up abandoned uploadsIan Baker2011-07-131-0/+74