aboutsummaryrefslogtreecommitdiffstats
path: root/includes/installer/DatabaseUpdater.php
Commit message (Expand)AuthorAgeFilesLines
* installer: Migrate web upgrade to the task frameworkTim Starling2025-02-271-49/+4
* ResourceLoader: Remove module_deps tableHannah Okwelum2025-02-131-8/+0
* Move SQL schema and schema changes to new sql/ top-level directoryDaimona Eaytoy2024-12-131-3/+4
* Merge "installer: Avoid empty handler for LoadExtensionSchemaUpdates"jenkins-bot2024-12-121-1/+2
|\
| * installer: Avoid empty handler for LoadExtensionSchemaUpdatesDaimona Eaytoy2024-12-111-1/+2
* | Merge "installer: Use MW_INSTALL_PATH constant in DatabaseUpdater"jenkins-bot2024-12-111-10/+6
|\ \ | |/ |/|
| * installer: Use MW_INSTALL_PATH constant in DatabaseUpdaterTimo Tijhof2024-11-191-10/+6
* | installer: Virtual domain and external store installationTim Starling2024-11-201-9/+25
|/
* installer: Add DatabaseUpdater methods to support GlobalBlockingTim Starling2024-11-151-21/+129
* [DatabaseUpdater] Don't interact with updatelog on virtual domainsDreamy Jazz2024-10-171-0/+12
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-2/+2
* Add namespace to maintenance/includes classesJames D. Forrester2024-10-091-2/+2
* Move update-keys.sql to a PHP arrayTim Starling2024-09-131-0/+34
* installer: Add missing documentation to class propertiesUmherirrender2024-09-071-0/+1
* Remove fixDefaultJsonContentPages.phpDreamy Jazz2024-08-261-2/+0
* Remove populatePPSortKey.phpDreamy Jazz2024-08-261-2/+0
* Remove populateBacklinkNamespace.phpDreamy Jazz2024-08-261-2/+0
* Remove addRFCandPMIDInterwiki.phpDreamy Jazz2024-08-261-2/+0
* Remove populateRevisionLength.phpDreamy Jazz2024-08-261-2/+0
* Remove populateFilearchiveSha1.phpDreamy Jazz2024-08-261-2/+0
* Remove populateImageSha1.phpDreamy Jazz2024-08-261-2/+0
* Remove populateIpChanges.phpDreamy Jazz2024-08-261-2/+0
* Remove populateRevisionSha1.phpDreamy Jazz2024-08-261-2/+0
* Add MediaWiki\Registration namespace to registration classesEbrahim Byagowi2024-08-101-1/+1
* Fix various version mention for class_aliasUmherirrender2024-07-051-1/+1
* DatabaseUpdater: Don't require script path in 'runMaintenance'Bartosz Dziewoński2024-06-181-4/+4
* Use virtual domain when running update maintenance scriptsAlexander Vorwerk2024-05-231-2/+5
* Run pagelinks migration for third parties tooAmir Sarabadani2024-04-271-0/+21
* Migrate to IDatabase::newDeleteQueryBuilderUmherirrender2024-04-121-2/+11
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-3/+1
* build: Upgrade mediawiki/mediawiki-phan-config from 0.13.0 to 0.14.0 manuallyJames D. Forrester2024-02-101-2/+1
* installer: Update the updatelog table on UpdateCollation runAmir Sarabadani2024-01-301-2/+5
* updateCollation: Fix output of spacing textReedy2024-01-301-1/+1
* Replace more instances of unchecked MWExceptionDaimona Eaytoy2024-01-231-6/+3
* updateCollation: Simplify and redo how batching worksAmir Sarabadani2024-01-221-8/+1
* installer: Namespace remaining classesReedy2024-01-131-2/+31
* installer: Namespace more installer classesReedy2024-01-131-0/+1
* Replace $wgCommandLineMode checks with MW_ENTRY_POINT in other placesBartosz Dziewoński2024-01-021-2/+1
* DatabaseUpdater: Minor cleanupReedy2024-01-011-52/+32
* Merge "Migrate remaining Database::insert calls to InsertQueryBuilder"jenkins-bot2023-12-221-1/+5
|\
| * Migrate remaining Database::insert calls to InsertQueryBuilderAmir Sarabadani2023-12-221-1/+5
* | installer: Add support for adding schema updates on virtual domainsAmir Sarabadani2023-12-211-2/+38
|/
* rdbms: Mark Database, DatabaseInstaller etc. as no longer stable to extendTim Starling2023-11-291-4/+0
* installer: Migrate to SQB in several placesAmir Sarabadani2023-11-161-7/+5
* Migrate another major batch to SelectQueryBuilderAmir Sarabadani2023-09-201-1/+5
* Schema: Drop old externallinks columns and indexesAmir Sarabadani2023-09-051-2/+0
* Migrate several more Database::select calls to SQBAmir Sarabadani2023-08-241-7/+6
* Reorg: Move SiteStats*.php to SiteStats/Amir Sarabadani2023-04-271-0/+1
* Drop 1.34 db updatesAlexander Vorwerk2023-02-091-0/+11
* Remove unused arguments to private functionsUmherirrender2023-02-081-2/+1