aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/cleanupTable.inc
Commit message (Expand)AuthorAgeFilesLines
* Avoid uses of wfWikiId() in maintenance/Aaron Schulz2019-09-241-1/+1
* Update PHPDoc types in several maintenance scripts and relatedThiemo Kreuz2019-03-071-1/+1
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-10/+10
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-1/+1
* Remove various double empty newlinesumherirrender2015-12-271-1/+0
* tests: Remove unused TableCleanupTest classTimo Tijhof2015-12-031-6/+0
* User: Mostly remove password handlingBrad Jorsch2015-10-131-1/+2
* Remove --max-slave-lag options and remnants from maintenance scriptsKevin Israel2015-03-261-1/+0
* Fix PHP CodeSniffer warnings and errorsSiebrand Mazeland2013-10-091-3/+2
* Add method parameter type documentationReedy2013-09-111-0/+13
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* Remove usage of wfTime() in maintenanceAlexandre Emsenhuber2012-09-041-2/+2
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-06-251-1/+6
* * Use User::newFromName() instead of calling setName() on an existing objectAlexandre Emsenhuber2011-12-281-1/+1
* Wow major typo, r91763Chad Horohoe2011-07-081-1/+1
* Use estimateRowCount() in CleanupTable rather than select count(*) which will...Chad Horohoe2011-07-081-1/+2
* * Standardised file description headersAlexandre Emsenhuber2010-09-051-0/+1
* Stylize maintenance folder..Sam Reed2010-05-221-7/+7
* Doxygen fixes:Alexandre Emsenhuber2009-12-051-1/+0
* Fixes for TitleCleanup subclasses:Tim Starling2009-09-241-25/+70
* Use slave for unbuffered reading in cleanupTable.inc, leaving the master for ...Andrew Garrett2009-09-211-6/+6
* Merge r56715 from wmf-deployment (Moved unbuffered-ness to below count query ...Andrew Garrett2009-09-211-3/+3
* Use unbuffered queries in cleanupTable maintenance scripts. Prevents OOM issues.Andrew Garrett2009-09-211-0/+8
* Rewrite various TableCleanup scripts to subclass Maintenance instead of FiveU...Chad Horohoe2009-08-241-33/+58
* Made WatchlistCleanup and CapsCleanup extend TableCleanup rather than FiveUpg...Alexandre Emsenhuber2009-02-161-6/+4
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-2/+3
* For the maintenance/ directory files:Nick Jenkins2007-01-121-1/+1
* Abolished $wgDBname as a unique wiki identifier, it doesn't work with the new...Tim Starling2006-10-041-3/+2
* Add script to clean up badly named image records. Doesn't touch files yetBrion Vibber2006-07-131-0/+4
* Abstract out some of the cleanupTitles code to reuse itBrion Vibber2006-07-131-0/+83