aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/namespaceDupes.php
Commit message (Expand)AuthorAgeFilesLines
* Replace wfWaitForSlaves() with LBFactory::waitForReplication()Reedy2020-05-021-2/+4
* namespaceDupes.php: Delete links if they still exist after UPDATEReedy2020-05-011-16/+82
* Hard deprecate Revision::newFromPageIdPetr Pchelko2020-03-181-2/+5
* languages: Move default $wgNamespaceAliases to MessagesEn.phpTimo Tijhof2020-03-141-3/+0
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* Improve param docsUmherirrender2019-11-281-3/+3
* Use Maintenance::getConfig in some maintenance scriptsUmherirrender2019-09-011-4/+3
* maintenance: Cleanup db code and bogus RevisionRecord constants in NamespaceD...Aaron Schulz2019-08-241-28/+28
* maintenance: Avoid usage of deprecated Revision::* constantsDerick Alangi2019-07-211-2/+7
* Type hint against IResultWrapper in maintenance classesUmherirrender2019-06-191-2/+2
* Mass conversion to NamespaceInfoAryeh Gregor2019-05-071-4/+11
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-12/+13
* Use PHP 7 '<=>' operator in 'sort()' callbacksBartosz DziewoƄski2018-05-301-11/+2
* Have class match filename in some maintenance scriptsKunal Mehta2018-05-231-2/+2
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Use short type bool/int in param documentationUmherirrender2017-08-201-3/+3
* Remove empty lines at begin of function, if, foreach, switchUmherirrender2017-07-011-1/+0
* Use IDatabase type hints in /maintenanceAaron Schulz2017-04-071-3/+4
* Move ResultWrapper subclasses to RdbmsAaron Schulz2017-03-031-1/+2
* Removed deprecated usages of Interwiki methods in coreYuriy Shnitkovskiy2017-01-101-1/+2
* Replace DatabaseBase => Database in more placesAaron Schulz2016-09-281-1/+1
* Replace DataUpdate::doUpdates() callers in maintenance/Aaron Schulz2016-09-011-2/+2
* Run LinksDeletionUpdate after commit() in namespaceDupes.phpAaron Schulz2016-08-221-3/+4
* Namespace LinkTarget under MediaWiki\LinkerKunal Mehta2016-04-211-0/+2
* Many more function case mismatchesReedy2016-03-191-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-40/+40
* Use LinkTarget in some namespaceDupes methodsaddshore2016-02-031-12/+12
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Update wfGetDB calls in Maintenance scripts to use getDB()Reedy2016-01-021-1/+1
* Make maintenance scripts use beginTransaction/commitTransactionAaron Schulz2015-12-311-2/+3
* namespaceDupes: Ignore duplicate key errors in link table updatesRoan Kattouw2015-11-181-1/+2
* Change some line comments to multi line commentsumherirrender2015-10-141-24/+25
* In namespaceDupes.php, fix link tablesTim Starling2015-09-071-23/+167
* Improve namespaceDupes.phpTim Starling2015-02-131-135/+255
* Merge "Output number of conflicts"Legoktm2015-01-241-1/+11
|\
| * Output number of conflictsSam Reed2015-01-241-1/+11
* | Fix stdClass typo in namespaceDupes.phpSam Reed2015-01-241-1/+1
|/
* Correct variable names in @param to match method declarationsumherirrender2014-08-131-2/+2
* Remove use of strencode() outside Database classesKevin Israel2014-06-021-25/+19
* Update formatting in maintenance/ (3/4)Siebrand Mazeland2014-04-231-2/+12
* Fixed some @params documentation (maintenance)umherirrender2014-04-171-19/+21
* Change URLs to mediawiki.org in comments to HTTPSLadsgroup2014-03-201-1/+1
* Remove $wgTitle from all maintenance scriptsChad Horohoe2014-03-121-3/+0
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-1/+1
* docs: Remove odd colons after @todoTimo Tijhof2013-05-151-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-1/+1
* Fixed some spacing in maintenance folderumherirrender2013-04-181-5/+5
* (bug 42269) namespaceDupes.php has to use the interwiki cacheumherirrender2012-12-201-3/+2
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Improve documentation of maintenance scripts.Alexandre Emsenhuber2012-07-251-1/+8