aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/namespaceDupes.php
Commit message (Expand)AuthorAgeFilesLines
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-12-041-0/+1
* maintenance: add transaction round wrapper methods to MaintenanceAaron Schulz2024-11-051-10/+8
* Add namespace to IDBAccessObject and DBAccessObjectUtilsJames D. Forrester2024-09-271-0/+1
* NamespaceDupes: check if page exists from primary databasePppery2024-09-121-1/+1
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* NamespaceDupes: treat Special and Media namespaces like interwikisPppery2024-07-111-2/+4
* maintenance: Check PageLinksSchemaMigrationStage in namespaceDupes.phpUmherirrender2024-05-291-6/+5
* Remove TemplateLinksSchemaMigrationStage configUmherirrender2024-05-151-1/+3
* Disable namespaceDupes againAmir Sarabadani2024-05-091-0/+5
* Merge "namespaceDupes: Fix fatals caused by READ_NEW and WRITE_BOTH"jenkins-bot2024-02-101-2/+2
|\
| * namespaceDupes: Fix fatals caused by READ_NEW and WRITE_BOTHAmir Sarabadani2024-02-081-2/+2
* | Update name & email for bvibberBrooke Vibber2024-02-081-1/+1
|/
* namespaceDupes: Reduce batchsize to 100 for link updateAlexander Vorwerk2024-01-311-1/+1
* maintenance: Acquire new linktarget in namespaceDupes.phpUmherirrender2024-01-251-1/+15
* Remove more indirect calls to IDBAccessObject::READ_* constantsAmir Sarabadani2024-01-231-1/+1
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-4/+4
* Merge "rdbms: Change docs for IDatabase::affectedRows on UPDATE IGNORE"jenkins-bot2023-12-041-7/+5
|\
| * rdbms: Change docs for IDatabase::affectedRows on UPDATE IGNOREUmherirrender2023-11-211-7/+5
* | Revert "Disable namespaceDupes.php for now"Zoranzoki212023-11-231-5/+0
* | Namespace remaining files under includes/deferredJames D. Forrester2023-11-221-0/+1
|/
* maintenance: Batch delete for key conflicts in namespaceDupes.phpUmherirrender2023-11-211-12/+17
* Merge "maintenance: Batch update for _from_namespace in namespaceDupes.php"jenkins-bot2023-11-201-9/+34
|\
| * maintenance: Batch update for _from_namespace in namespaceDupes.phpUmherirrender2023-11-181-9/+34
* | Merge "maintenance: Reduce delete attempts in namespaceDupes.php"jenkins-bot2023-11-201-7/+10
|\ \
| * | maintenance: Reduce delete attempts in namespaceDupes.phpUmherirrender2023-11-171-7/+10
| |/
* / maintenance: Batch update for rev_page in namespaceDupes.phpUmherirrender2023-11-181-4/+17
|/
* maintenance: Use QueryBuilder in namespaceDupes.phpUmherirrender2023-11-171-70/+56
* maintenance: Migrate $db->buildLike() to expression builderAmir Sarabadani2023-11-061-2/+4
* Disable namespaceDupes.php for nowTyler Cipriani2023-11-021-0/+5
* Remove allowances for nullable `rd_interwiki` and `rd_fragment`Bartosz Dziewoński2023-10-031-2/+0
* maintenance: Migrate another batch to SelectQueryBuilderAmir Sarabadani2023-09-211-10/+6
* Namespace TitleValue under \MediaWiki\TitleJames D. Forrester2023-09-181-0/+1
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-9/+8
* namespaceDupes: Remove extra addQuotes() callsTaavi Väänänen2023-03-271-2/+2
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* 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