aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/deleteBatch.php
Commit message (Expand)AuthorAgeFilesLines
* allow maintenance/deleteBatch.php to accept page IDPhilipnelson992024-03-271-14/+26
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* Merge "maintenance: Replace usages of deprecated WikiPage::doDeleteArticleReal"jenkins-bot2023-09-111-12/+6
|\
| * maintenance: Replace usages of deprecated WikiPage::doDeleteArticleRealDaimona Eaytoy2021-11-081-12/+6
* | maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+1
* | Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* | Merge "maintenance: Use $this->waitForReplication()"jenkins-bot2022-10-271-2/+1
|\ \
| * | maintenance: Use $this->waitForReplication()Amir Sarabadani2022-10-241-2/+1
* | | Reorg: Move StubObject classes in includes to its own directoryAmir Sarabadani2022-10-251-0/+1
|/ /
* / DeleteBatch: Clarify sleep is in secondsReedy2022-08-181-3/+3
|/
* Emit deprecation warnings reading from $wgUserDannyS7122021-09-151-3/+1
* Remove trailing dot/space from some exception messages and output stringsTimo Tijhof2021-08-041-1/+1
* Replace deprecated WikiPage::factory/newFromID in maintenance scriptsUmherirrender2020-11-121-3/+6
* 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