aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/update.php
Commit message (Expand)AuthorAgeFilesLines
* maintenance: Use type declaration on undocumented private functionsUmherirrender2025-03-311-1/+1
* add `use MediaWiki\Maintenance\Maintenance` to some maintenance classesNovem Linguae2024-12-051-0/+2
* Move update-keys.sql to a PHP arrayTim Starling2024-09-131-0/+5
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* installer: Support MW_SKIP_EXTERNAL_DEPENDENCIES in update.phpTimo Tijhof2024-08-261-1/+1
* Maintenance: Print errors from StatusValue objects in a consistent wayBartosz Dziewoński2024-06-121-2/+1
* Use StatusValue::getMessages() instead of deprecated methodsBartosz Dziewoński2024-05-181-3/+2
* Drop 1.35 db updatesAlexander Vorwerk2024-05-031-2/+2
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* Fix casing of Mediawiki to MediaWikiReedy2024-01-291-1/+1
* maintenance: Replace unnecessary uses of LBFactory and LoadBalancerBartosz Dziewoński2024-01-231-1/+1
* maintenance: Introduce getReplicaDB() and getPrimaryDB()Amir Sarabadani2024-01-181-1/+1
* installer: Namespace remaining classesReedy2024-01-131-0/+2
* installer: Namespace more installer classesReedy2024-01-131-0/+1
* Ensure that installer i18n is loaded by update.phpBrian Wolff2023-09-211-4/+8
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-3/+2
* installer: Check MariaDB version in updater/installerUmherirrender2023-07-221-1/+1
* Merge "Replace substr with cleaner string methods"jenkins-bot2023-06-061-1/+1
|\
| * Replace substr with cleaner string methodsMatěj Suchánek2023-05-201-1/+1
* | Installer: Remove PCRE minimum version and Unicode support checksKevin Israel2023-05-201-22/+0
|/
* Reorg: Migrate WikiMap to WikiMap/ out of includesAmir Sarabadani2023-02-271-0/+1
* Merge "Replace usages of MWException"jenkins-bot2023-02-211-2/+0
|\
| * Replace usages of MWExceptionDaimona Eaytoy2023-01-291-2/+0
* | Drop 1.34 db updatesAlexander Vorwerk2023-02-091-4/+4
|/
* Fix casing of class and function name usagesReedy2022-12-041-1/+1
* Settings: Introduce SettingsBuilder::getInstance to avoid $wgSettingsdaniel2022-11-171-6/+7
* Settings: add support for obsolete configdaniel2022-10-141-0/+5
* Drop 1.32 and 1.33 db updatesAmir Sarabadani2022-09-261-4/+4
* Drop 1.31 db updatesAmir Sarabadani2022-09-261-3/+3
* SettingsBuilder: report warningsdaniel2022-07-151-0/+48
* Bump minimum required version for upgrade to 1.31Alexander Vorwerk2022-03-151-4/+4
* update.php: Avoid passing null to substrAmmarpad2022-01-211-1/+1
* Bump minimum required version for upgrade to 1.29Amir Sarabadani2021-09-281-4/+4
* Remove trailing dot/space from some exception messages and output stringsTimo Tijhof2021-08-041-1/+1
* Replace uses of DB_MASTER with DB_PRIMARYJames D. Forrester2021-04-291-1/+1
* Merge "Fail update if bot_passwords doesn't exist"jenkins-bot2021-01-301-0/+11
|\
| * Fail update if bot_passwords doesn't existAmir Sarabadani2021-01-301-0/+11
* | update.php: Purge database caches unconditionally after upgradeAmmarpad2021-01-201-4/+2
* | Safer autoloading with respect to file-scope codeTim Starling2021-01-111-0/+2
|/
* Revert "Add a new type of database to the installer from extension"Kunal Mehta2020-07-221-4/+2
* Add a new type of database to the installer from extensionArtBaltai2020-06-261-2/+4
* Hooks::run() call site migrationTim Starling2020-05-301-2/+1
* Fix various MediaWiki.WhiteSpace.SpaceBeforeSingleLineComment.NewLineCommentReedy2020-05-211-1/+3
* Replace wfWaitForSlaves() with LBFactory::waitForReplication()Reedy2020-05-021-1/+1
* Remove check for vulnerable PHPUnit versionDaimona Eaytoy2020-03-081-18/+0
* Update all use of $wgVersion to MW_VERSIONTimo Tijhof2020-02-251-2/+2
* Set method visibility on maintenance scriptsUmherirrender2019-11-161-2/+2
* Remove PhpXmlBugTesterMax Semenik2019-10-311-9/+0
* Remove Language::factory and getParentLanguage useAryeh Gregor2019-10-271-1/+2
* Fix new phan errors, part 9Daimona Eaytoy2019-10-221-0/+1