aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/namespaceDupes.php
Commit message (Expand)AuthorAgeFilesLines
* Various doc fixes about false and null on method arguments/return typesUmherirrender2022-11-031-1/+1
* maintenance: Use $this->waitForReplication()Amir Sarabadani2022-10-241-2/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* SQLPlatform: Introduce buildComparison()Bartosz Dziewoński2022-09-101-7/+6
* maintenance: Add support for links migration to namespaceDupes.phpAmir Sarabadani2022-08-091-18/+48
* Use WikiPageFactory to instance WikiPage in namespaceDupes.phpUmherirrender2022-06-251-1/+1
* Use MainConfigNames instead of string literals, #5Aryeh Gregor2022-04-271-1/+2
* phan: Remove PhanPossiblyUndeclaredVariable suppressionUmherirrender2022-03-301-0/+2
* phan: Disable scalar_implicit_cast settingUmherirrender2022-03-181-1/+1
* Move LinksUpdate and LinksDeletionUpdate into the new namespaceTim Starling2022-01-041-0/+1
* Remove some more comments that literally repeat the codeThiemo Kreuz2021-12-091-1/+1
* namespaceDupes.php: Handle invalid titlesGergő Tisza2021-10-161-29/+44
* Change 'fromdbmaster' to WikiPage::READ_LATESTUmherirrender2021-09-261-1/+1
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-4/+4
* maintenance: Mark some closures as staticReedy2021-02-071-1/+1
* Make use of array deconstruction directly in foreach, if possibleThiemo Kreuz2020-11-121-2/+1
* Make use of native array_column() function where possibleThiemo Kreuz2020-11-111-9/+2
* 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