aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/deleteArchivedFiles.php
Commit message (Expand)AuthorAgeFilesLines
* Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineCommentReedy2020-05-211-1/+3
* maintenance: Avoid deprecated usage of RepoGroup::singleton()Derick A2020-02-181-1/+3
* filerepo: Use @method LocalRepo::newFile() to document the return typeAaron Schulz2019-09-041-2/+0
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-0/+1
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Remove "@author Aaron Schulz" annotationsAaron Schulz2017-06-271-1/+0
* Add missing file locks to deleteArchivedFiles.phpAaron Schulz2016-07-201-2/+15
* Convert all array() syntax to []Kunal Mehta2016-02-171-5/+5
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Clean up transactions in maintenance scriptsAaron Schulz2015-12-301-2/+2
* Combine deleteArchived{Files,Revisions}.inc into the .php scriptsKevin Israel2015-05-171-8/+71
* Update formatting in maintenance/ (2/4)Siebrand Mazeland2014-04-231-0/+1
* 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/+8
* 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-36/+6
* follow up r62800 fix typoMark A. Hershberger2010-02-221-1/+1
* Cleanup r62798: If you add a new param then document it, simplify check for -...Chad Horohoe2010-02-221-4/+2
* add --force option to delete db table rowsMark A. Hershberger2010-02-221-0/+8
* Remove fixme, done since r53528Alexandre Emsenhuber2009-12-141-4/+0
* * batch change for "while ( $row = $db->fetchObject( $res ) )" and similar to...Alexandre Emsenhuber2009-08-171-1/+1
* 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/+66
* 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-0/+31