index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
installer
/
MysqlInstaller.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unify installer connection handling
Tim Starling
2024-09-26
1
-38
/
+40
*
installer: Add missing documentation to class properties
Umherirrender
2024-09-07
1
-0
/
+6
*
rdbms: stop passing bogus $dbname values to DatabaseMySQL::open()
Aaron Schulz
2024-06-05
1
-2
/
+2
*
Split web-specific code out of DatabaseInstaller
Tim Starling
2024-03-13
1
-160
/
+11
*
installer: Namespace remaining classes
Reedy
2024-01-13
1
-1
/
+3
*
installer: Namespace more installer classes
Reedy
2024-01-13
1
-0
/
+1
*
installer: Minor cleanup
Reedy
2024-01-05
1
-1
/
+1
*
Redesign the installer with Codex
Amir Sarabadani
2023-12-13
1
-3
/
+8
*
Update references to renamed DatabaseMySQL class
James D. Forrester
2023-11-01
1
-1
/
+2
*
Migrate another major batch to SelectQueryBuilder
Amir Sarabadani
2023-09-20
1
-2
/
+5
*
Reorg: Move Status to MediaWiki\Status\
Amir Sarabadani
2023-08-25
1
-0
/
+1
*
installer: Check MariaDB version in updater/installer
Umherirrender
2023-07-22
1
-3
/
+16
*
installer: Support SSL in the installer
mainframe98
2023-05-03
1
-1
/
+8
*
rdbms: Remove Database::attributesFromType and hard-deprecate ::factory
Amir Sarabadani
2023-02-23
1
-2
/
+3
*
Reorg: Move HTML-related classes out of includes/ to Html/
Amir Sarabadani
2023-02-16
1
-0
/
+1
*
rdbms: remove IDatabase::selectDB()
Aaron Schulz
2023-01-17
1
-4
/
+3
*
rdbms: Move Database::factory() to DatabaseFactory service
Kunal Mehta
2022-08-31
1
-1
/
+2
*
installer: Require MySQL 5.7+ or MariaDB 10.3+, and distinguish in docs
James D. Forrester
2022-05-15
1
-1
/
+1
*
Replace remaining usages of IDatabase::fetchObject()
Alexander Vorwerk
2022-01-19
1
-1
/
+1
*
Fix typos in comments (M)
Siddharth VP
2022-01-09
1
-1
/
+1
*
Use array_fill_keys() instead of array_flip() if that reflects the developer'...
Tim Starling
2021-06-15
1
-1
/
+1
*
Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse
James D. Forrester
2020-01-10
1
-1
/
+1
*
installer: Rename Doxygen group from "Deployment" to "Installer"
Timo Tijhof
2019-11-25
1
-2
/
+2
*
Unsuppress another phan issue (part 7)
Daimona Eaytoy
2019-09-03
1
-0
/
+1
*
installer: Stop offering MyISAM option for new installs and fix bogus method ...
Aaron Schulz
2019-07-20
1
-41
/
+3
*
Correct typo `notMinimumVerisonMessage'
DannyS712
2019-07-08
1
-1
/
+1
*
Fix typo of Minimum in variable name
Reedy
2019-05-26
1
-1
/
+1
*
Fix order of @var parameter in PHP
Fomafix
2019-04-08
1
-3
/
+3
*
Use PHP 7 '??' operator instead of if-then-else
Fomafix
2018-10-21
1
-5
/
+1
*
Make MysqlInstaller check if DB exists in a cleaner way
Aaron Schulz
2018-08-24
1
-2
/
+16
*
Merge "installer: Don't allow setting $wgDBmysql5"
jenkins-bot
2018-06-01
1
-6
/
+1
|
\
|
*
installer: Don't allow setting $wgDBmysql5
Kunal Mehta
2018-06-01
1
-6
/
+1
*
|
installer: Hide binary/utf-8 charset option from users
Kunal Mehta
2018-05-31
1
-14
/
+0
|
/
*
Remove support for PHP extension 'mysql' (not mysqli!)
Seb35
2018-01-17
1
-1
/
+1
*
Check minimum database server version when running update.php
Kunal Mehta
2017-10-02
1
-7
/
+3
*
Improve some parameter docs
Umherirrender
2017-09-10
1
-0
/
+3
*
Always put type information before variable name for @var tags
Kunal Mehta
2017-09-04
1
-1
/
+1
*
Bump minimum required MySQL Version to 5.5.8
Reedy
2017-07-15
1
-1
/
+1
*
Merge "Revert "Revert "Fix the web updater"""
jenkins-bot
2017-05-24
1
-2
/
+12
|
\
|
*
Revert "Revert "Fix the web updater""
Paladox
2017-05-24
1
-2
/
+12
*
|
Merge "Revert "Fix the web updater""
jenkins-bot
2017-05-24
1
-12
/
+2
|
\
|
|
*
Revert "Fix the web updater"
Paladox
2017-05-24
1
-12
/
+2
*
|
Merge "installer: Replace bad calls to getText() on DBQueryError exceptions"
jenkins-bot
2017-05-24
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
installer: Replace bad calls to getText() on DBQueryError exceptions
mainframe98
2017-05-24
1
-2
/
+2
*
|
Fix the web updater
Paladox
2017-05-19
1
-2
/
+12
|
/
*
Move DB errors to Rdbms namespace
Aaron Schulz
2017-04-15
1
-0
/
+2
*
Move Database and subclasses to Rdbms namespace
Aaron Schulz
2017-04-12
1
-0
/
+2
*
MysqlInstaller: Restore missing function
Bartosz DziewoĆski
2017-01-11
1
-1
/
+14
*
Replace DatabaseBase => Database in more places
Aaron Schulz
2016-09-28
1
-3
/
+3
*
Replace DatabaseBase:: with Database:: and update type hints
Aaron Schulz
2016-09-27
1
-5
/
+5
[next]