aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/deleteArchivedRevisions.php
Commit message (Expand)AuthorAgeFilesLines
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-11-121-0/+2
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-1/+1
* maintenance: Migrate to DeleteQueryBuilderAmir Sarabadani2024-01-021-1/+4
* maintenance: Use SelectQueryBuilder to construct queriesDerick Alangi2022-07-221-1/+5
* Remove trailing dot/space from some exception messages and output stringsTimo Tijhof2021-08-041-1/+1
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Remove "@author Aaron Schulz" annotationsAaron Schulz2017-06-271-1/+0
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-2/+2
* Combine deleteArchived{Files,Revisions}.inc into the .php scriptsKevin Israel2015-05-171-13/+15
* Pass phpcs-strict on maintenance/ (6/8)Siebrand Mazeland2014-04-231-2/+4
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-2/+2
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-2/+2
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-06-161-2/+9
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* Stylize maintenance folder..Sam Reed2010-05-221-6/+6
* * Make tests work better together. Tests are now skipped or marked incomplete.Mark A. Hershberger2010-02-251-20/+7
* Revert r54244 which was stupid and fix this properly. Require commandLine.inc...Chad Horohoe2009-08-031-1/+1
* Merge maintenance-work branch (now with less errors!):Chad Horohoe2009-08-021-17/+54
* Minor grammar fixes, etc.Greg Sabino Mullane2008-07-211-1/+1
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-1/+2
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+0
* svn:eol-style nativeAntoine Musso2007-05-121-30/+30
* *Add a script to delete archived imagesAaron Schulz2007-05-101-1/+1
* *Comment: based on deleteOldRevisions.phpAaron Schulz2007-05-101-0/+1
* *opps, fix doc commentAaron Schulz2007-05-101-1/+1
* *Add a script to delete archived revisionsAaron Schulz2007-05-101-0/+30