aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/cleanupSpam.php
Commit message (Expand)AuthorAgeFilesLines
* Merge "Replace wfWiki() usage with WikiMap in some additional places"jenkins-bot2019-07-231-4/+4
|\
| * Replace wfWiki() usage with WikiMap in some additional placesAaron Schulz2019-07-041-4/+4
* | maintenance: Avoid usage of deprecated Revision::* constantsDerick Alangi2019-07-211-3/+5
|/
* Fix order of @var parameter in PHPFomafix2019-04-081-2/+2
* maintenance: Deprecate Maintenance::hasArg/getArg with no paramThiemo Kreuz2019-03-291-1/+1
* Use new externallinks.el_index_60 fieldBrad Jorsch2018-11-121-8/+8
* Make cleanupSpam.php query for http and httpsReedy2018-06-031-18/+46
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-2/+2
* Update cleanupSpam.php to hide its activity from RecentChangesMarcoAurelio2017-09-291-6/+6
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-5/+5
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-3/+3
* Clean up transactions in maintenance scriptsAaron Schulz2015-12-301-2/+2
* User: Mostly remove password handlingBrad Jorsch2015-10-131-1/+1
* Update formatting in maintenance/ (2/4)Siebrand Mazeland2014-04-231-1/+3
* Pass phpcs-strict on maintenance/ (7/8)Siebrand Mazeland2014-04-231-5/+17
* Use wfShellWikiCmd() for the shell command in cleanupSpam.phpAlexandre Emsenhuber2014-02-081-2/+4
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Better error message for invalid user name in cleanupSpam.phpAlexandre Emsenhuber2013-02-141-1/+1
* merged masterdaniel2012-08-291-1/+1
* Revert "merged master"Daniel Kinzler2012-08-291-1/+1
* merged masterdaniel2012-08-291-1/+1
* Make LinkFilter handle Content objectsdaniel2012-08-211-4/+9
* merging latest masterdaniel2012-08-201-4/+4
* merged masterdaniel2012-07-231-1/+6
|\
| * Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-06-251-1/+6
* | Merge branch 'master' of ssh://gerrit.wikimedia.org:29418/mediawiki/core into...daniel2012-06-141-6/+12
|\|
| * Allow cleanupSpam.php optionally delete offending pagesMax Semenik2012-06-131-6/+12
* | comments and reminders for stuff not yet covered by ContentHandlerdaniel2012-06-081-0/+1
|/
* More __METHOD__ in our madnessSam Reed2012-02-241-2/+2
* And while I'm a it:Alexandre Emsenhuber2011-12-251-12/+5
* * Use WikiPage instead of Article to call doEdit()Alexandre Emsenhuber2011-12-251-4/+4
* (bug 26854) Invalid user names go unchecked. Applied most of the patch submit...Roan Kattouw2011-11-201-0/+3
* Fix concern raised by Brion in r74108 (but has really existed since the maint...Chad Horohoe2011-01-131-1/+1
* No need to call wfDoUpdates(), already done by Article::doEdit()Alexandre Emsenhuber2010-12-161-1/+0
* Whitespace fixup under tha maint directory.Mark A. Hershberger2010-12-041-3/+3
* * Standardised file description headersAlexandre Emsenhuber2010-09-051-0/+1
* Add a few globals.Platonides2010-07-251-1/+1
* cleanupSpam.php:Robert Leverington2010-07-121-4/+2
* Stylize maintenance folder..Sam Reed2010-05-221-5/+5
* Followup r60051, with the rest of the callers and removing a useless subclass...Chad Horohoe2009-12-141-2/+2
* (bug 20275) Fixed LIKE queries on SQLite backendMax Semenik2009-10-211-3/+3
* Redo addArgs() as addArg() so we can actually do useful things with arguments...Chad Horohoe2009-08-181-1/+1
* * Update nextJobDB.php and cleanupSpam.php to work with wikis using a prefix ...Alexandre Emsenhuber2009-08-161-8/+9
* Revert r54244 which was stupid and fix this properly. Require commandLine.inc...Chad Horohoe2009-08-031-1/+1
* Don't put \n on the end of every error() call, just do it in error() itself. ...Chad Horohoe2009-08-021-2/+2
* Merge maintenance-work branch (now with less errors!):Chad Horohoe2009-08-021-96/+114