* (bug 14047) Fix regression in installer which hid DB-specific options.
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 8 May 2008 20:04:45 +0000 (20:04 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 8 May 2008 20:04:45 +0000 (20:04 +0000)
commit1c5386916ef082bb88d40948df38c023f12f8a23
tree34d6fd05aba200f231ccfa653d2ad01c96d55634
parentc3193cbcd00e6d817045d7d8d19b67dae0620b08
* (bug 14047) Fix regression in installer which hid DB-specific options.
  Also makes SQLite path configurable in the installer.

$wgSQLiteDataDir wasn't being initialized in DefaultSettings.php, potentially open to register_globals attacks. Now initialized to '', which gets interpreted as default.

Now adding only the options for the relevant DB to the generated LocalSettings.php
RELEASE-NOTES
config/index.php
includes/DefaultSettings.php