aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/purgeParserCache.php
Commit message (Expand)AuthorAgeFilesLines
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-12-051-0/+1
* maintenance: Add missing documentation to class propertiesUmherirrender2024-09-131-0/+2
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+1
* ParserCache: Improve docs for cache type and purgeParserCache.phpTimo Tijhof2023-01-301-5/+6
* Maintenance scripts: replace most globals with ConfigFerran Tufan2022-07-121-3/+4
* Remove unreachable code after exception/die/exitUmherirrender2021-09-031-2/+0
* purgeParserCache.php: Implement --tag for purging one server onlyTimo Tijhof2021-06-241-1/+14
* purgeParserCache.php: Print stats for time and iterationsTimo Tijhof2021-06-231-3/+18
* purgeParserCache.php: Remove carriage return printer, minor cleanupTimo Tijhof2021-05-131-13/+32
* Safer autoloading with respect to file-scope codeTim Starling2021-01-111-1/+1
* Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineCommentReedy2020-05-211-1/+2
* Remove Language::factory and getParentLanguage useAryeh Gregor2019-10-271-1/+1
* Set public for override of Maintenance functionsUmherirrender2019-10-091-2/+2
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-2/+2
* Turn ParserCache into a service, deprecate $parserMemcKunal Mehta2017-07-051-1/+3
* Add --msleep option to purgeParserCache.phpAaron Schulz2016-11-101-8/+18
* Convert all array() syntax to []Kunal Mehta2016-02-171-1/+1
* Update formatting in maintenance/ (4/4)Siebrand Mazeland2014-04-231-2/+3
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Use output/error maintenance functionsReedy2013-03-081-8/+6
* Clean up: Declare variables with public instead of varMarius Hoch2012-09-141-1/+1
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-08-051-5/+10
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-06-141-1/+19
* Fix doc for maintenance/Antoine Musso2012-02-081-0/+4
* purgeParserCache.php improvements:Tim Starling2011-12-021-3/+19
* * Added a script to reduce disk space on a MySQL parser cache setup such as t...Tim Starling2011-09-091-0/+43