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
/
cleanupSpam.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge "Replace wfWiki() usage with WikiMap in some additional places"
jenkins-bot
2019-07-23
1
-4
/
+4
|
\
|
*
Replace wfWiki() usage with WikiMap in some additional places
Aaron Schulz
2019-07-04
1
-4
/
+4
*
|
maintenance: Avoid usage of deprecated Revision::* constants
Derick Alangi
2019-07-21
1
-3
/
+5
|
/
*
Fix order of @var parameter in PHP
Fomafix
2019-04-08
1
-2
/
+2
*
maintenance: Deprecate Maintenance::hasArg/getArg with no param
Thiemo Kreuz
2019-03-29
1
-1
/
+1
*
Use new externallinks.el_index_60 field
Brad Jorsch
2018-11-12
1
-8
/
+8
*
Make cleanupSpam.php query for http and https
Reedy
2018-06-03
1
-18
/
+46
*
Use ::class to resolve class names in maintenance scripts
Umherirrender
2018-01-23
1
-1
/
+1
*
Maintenance: add fatalError() method
Bryan Davis
2017-11-21
1
-2
/
+2
*
Update cleanupSpam.php to hide its activity from RecentChanges
MarcoAurelio
2017-09-29
1
-6
/
+6
*
Rename DB_SLAVE constant to DB_REPLICA
Aaron Schulz
2016-09-05
1
-2
/
+2
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-5
/
+5
*
Use addDescription() instead of accessing mDescription directly
Max Semenik
2016-01-30
1
-1
/
+1
*
Update wfGetDB calls in Maintenance scripts to use getDB()
Reedy
2016-01-02
1
-3
/
+3
*
Clean up transactions in maintenance scripts
Aaron Schulz
2015-12-30
1
-2
/
+2
*
User: Mostly remove password handling
Brad Jorsch
2015-10-13
1
-1
/
+1
*
Update formatting in maintenance/ (2/4)
Siebrand Mazeland
2014-04-23
1
-1
/
+3
*
Pass phpcs-strict on maintenance/ (7/8)
Siebrand Mazeland
2014-04-23
1
-5
/
+17
*
Use wfShellWikiCmd() for the shell command in cleanupSpam.php
Alexandre Emsenhuber
2014-02-08
1
-2
/
+4
*
phpcs: More require/include is not a function
Timo Tijhof
2013-05-21
1
-1
/
+1
*
phpcs: Fix WhiteSpace.LanguageConstructSpacing warnings
Timo Tijhof
2013-05-09
1
-1
/
+1
*
Better error message for invalid user name in cleanupSpam.php
Alexandre Emsenhuber
2013-02-14
1
-1
/
+1
*
merged master
daniel
2012-08-29
1
-1
/
+1
*
Revert "merged master"
Daniel Kinzler
2012-08-29
1
-1
/
+1
*
merged master
daniel
2012-08-29
1
-1
/
+1
*
Make LinkFilter handle Content objects
daniel
2012-08-21
1
-4
/
+9
*
merging latest master
daniel
2012-08-20
1
-4
/
+4
*
merged master
daniel
2012-07-23
1
-1
/
+6
|
\
|
*
Improve documentation of maintenance scripts.
Alexandre Emsenhuber
2012-06-25
1
-1
/
+6
*
|
Merge branch 'master' of ssh://gerrit.wikimedia.org:29418/mediawiki/core into...
daniel
2012-06-14
1
-6
/
+12
|
\
|
|
*
Allow cleanupSpam.php optionally delete offending pages
Max Semenik
2012-06-13
1
-6
/
+12
*
|
comments and reminders for stuff not yet covered by ContentHandler
daniel
2012-06-08
1
-0
/
+1
|
/
*
More __METHOD__ in our madness
Sam Reed
2012-02-24
1
-2
/
+2
*
And while I'm a it:
Alexandre Emsenhuber
2011-12-25
1
-12
/
+5
*
* Use WikiPage instead of Article to call doEdit()
Alexandre Emsenhuber
2011-12-25
1
-4
/
+4
*
(bug 26854) Invalid user names go unchecked. Applied most of the patch submit...
Roan Kattouw
2011-11-20
1
-0
/
+3
*
Fix concern raised by Brion in r74108 (but has really existed since the maint...
Chad Horohoe
2011-01-13
1
-1
/
+1
*
No need to call wfDoUpdates(), already done by Article::doEdit()
Alexandre Emsenhuber
2010-12-16
1
-1
/
+0
*
Whitespace fixup under tha maint directory.
Mark A. Hershberger
2010-12-04
1
-3
/
+3
*
* Standardised file description headers
Alexandre Emsenhuber
2010-09-05
1
-0
/
+1
*
Add a few globals.
Platonides
2010-07-25
1
-1
/
+1
*
cleanupSpam.php:
Robert Leverington
2010-07-12
1
-4
/
+2
*
Stylize maintenance folder..
Sam Reed
2010-05-22
1
-5
/
+5
*
Followup r60051, with the rest of the callers and removing a useless subclass...
Chad Horohoe
2009-12-14
1
-2
/
+2
*
(bug 20275) Fixed LIKE queries on SQLite backend
Max Semenik
2009-10-21
1
-3
/
+3
*
Redo addArgs() as addArg() so we can actually do useful things with arguments...
Chad Horohoe
2009-08-18
1
-1
/
+1
*
* Update nextJobDB.php and cleanupSpam.php to work with wikis using a prefix ...
Alexandre Emsenhuber
2009-08-16
1
-8
/
+9
*
Revert r54244 which was stupid and fix this properly. Require commandLine.inc...
Chad Horohoe
2009-08-03
1
-1
/
+1
*
Don't put \n on the end of every error() call, just do it in error() itself. ...
Chad Horohoe
2009-08-02
1
-2
/
+2
*
Merge maintenance-work branch (now with less errors!):
Chad Horohoe
2009-08-02
1
-96
/
+114
[next]