aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/makeTestEdits.php
Commit message (Expand)AuthorAgeFilesLines
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* maintenance: Use $this->waitForReplication()Amir Sarabadani2022-10-241-2/+1
* Use User::isRegistered for readability instead of ::getId falsy checkUmherirrender2022-04-291-1/+1
* Use WikiPage::doUserEditContent() instead of ::doEditContent()DannyS7122021-06-281-1/+1
* Replace deprecated WikiPage::factory/newFromID in maintenance scriptsUmherirrender2020-11-121-2/+4
* Replace wfWaitForSlaves() with LBFactory::waitForReplication()Reedy2020-05-021-1/+4
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Maintenance: add fatalError() methodBryan Davis2017-11-211-1/+1
* Introduce Maintenance::getBatchSize()Max Semenik2017-11-051-1/+1
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Check User::getId() in makeTestEdits.phpAaron Schulz2015-12-111-1/+1
* Add script to generate random test edits for a userAaron Schulz2015-12-111-0/+68