aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/deleteBatch.php
Commit message (Expand)AuthorAgeFilesLines
* Use strict (in)equality with namespaces constants when LHS is definitely an i...Ed Sanders2020-07-311-1/+1
* Replace wfWaitForSlaves() with LBFactory::waitForReplication()Reedy2020-05-021-1/+3
* Maintenance: Change ::doDeleteArticle to WikiPage::doDeleteArticleRealDannyS7122020-03-251-2/+12
* DeleteBatch and SpecialMovepage: Use LocalFile::deleteFileDannyS7122020-03-211-1/+1
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* Replace some uses of deprecated wfFindFile() and wfLocalFile()Derick Alangi2019-06-111-1/+5
* maintenance: Deprecate Maintenance::hasArg/getArg with no paramThiemo Kreuz2019-03-291-2/+2
* maintenance: Remove unused code from several maintenance scriptsThiemo Kreuz2019-03-031-2/+0
* build: Updating mediawiki/mediawiki-codesniffer to 24.0.0Kunal Mehta2019-02-071-1/+0
* Use job queue for deletion of pages with many revisionsBill Pirkle2018-10-031-1/+1
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* build: Updating mediawiki/mediawiki-codesniffer to 15.0.0Umherirrender2018-01-011-2/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-2/+2
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-1/+1
* User: Mostly remove password handlingBrad Jorsch2015-10-131-2/+6
* deleteEqualMessages.php: Avoid "Transaction already in progress" warningKevin Israel2015-08-261-3/+1
* Prevent deleteBatch.php deleting files from redirectswithoutaname2014-05-231-1/+1
* Update formatting in maintenance/ (2/4)Siebrand Mazeland2014-04-231-5/+5
* Pass phpcs-strict on maintenance/ (6/8)Siebrand Mazeland2014-04-231-0/+2
* 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-07-241-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-07-081-0/+6
* More __METHOD__ in our madnessSam Reed2012-02-241-2/+2
* And while I'm at it: don't call DatabaseBase::commit() twice per deletionAlexandre Emsenhuber2011-12-271-1/+1
* * Use WikiPage instead of Article (or ImagePage) to call doDeleteArticle()Alexandre Emsenhuber2011-12-271-19/+20
* (bug 26854) Invalid user names go unchecked. Applied most of the patch submit...Roan Kattouw2011-11-201-0/+3
* Followup r97551, use isLocal, more dynamic!Sam Reed2011-09-191-1/+1
* Don't try and delete ForeignAPIFile or ForeignDBFileSam Reed2011-09-191-3/+5
* Revert r97531 -- hook call added that uses undefined local variables, will sp...Brion Vibber2011-09-191-2/+0
* Merged in a fix from Wikia to make sure to call the ArticleDeleteComplete hoo...Sean Colombo2011-09-191-0/+2
* Fix indenting of a couple of bracesSam Reed2011-09-161-1/+1
* Add in \n from/to r95055 to LoadBalancer.phpSam Reed2011-08-211-1/+0
* Merge r86398 into the old wfWaitForSlaves. Update core calls.Platonides2011-04-201-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-7/+7
* * (bug 26023) Corrected deleteBacth.php's documentationAlexandre Emsenhuber2010-11-201-1/+2
* Stylize maintenance folder..Sam Reed2010-05-221-6/+6
* Followup r60051, with the rest of the callers and removing a useless subclass...Chad Horohoe2009-12-141-1/+1
* Redo addArgs() as addArg() so we can actually do useful things with arguments...Chad Horohoe2009-08-181-1/+1
* 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-1/+1
* Merge maintenance-work branch (now with less errors!):Chad Horohoe2009-08-021-79/+93
* Revert r52336 "Merge maintenance-work branch:"Brion Vibber2009-06-241-78/+78
* Merge maintenance-work branch:Chad Horohoe2009-06-241-78/+78
* (bug 16376) Mention in deleteBatch.php and moveBatch.php maintenance scripts ...Alexandre Emsenhuber2009-01-031-2/+3
* Step 2 in NS_IMAGE -> NS_FILE transition (bug 44) (WARNING: huge commit).Ilmari Karonen2008-12-011-1/+1