aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/cleanupSpam.php
Commit message (Expand)AuthorAgeFilesLines
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-11-121-0/+1
* maintenance: add transaction round wrapper methods to MaintenanceAaron Schulz2024-11-051-3/+2
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* cleanupSpam: Add import for DatabaseReedy2024-05-171-0/+1
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-2/+2
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* Merge "maintenance: Replace usages of deprecated WikiPage::doDeleteArticleReal"jenkins-bot2023-09-111-4/+2
|\
| * maintenance: Replace usages of deprecated WikiPage::doDeleteArticleRealDaimona Eaytoy2021-11-081-4/+2
* | maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-3/+2
* | Replace more usages of deprecated MWExceptionDaimona Eaytoy2023-06-081-1/+0
* | build: Cleanup of .phpcs.xmlUmherirrender2023-04-131-0/+1
* | Just another 80 or so PHPStorm inspection fixes (#4)Tim Starling2023-03-251-2/+2
* | Merge "Reorg: Move LinkFilter to ExternalLinks"jenkins-bot2023-03-031-0/+1
|\ \
| * | Reorg: Move LinkFilter to ExternalLinksAmir Sarabadani2023-03-011-0/+1
* | | Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
|/ /
* | Reorg: Move StubObject classes in includes to its own directoryAmir Sarabadani2022-10-251-0/+1
* | maintenance: Use SelectQueryBuilder to construct queriesDerick Alangi2022-07-191-12/+13
* | phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+2
* | rdbms: Remove usage of deprecated function Database::numRows()Amir Sarabadani2022-01-191-1/+1
|/
* Emit deprecation warnings reading from $wgUserDannyS7122021-09-151-2/+2
* Hard deprecate User group methodsvladshapik2021-07-231-1/+1
* Use WikiPage::doUserEditContent() instead of ::doEditContent()DannyS7122021-06-281-7/+6
* Remove some unneeded uses of full User objectsDannyS7122021-05-221-5/+6
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* cleanupSpam: pass a user when editing a pageDannyS7122020-12-141-5/+8
* Replace deprecated WikiPage::factory/newFromID in maintenance scriptsUmherirrender2020-11-121-4/+4
* cleanupSpam - reduce direct references to $wgUserDannyS7122020-09-151-1/+1
* maintenance scripts: Reduce direct references to $wgUserDannyS7122020-06-051-3/+4
* Replace uses and hard deprecate Revision::newFromTitleDannyS7122020-04-181-5/+12
* Maintenance: Change ::doDeleteArticle to WikiPage::doDeleteArticleRealDannyS7122020-03-251-4/+11
* Introduce ContentHandlerFactoryArtBaltai2020-02-071-1/+4
* phan: Disable enable_class_alias_supportUmherirrender2019-09-151-1/+1
* 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