wiki.techinc.nl/includes/installer
2010-12-05 20:13:35 +00:00
..
CliInstaller.php Added --env-checks parameter to install.php that checks for prerequisites instead of installing 2010-11-16 18:13:35 +00:00
CoreInstaller.php random w/s cleanup 2010-12-01 20:22:45 +00:00
DatabaseInstaller.php More reversion of r77297, 1 of 2 commits to keep it readable in CR (hopefully) 2010-11-25 22:24:11 +00:00
DatabaseUpdater.php Quick fix: @fixme doesn't exist on doxygen ;) 2010-11-10 14:41:46 +00:00
Installer.i18n.php Localisation updates for core and extension messages from translatewiki.net (2010-12-05 19:53:00 UTC) 2010-12-05 20:13:35 +00:00
Installer.php Environment checks don't need to be public 2010-11-16 15:50:32 +00:00
LocalSettingsGenerator.php * In CoreInstaller, fixed notice when extensions are present, due to incorrect format of extensions callback entry 2010-11-19 01:31:16 +00:00
MysqlInstaller.php More reversion of r77297, 1 of 2 commits to keep it readable in CR (hopefully) 2010-11-25 22:24:11 +00:00
MysqlUpdater.php More reversion of r77297, 1 of 2 commits to keep it readable in CR (hopefully) 2010-11-25 22:24:11 +00:00
OracleInstaller.php Document a bit what's going on and get rid of a warning. 2010-11-30 18:24:02 +00:00
OracleUpdater.php * installers skips recreation of existing user 2010-10-27 14:52:18 +00:00
PhpBugTests.php Trying to kill install-utils.inc/old install crap: 2010-11-06 22:16:19 +00:00
PostgresInstaller.php Followup to r77713, rename quote_ident to addIdentifierQuotes to follow naming conventions better. While I'm at it adding a missing addIdentifierQuotes implementation for Ibm_db2. 2010-12-04 15:14:08 +00:00
PostgresUpdater.php * Commit changes to PG new-installer I thought I had done last week. 2010-12-01 20:15:45 +00:00
SqliteInstaller.php * Added tipsy library 2010-11-01 21:17:15 +00:00
SqliteUpdater.php wfOut() -> $this->output(). More useful in the long run. No functional changes. 2010-10-01 15:11:06 +00:00
WebInstaller.php * Swapping enableForOther locked input-field from disabled to readonly. No need to block users from selecting the text inside, only block editing it field. 2010-11-23 00:40:45 +00:00
WebInstallerOutput.php Fix for r76480: !$css was never true, since it always contained \n. This way also lets us at least show one file if the other is inaccessible for less breakage. 2010-12-03 13:46:21 +00:00
WebInstallerPage.php * Swapping enableForOther locked input-field from disabled to readonly. No need to block users from selecting the text inside, only block editing it field. 2010-11-23 00:40:45 +00:00