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
*
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
*
Improve namespaceDupes.php
Tim Starling
2015-02-13
1
-135
/
+255
*
Merge "Output number of conflicts"
Legoktm
2015-01-24
1
-1
/
+11
|
\
|
*
Output number of conflicts
Sam Reed
2015-01-24
1
-1
/
+11
*
|
Fix stdClass typo in namespaceDupes.php
Sam Reed
2015-01-24
1
-1
/
+1
|
/
*
Correct variable names in @param to match method declarations
umherirrender
2014-08-13
1
-2
/
+2
*
Remove use of strencode() outside Database classes
Kevin Israel
2014-06-02
1
-25
/
+19
*
Update formatting in maintenance/ (3/4)
Siebrand Mazeland
2014-04-23
1
-2
/
+12
*
Fixed some @params documentation (maintenance)
umherirrender
2014-04-17
1
-19
/
+21
*
Change URLs to mediawiki.org in comments to HTTPS
Ladsgroup
2014-03-20
1
-1
/
+1
*
Remove $wgTitle from all maintenance scripts
Chad Horohoe
2014-03-12
1
-3
/
+0
*
phpcs: More require/include is not a function
Timo Tijhof
2013-05-21
1
-1
/
+1
*
docs: Remove odd colons after @todo
Timo Tijhof
2013-05-15
1
-1
/
+1
*
phpcs: Fix WhiteSpace.LanguageConstructSpacing warnings
Timo Tijhof
2013-05-09
1
-1
/
+1
*
Fixed some spacing in maintenance folder
umherirrender
2013-04-18
1
-5
/
+5
*
(bug 42269) namespaceDupes.php has to use the interwiki cache
umherirrender
2012-12-20
1
-3
/
+2
*
Use __DIR__ instead of dirname( __FILE__ )
jeroendedauw
2012-08-27
1
-1
/
+1
*
Improve documentation of maintenance scripts.
Alexandre Emsenhuber
2012-07-25
1
-1
/
+8
[next]