aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/cleanupImages.php
Commit message (Expand)AuthorAgeFilesLines
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* maintenance: Migrate to IDatabase::newUpdateQueryBuilderUmherirrender2024-04-141-12/+18
* Migrate to IDatabase::newDeleteQueryBuilderUmherirrender2024-04-121-3/+5
* Update name & email for bvibberBrooke Vibber2024-02-081-2/+2
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-2/+2
* Namespace Sanitizer under \MediaWiki\ParserJames D. Forrester2023-09-211-0/+1
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-3/+2
* Fix some PHPStorm inspections (#1)Tim Starling2023-03-251-5/+9
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* maintenance: Use SelectQueryBuilder to construct queriesDerick Alangi2022-07-191-5/+15
* Same code style and formatting for exists-style SQL queriesThiemo Kreuz2021-08-121-4/+2
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-2/+2
* maintenance: Move cleanupTable from .inc to .phpJames D. Forrester2020-09-251-1/+1
* maintenance: Avoid deprecated usage of RepoGroup::singleton()Derick A2020-02-181-1/+1
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-2/+2
* maintenance: Explicitly declare all used propertiesDaimona Eaytoy2019-09-091-1/+4
* Add docblocks to a bunch of methodsDaimona Eaytoy2019-09-081-0/+4
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-4/+6
* Have class match filename in some maintenance scriptsKunal Mehta2018-05-231-2/+2
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* maintenance: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-13/+13
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-2/+2
* Clean up transactions in maintenance scriptsAaron Schulz2015-12-301-4/+4
* Remove wrong usage documentation in commentsJesús Martínez Novo2015-12-131-4/+0
* Update formatting in maintenance/ (2/4)Siebrand Mazeland2014-04-231-1/+8
* Pass phpcs-strict on maintenance/ (7/8)Siebrand Mazeland2014-04-231-1/+6
* Fixed some @params documentation (maintenance)umherirrender2014-04-171-1/+1
* Change URLs to mediawiki.org in comments to HTTPSLadsgroup2014-03-201-1/+1
* 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-06-251-2/+7
* Use Title::legalChars()umherirrender2012-05-041-2/+1
* Pass __METHOD__ to DatabaseBase::commit() and DatabaseBase::rollback()Alexandre Emsenhuber2012-02-281-1/+1
* More __METHOD__ in our madnessSam Reed2012-02-241-3/+3
* Remove some unused getting of non existent argumentsSam Reed2011-10-181-5/+7
* Update some deprecated codeSam Reed2011-10-141-0/+3
* Adding __METHOD__ to parameters passed to wfMkdirParents()Sam Reed2011-07-251-1/+1
* Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...Siebrand Mazeland2011-05-171-1/+1
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* Whitespace fixup under tha maint directory.Mark A. Hershberger2010-12-041-15/+15
* * Standardised file description headersAlexandre Emsenhuber2010-09-051-1/+2
* Stylize maintenance folder..Sam Reed2010-05-221-13/+13
* Fix for bug 9413 and the related Malayalam issue reported on wikitech-l.Tim Starling2010-01-041-1/+1
* Fixes for TitleCleanup subclasses:Tim Starling2009-09-241-2/+8
* followup to r55694: forgot to mark the new functions privateIlmari Karonen2009-08-311-2/+2
* redo r45388 (hopefully) more cleanly (see also bug 16916: Unnecessary title d...Ilmari Karonen2009-08-311-2/+20
* Rewrite various TableCleanup scripts to subclass Maintenance instead of FiveU...Chad Horohoe2009-08-241-33/+27