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
/
namespaceDupes.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Various doc fixes about false and null on method arguments/return types
Umherirrender
2022-11-03
1
-1
/
+1
*
maintenance: Use $this->waitForReplication()
Amir Sarabadani
2022-10-24
1
-2
/
+1
*
Use short array destructuring instead of list()
Tim Starling
2022-10-21
1
-1
/
+1
*
SQLPlatform: Introduce buildComparison()
Bartosz Dziewoński
2022-09-10
1
-7
/
+6
*
maintenance: Add support for links migration to namespaceDupes.php
Amir Sarabadani
2022-08-09
1
-18
/
+48
*
Use WikiPageFactory to instance WikiPage in namespaceDupes.php
Umherirrender
2022-06-25
1
-1
/
+1
*
Use MainConfigNames instead of string literals, #5
Aryeh Gregor
2022-04-27
1
-1
/
+2
*
phan: Remove PhanPossiblyUndeclaredVariable suppression
Umherirrender
2022-03-30
1
-0
/
+2
*
phan: Disable scalar_implicit_cast setting
Umherirrender
2022-03-18
1
-1
/
+1
*
Move LinksUpdate and LinksDeletionUpdate into the new namespace
Tim Starling
2022-01-04
1
-0
/
+1
*
Remove some more comments that literally repeat the code
Thiemo Kreuz
2021-12-09
1
-1
/
+1
*
namespaceDupes.php: Handle invalid titles
Gergő Tisza
2021-10-16
1
-29
/
+44
*
Change 'fromdbmaster' to WikiPage::READ_LATEST
Umherirrender
2021-09-26
1
-1
/
+1
*
Replace uses of DB_MASTER with DB_PRIMARY
James D. Forrester
2021-04-29
1
-4
/
+4
*
maintenance: Mark some closures as static
Reedy
2021-02-07
1
-1
/
+1
*
Make use of array deconstruction directly in foreach, if possible
Thiemo Kreuz
2020-11-12
1
-2
/
+1
*
Make use of native array_column() function where possible
Thiemo Kreuz
2020-11-11
1
-9
/
+2
*
Replace wfWaitForSlaves() with LBFactory::waitForReplication()
Reedy
2020-05-02
1
-2
/
+4
*
namespaceDupes.php: Delete links if they still exist after UPDATE
Reedy
2020-05-01
1
-16
/
+82
*
Hard deprecate Revision::newFromPageId
Petr Pchelko
2020-03-18
1
-2
/
+5
*
languages: Move default $wgNamespaceAliases to MessagesEn.php
Timo Tijhof
2020-03-14
1
-3
/
+0
*
Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse
James D. Forrester
2020-01-10
1
-1
/
+1
*
Improve param docs
Umherirrender
2019-11-28
1
-3
/
+3
*
Use Maintenance::getConfig in some maintenance scripts
Umherirrender
2019-09-01
1
-4
/
+3
*
maintenance: Cleanup db code and bogus RevisionRecord constants in NamespaceD...
Aaron Schulz
2019-08-24
1
-28
/
+28
*
maintenance: Avoid usage of deprecated Revision::* constants
Derick Alangi
2019-07-21
1
-2
/
+7
*
Type hint against IResultWrapper in maintenance classes
Umherirrender
2019-06-19
1
-2
/
+2
*
Mass conversion to NamespaceInfo
Aryeh Gregor
2019-05-07
1
-4
/
+11
*
Mass conversion of $wgContLang to service
Aryeh Gregor
2018-08-11
1
-12
/
+13
*
Use PHP 7 '<=>' operator in 'sort()' callbacks
Bartosz Dziewoński
2018-05-30
1
-11
/
+2
*
Have class match filename in some maintenance scripts
Kunal Mehta
2018-05-23
1
-2
/
+2
*
Use ::class to resolve class names in maintenance scripts
Umherirrender
2018-01-23
1
-1
/
+1
*
Use short type bool/int in param documentation
Umherirrender
2017-08-20
1
-3
/
+3
*
Remove empty lines at begin of function, if, foreach, switch
Umherirrender
2017-07-01
1
-1
/
+0
*
Use IDatabase type hints in /maintenance
Aaron Schulz
2017-04-07
1
-3
/
+4
*
Move ResultWrapper subclasses to Rdbms
Aaron Schulz
2017-03-03
1
-1
/
+2
*
Removed deprecated usages of Interwiki methods in core
Yuriy Shnitkovskiy
2017-01-10
1
-1
/
+2
*
Replace DatabaseBase => Database in more places
Aaron Schulz
2016-09-28
1
-1
/
+1
*
Replace DataUpdate::doUpdates() callers in maintenance/
Aaron Schulz
2016-09-01
1
-2
/
+2
*
Run LinksDeletionUpdate after commit() in namespaceDupes.php
Aaron Schulz
2016-08-22
1
-3
/
+4
*
Namespace LinkTarget under MediaWiki\Linker
Kunal Mehta
2016-04-21
1
-0
/
+2
*
Many more function case mismatches
Reedy
2016-03-19
1
-1
/
+1
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-40
/
+40
*
Use LinkTarget in some namespaceDupes methods
addshore
2016-02-03
1
-12
/
+12
*
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
-1
/
+1
*
Make maintenance scripts use beginTransaction/commitTransaction
Aaron Schulz
2015-12-31
1
-2
/
+3
*
namespaceDupes: Ignore duplicate key errors in link table updates
Roan Kattouw
2015-11-18
1
-1
/
+2
*
Change some line comments to multi line comments
umherirrender
2015-10-14
1
-24
/
+25
*
In namespaceDupes.php, fix link tables
Tim Starling
2015-09-07
1
-23
/
+167
[next]