silverstripe-framework/dev/install
Damian Mooyman d8e9af8af8 API New Database abstraction layer. Ticket #7429
Database abstraction broken up into controller, connector, query builder, and schema manager, each independently configurable via YAML / Injector
Creation of new DBQueryGenerator for database specific generation of SQL
Support for parameterised queries, move of code base to use these over escaped conditions
Refactor of SQLQuery into separate query classes for each of INSERT UPDATE DELETE and SELECT
Support for PDO
Installation process upgraded to use new ORM
SS_DatabaseException created to handle database errors, maintaining details of raw sql and parameter details for user code designed interested in that data.
Renamed DB static methods to conform correctly to naming conventions (e.g. DB::getConn -> DB::get_conn)
3.2 upgrade docs
Performance Optimisation and simplification of code to use more concise API
API Ability for database adapters to register extensions to ConfigureFromEnv.php
2014-07-09 18:04:05 +12:00
..
css MINOR Install screen visual tweaks, more visible disabled state on install button, conditional version number (to avoid it showing without a version), referencing new theme in install screen, using new layout in install progress screen as well 2012-04-11 16:49:31 +02:00
images ENHANCEMENT:added logo to header on ss3 install page - plus compass regenerated icon sprites. 2012-04-05 11:18:11 +12:00
scss MINOR Install screen visual tweaks, more visible disabled state on install button, conditional version number (to avoid it showing without a version), referencing new theme in install screen, using new layout in install progress screen as well 2012-04-11 16:49:31 +02:00
config-form.html API New Database abstraction layer. Ticket #7429 2014-07-09 18:04:05 +12:00
config.rb ENHANCEMENT Installer styling, moving away from blackcandy 2012-04-11 22:51:10 +12:00
DatabaseAdapterRegistry.php API New Database abstraction layer. Ticket #7429 2014-07-09 18:04:05 +12:00
DatabaseConfigurationHelper.php API New Database abstraction layer. Ticket #7429 2014-07-09 18:04:05 +12:00
install.js ENHANCEMENT Installer styling, moving away from blackcandy 2012-04-11 22:51:10 +12:00
install.php Raised minimum PHP Veresion to 5.3.3 2013-10-23 11:10:42 +03:00
install.php5 API New Database abstraction layer. Ticket #7429 2014-07-09 18:04:05 +12:00
MySQLDatabaseConfigurationHelper.php API New Database abstraction layer. Ticket #7429 2014-07-09 18:04:05 +12:00
php5-required.html Raised minimum PHP Veresion to 5.3.3 2013-10-23 11:10:42 +03:00