silverstripe-framework/dev/install
Andreas Piening 76dcb97a6f BUGFIX #5176 Javascript error in IE for the installer - use "this" instead of e.target which doesn't work (from r100866)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@108831 467b73ca-7a2a-4603-9d3b-597d59a354a9
2010-08-03 03:51:37 +00:00
..
config-form.html BUGFIX #5176 Javascript error in IE for the installer - use "this" instead of e.target which doesn't work (from r100866) 2010-08-03 03:51:37 +00:00
DatabaseAdapterRegistry.php ENHANCEMENT show all database systems we support, along with messages if the user cannot use them. Also allow 3rd parties to register their own database classes to appear in this list. (from r100696) 2010-05-25 04:24:14 +00:00
DatabaseConfigurationHelper.php API CHANGE Installer now uses a database configuration helper class which isolates the logic of checking the database away from the installer, this interface can be used by other databases like MSSQL and PostgreSQL. The installer now looks for a specific file inside each database module, provided it's configured in install.php MySQL is provided by default, as it lives in sapphire (from r98786) 2010-04-14 03:32:30 +00:00
install.css ENHANCEMENT show all database systems we support, along with messages if the user cannot use them. Also allow 3rd parties to register their own database classes to appear in this list. (from r100696) 2010-05-25 04:24:14 +00:00
MySQLDatabaseConfigurationHelper.php MINOR Fixed undefined variable $error in MySQLDatabaseConfigurationHelper (from r100550) 2010-05-25 04:17:35 +00:00
php5-required.html MINOR Changed silverstripe.com references to silverstripe.org 2009-11-06 03:35:07 +00:00