index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
maintenance
/
cleanupTable.inc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid uses of wfWikiId() in maintenance/
Aaron Schulz
2019-09-24
1
-1
/
+1
*
Update PHPDoc types in several maintenance scripts and related
Thiemo Kreuz
2019-03-07
1
-1
/
+1
*
Rename DB_SLAVE constant to DB_REPLICA
Aaron Schulz
2016-09-05
1
-1
/
+1
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-10
/
+10
*
Update wfGetDB calls in Maintenance scripts to use getDB()
Reedy
2016-01-02
1
-1
/
+1
*
Remove various double empty newlines
umherirrender
2015-12-27
1
-1
/
+0
*
tests: Remove unused TableCleanupTest class
Timo Tijhof
2015-12-03
1
-6
/
+0
*
User: Mostly remove password handling
Brad Jorsch
2015-10-13
1
-1
/
+2
*
Remove --max-slave-lag options and remnants from maintenance scripts
Kevin Israel
2015-03-26
1
-1
/
+0
*
Fix PHP CodeSniffer warnings and errors
Siebrand Mazeland
2013-10-09
1
-3
/
+2
*
Add method parameter type documentation
Reedy
2013-09-11
1
-0
/
+13
*
phpcs: More require/include is not a function
Timo Tijhof
2013-05-21
1
-1
/
+1
*
Remove usage of wfTime() in maintenance
Alexandre Emsenhuber
2012-09-04
1
-2
/
+2
*
Use __DIR__ instead of dirname( __FILE__ )
jeroendedauw
2012-08-27
1
-1
/
+1
*
Improve documentation of maintenance scripts.
Alexandre Emsenhuber
2012-06-25
1
-1
/
+6
*
* Use User::newFromName() instead of calling setName() on an existing object
Alexandre Emsenhuber
2011-12-28
1
-1
/
+1
*
Wow major typo, r91763
Chad Horohoe
2011-07-08
1
-1
/
+1
*
Use estimateRowCount() in CleanupTable rather than select count(*) which will...
Chad Horohoe
2011-07-08
1
-1
/
+2
*
* Standardised file description headers
Alexandre Emsenhuber
2010-09-05
1
-0
/
+1
*
Stylize maintenance folder..
Sam Reed
2010-05-22
1
-7
/
+7
*
Doxygen fixes:
Alexandre Emsenhuber
2009-12-05
1
-1
/
+0
*
Fixes for TitleCleanup subclasses:
Tim Starling
2009-09-24
1
-25
/
+70
*
Use slave for unbuffered reading in cleanupTable.inc, leaving the master for ...
Andrew Garrett
2009-09-21
1
-6
/
+6
*
Merge r56715 from wmf-deployment (Moved unbuffered-ness to below count query ...
Andrew Garrett
2009-09-21
1
-3
/
+3
*
Use unbuffered queries in cleanupTable maintenance scripts. Prevents OOM issues.
Andrew Garrett
2009-09-21
1
-0
/
+8
*
Rewrite various TableCleanup scripts to subclass Maintenance instead of FiveU...
Chad Horohoe
2009-08-24
1
-33
/
+58
*
Made WatchlistCleanup and CapsCleanup extend TableCleanup rather than FiveUpg...
Alexandre Emsenhuber
2009-02-16
1
-6
/
+4
*
WARNING: HUGE COMMIT
Alexandre Emsenhuber
2008-05-20
1
-2
/
+3
*
For the maintenance/ directory files:
Nick Jenkins
2007-01-12
1
-1
/
+1
*
Abolished $wgDBname as a unique wiki identifier, it doesn't work with the new...
Tim Starling
2006-10-04
1
-3
/
+2
*
Add script to clean up badly named image records. Doesn't touch files yet
Brion Vibber
2006-07-13
1
-0
/
+4
*
Abstract out some of the cleanupTitles code to reuse it
Brion Vibber
2006-07-13
1
-0
/
+83