aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/pruneFileCache.php
Commit message (Expand)AuthorAgeFilesLines
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-12-051-0/+2
* maintenance: Add missing documentation to class propertiesUmherirrender2024-09-131-0/+1
* build: Use inline ignore for Generic.CodeAnalysis.AssignmentInConditionUmherirrender2024-09-011-0/+1
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* Remove or replace usages of "sanity"Reedy2021-11-191-1/+1
* Fix description for pruneFileCache.phpReedy2020-09-181-1/+1
* Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineCommentReedy2020-05-211-1/+2
* No yoda conditionsFomafix2018-11-211-1/+1
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-4/+4
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Fixed some @params documentation (maintenance)umherirrender2014-04-171-2/+2
* Move closing parenthesis from multi line if and function to own lineumherirrender2013-12-011-2/+2
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-08-051-1/+7
* Comments, braces, explicit member variablesSam Reed2011-11-161-0/+3
* * Added a script to prune old file cache entries.Aaron Schulz2011-10-041-0/+102