DatabaseInstaller::getGlobalDefaults: Return all needed globals
authorumherirrender <umherirrender_de.wp@web.de>
Sun, 11 Jan 2015 18:30:43 +0000 (19:30 +0100)
committerLegoktm <legoktm.wikipedia@gmail.com>
Sun, 22 Feb 2015 00:17:14 +0000 (00:17 +0000)
commit583764482a0a8d2b7a191a541495d14c24880eaf
tree9f618bbfe7e9b483a498500aa0178c868529b26c
parent0be527177fea38f9773cd05e8b3e2c53fc3c2456
DatabaseInstaller::getGlobalDefaults: Return all needed globals

Since Id364306d883e0d494b948854e05f3f79ba7dd6d2 the text boxes on the
gui installer were not preloaded with the default values from
DefaultSettings.php.

Changed this by return all needed globals (defined by getGlobalNames)
from DatabaseInstaller::getGlobalDefaults(). This injects the as default
value in function getVar and than gets used, when no value is set.

Bug: T71281
Change-Id: I8217b25e903e40ec82be3d700381ff7aea3b481f
includes/installer/DatabaseInstaller.php
includes/installer/MssqlInstaller.php
includes/installer/MysqlInstaller.php
includes/installer/PostgresInstaller.php
includes/installer/SqliteInstaller.php