aboutsummaryrefslogtreecommitdiffstats
path: root/includes/installer/MysqlInstaller.php
Commit message (Expand)AuthorAgeFilesLines
* Unify installer connection handlingTim Starling2024-09-261-38/+40
* installer: Add missing documentation to class propertiesUmherirrender2024-09-071-0/+6
* rdbms: stop passing bogus $dbname values to DatabaseMySQL::open()Aaron Schulz2024-06-051-2/+2
* Split web-specific code out of DatabaseInstallerTim Starling2024-03-131-160/+11
* installer: Namespace remaining classesReedy2024-01-131-1/+3
* installer: Namespace more installer classesReedy2024-01-131-0/+1
* installer: Minor cleanupReedy2024-01-051-1/+1
* Redesign the installer with CodexAmir Sarabadani2023-12-131-3/+8
* Update references to renamed DatabaseMySQL classJames D. Forrester2023-11-011-1/+2
* Migrate another major batch to SelectQueryBuilderAmir Sarabadani2023-09-201-2/+5
* Reorg: Move Status to MediaWiki\Status\Amir Sarabadani2023-08-251-0/+1
* installer: Check MariaDB version in updater/installerUmherirrender2023-07-221-3/+16
* installer: Support SSL in the installermainframe982023-05-031-1/+8
* rdbms: Remove Database::attributesFromType and hard-deprecate ::factoryAmir Sarabadani2023-02-231-2/+3
* Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-161-0/+1
* rdbms: remove IDatabase::selectDB()Aaron Schulz2023-01-171-4/+3
* rdbms: Move Database::factory() to DatabaseFactory serviceKunal Mehta2022-08-311-1/+2
* installer: Require MySQL 5.7+ or MariaDB 10.3+, and distinguish in docsJames D. Forrester2022-05-151-1/+1
* Replace remaining usages of IDatabase::fetchObject()Alexander Vorwerk2022-01-191-1/+1
* Fix typos in comments (M)Siddharth VP2022-01-091-1/+1
* Use array_fill_keys() instead of array_flip() if that reflects the developer'...Tim Starling2021-06-151-1/+1
* Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUseJames D. Forrester2020-01-101-1/+1
* installer: Rename Doxygen group from "Deployment" to "Installer"Timo Tijhof2019-11-251-2/+2
* Unsuppress another phan issue (part 7)Daimona Eaytoy2019-09-031-0/+1
* installer: Stop offering MyISAM option for new installs and fix bogus method ...Aaron Schulz2019-07-201-41/+3
* Correct typo `notMinimumVerisonMessage'DannyS7122019-07-081-1/+1
* Fix typo of Minimum in variable nameReedy2019-05-261-1/+1
* Fix order of @var parameter in PHPFomafix2019-04-081-3/+3
* Use PHP 7 '??' operator instead of if-then-elseFomafix2018-10-211-5/+1
* Make MysqlInstaller check if DB exists in a cleaner wayAaron Schulz2018-08-241-2/+16
* Merge "installer: Don't allow setting $wgDBmysql5"jenkins-bot2018-06-011-6/+1
|\
| * installer: Don't allow setting $wgDBmysql5Kunal Mehta2018-06-011-6/+1
* | installer: Hide binary/utf-8 charset option from usersKunal Mehta2018-05-311-14/+0
|/
* Remove support for PHP extension 'mysql' (not mysqli!)Seb352018-01-171-1/+1
* Check minimum database server version when running update.phpKunal Mehta2017-10-021-7/+3
* Improve some parameter docsUmherirrender2017-09-101-0/+3
* Always put type information before variable name for @var tagsKunal Mehta2017-09-041-1/+1
* Bump minimum required MySQL Version to 5.5.8Reedy2017-07-151-1/+1
* Merge "Revert "Revert "Fix the web updater"""jenkins-bot2017-05-241-2/+12
|\
| * Revert "Revert "Fix the web updater""Paladox2017-05-241-2/+12
* | Merge "Revert "Fix the web updater""jenkins-bot2017-05-241-12/+2
|\|
| * Revert "Fix the web updater"Paladox2017-05-241-12/+2
* | Merge "installer: Replace bad calls to getText() on DBQueryError exceptions"jenkins-bot2017-05-241-2/+2
|\ \ | |/ |/|
| * installer: Replace bad calls to getText() on DBQueryError exceptionsmainframe982017-05-241-2/+2
* | Fix the web updaterPaladox2017-05-191-2/+12
|/
* Move DB errors to Rdbms namespaceAaron Schulz2017-04-151-0/+2
* Move Database and subclasses to Rdbms namespaceAaron Schulz2017-04-121-0/+2
* MysqlInstaller: Restore missing functionBartosz DziewoƄski2017-01-111-1/+14
* Replace DatabaseBase => Database in more placesAaron Schulz2016-09-281-3/+3
* Replace DatabaseBase:: with Database:: and update type hintsAaron Schulz2016-09-271-5/+5