aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/purgeChangedFiles.php
Commit message (Expand)AuthorAgeFilesLines
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Introduce Maintenance::getBatchSize()Max Semenik2017-11-051-1/+1
* Rename getSlaveDB() FileRepo method to getReplicaDB()Aaron Schulz2016-11-181-1/+1
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-2/+2
* Make PurgeChangedFiles actually purge old versions tooAaron Schulz2016-08-101-1/+5
* Convert all array() syntax to []Kunal Mehta2016-02-171-24/+24
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Removed LocalFile::purgeHistory methodAaron Schulz2015-04-271-2/+0
* Remove '@section LICENSE'Timo Tijhof2014-11-261-1/+0
* Update formatting in maintenance/ (3/4)Siebrand Mazeland2014-04-231-4/+1
* Fixed spacingumherirrender2013-11-191-2/+2
* Added --sleep-per-batch to purgeChangedFiles.phpAaron Schulz2013-10-241-0/+9
* Add script to purge changed files from cacheBryan Davis2013-10-081-0/+255