index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
maintenance
/
cleanupSpam.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
add `use MediaWiki\Maintenance\Maintenance` to some maintenance classes
Novem Linguae
2024-11-12
1
-0
/
+1
*
maintenance: add transaction round wrapper methods to Maintenance
Aaron Schulz
2024-11-05
1
-3
/
+2
*
Exclude boilerplate maintenance code from code coverage reports
Dreamy Jazz
2024-08-27
1
-0
/
+4
*
cleanupSpam: Add import for Database
Reedy
2024-05-17
1
-0
/
+1
*
maintenance: Introduce getReplicaDB() and getPrimaryDB()
Amir Sarabadani
2024-01-18
1
-2
/
+2
*
Namespace User under \MediaWiki\User
James D. Forrester
2023-09-19
1
-0
/
+1
*
Merge "maintenance: Replace usages of deprecated WikiPage::doDeleteArticleReal"
jenkins-bot
2023-09-11
1
-4
/
+2
|
\
|
*
maintenance: Replace usages of deprecated WikiPage::doDeleteArticleReal
Daimona Eaytoy
2021-11-08
1
-4
/
+2
*
|
maintenance: Begin using `Maintenance::getServiceContainer()`
Derick Alangi
2023-09-04
1
-3
/
+2
*
|
Replace more usages of deprecated MWException
Daimona Eaytoy
2023-06-08
1
-1
/
+0
*
|
build: Cleanup of .phpcs.xml
Umherirrender
2023-04-13
1
-0
/
+1
*
|
Just another 80 or so PHPStorm inspection fixes (#4)
Tim Starling
2023-03-25
1
-2
/
+2
*
|
Merge "Reorg: Move LinkFilter to ExternalLinks"
jenkins-bot
2023-03-03
1
-0
/
+1
|
\
\
|
*
|
Reorg: Move LinkFilter to ExternalLinks
Amir Sarabadani
2023-03-01
1
-0
/
+1
*
|
|
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
|
/
/
*
|
Reorg: Move StubObject classes in includes to its own directory
Amir Sarabadani
2022-10-25
1
-0
/
+1
*
|
maintenance: Use SelectQueryBuilder to construct queries
Derick Alangi
2022-07-19
1
-12
/
+13
*
|
phan: Disable null_casts_as_any_type setting
Umherirrender
2022-03-21
1
-0
/
+2
*
|
rdbms: Remove usage of deprecated function Database::numRows()
Amir Sarabadani
2022-01-19
1
-1
/
+1
|
/
*
Emit deprecation warnings reading from $wgUser
DannyS712
2021-09-15
1
-2
/
+2
*
Hard deprecate User group methods
vladshapik
2021-07-23
1
-1
/
+1
*
Use WikiPage::doUserEditContent() instead of ::doEditContent()
DannyS712
2021-06-28
1
-7
/
+6
*
Remove some unneeded uses of full User objects
DannyS712
2021-05-22
1
-5
/
+6
*
Replace uses of DB_MASTER with DB_PRIMARY
James D. Forrester
2021-04-29
1
-1
/
+1
*
cleanupSpam: pass a user when editing a page
DannyS712
2020-12-14
1
-5
/
+8
*
Replace deprecated WikiPage::factory/newFromID in maintenance scripts
Umherirrender
2020-11-12
1
-4
/
+4
*
cleanupSpam - reduce direct references to $wgUser
DannyS712
2020-09-15
1
-1
/
+1
*
maintenance scripts: Reduce direct references to $wgUser
DannyS712
2020-06-05
1
-3
/
+4
*
Replace uses and hard deprecate Revision::newFromTitle
DannyS712
2020-04-18
1
-5
/
+12
*
Maintenance: Change ::doDeleteArticle to WikiPage::doDeleteArticleReal
DannyS712
2020-03-25
1
-4
/
+11
*
Introduce ContentHandlerFactory
ArtBaltai
2020-02-07
1
-1
/
+4
*
phan: Disable enable_class_alias_support
Umherirrender
2019-09-15
1
-1
/
+1
*
Merge "Replace wfWiki() usage with WikiMap in some additional places"
jenkins-bot
2019-07-23
1
-4
/
+4
|
\
|
*
Replace wfWiki() usage with WikiMap in some additional places
Aaron Schulz
2019-07-04
1
-4
/
+4
*
|
maintenance: Avoid usage of deprecated Revision::* constants
Derick Alangi
2019-07-21
1
-3
/
+5
|
/
*
Fix order of @var parameter in PHP
Fomafix
2019-04-08
1
-2
/
+2
*
maintenance: Deprecate Maintenance::hasArg/getArg with no param
Thiemo Kreuz
2019-03-29
1
-1
/
+1
*
Use new externallinks.el_index_60 field
Brad Jorsch
2018-11-12
1
-8
/
+8
*
Make cleanupSpam.php query for http and https
Reedy
2018-06-03
1
-18
/
+46
*
Use ::class to resolve class names in maintenance scripts
Umherirrender
2018-01-23
1
-1
/
+1
*
Maintenance: add fatalError() method
Bryan Davis
2017-11-21
1
-2
/
+2
*
Update cleanupSpam.php to hide its activity from RecentChanges
MarcoAurelio
2017-09-29
1
-6
/
+6
*
Rename DB_SLAVE constant to DB_REPLICA
Aaron Schulz
2016-09-05
1
-2
/
+2
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-5
/
+5
*
Use addDescription() instead of accessing mDescription directly
Max Semenik
2016-01-30
1
-1
/
+1
*
Update wfGetDB calls in Maintenance scripts to use getDB()
Reedy
2016-01-02
1
-3
/
+3
*
Clean up transactions in maintenance scripts
Aaron Schulz
2015-12-30
1
-2
/
+2
*
User: Mostly remove password handling
Brad Jorsch
2015-10-13
1
-1
/
+1
*
Update formatting in maintenance/ (2/4)
Siebrand Mazeland
2014-04-23
1
-1
/
+3
*
Pass phpcs-strict on maintenance/ (7/8)
Siebrand Mazeland
2014-04-23
1
-5
/
+17
[next]