silverstripe-framework/tests
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
..
api Use Controller::join_links() in RestfulService 2014-05-08 08:59:57 +01:00
assets FIX extra_requirements to accept non associative arrays. 2013-06-02 13:37:34 +12:00
behat Merge pull request #3207 from chillu/pulls/behat-gridfield 2014-06-17 13:43:33 +12:00
cache Make CacheTest sleep properly 2013-12-21 15:05:51 +13:00
control Merge remote-tracking branch 'origin/3.1' 2014-06-15 22:50:20 +12:00
core API New Database abstraction layer. Ticket #7429 2014-07-09 18:04:05 +12:00
dev API New Database abstraction layer. Ticket #7429 2014-07-09 18:04:05 +12:00
email Unit tests for Email 2013-10-09 11:51:29 +01:00
filesystem API New Database abstraction layer. Ticket #7429 2014-07-09 18:04:05 +12:00
forms API New Database abstraction layer. Ticket #7429 2014-07-09 18:04:05 +12:00
i18n Merge pull request #2841 from chillu/pulls/dateformat-simplified 2014-02-17 14:05:39 +13:00
injector BUG fix dependency injection stumbling over ViewableData's __isset 2014-06-12 10:08:59 +12:00
integration FIX We still need XML escaping on href attributes in HTML4Value 2013-04-18 09:13:24 +12:00
javascript Add codesniffer that ensures indentation is with tabs. 2012-12-12 17:33:31 +13:00
model API New Database abstraction layer. Ticket #7429 2014-07-09 18:04:05 +12:00
oembed FIX oembed to avoid mixed media issues 2013-10-17 17:06:40 +13:00
parsers API: Pass extra context information to shortcode handlers. 2013-10-09 15:05:17 +11:00
phpcs Add code-sniffs other than line length to scrutinizer 2013-05-23 10:39:01 +12:00
search FulltextSearchableTest doesn't clean up after itself. 2013-10-22 17:52:51 +13:00
security API New Database abstraction layer. Ticket #7429 2014-07-09 18:04:05 +12:00
tasks Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
templates FEATURE: <% include %> inherits iterator scope of parent template 2013-07-07 12:39:42 +00:00
testing API Marked statics private, use Config API instead (#8317) 2013-03-24 17:20:53 +01:00
view Merge branch '3.1' 2014-03-30 19:39:18 +13:00
Bare.yml MINOR: Added small fixture YML that just lets you log in, for bootstrapping browser automation tests. 2011-02-02 14:17:57 +13:00
bootstrap.php Setting SapphireTest::is_running_test() in PHPUnit bootstrap 2013-01-09 23:31:10 +01:00
FakeController.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
MemoryLimitTest.php Method visibility according to coding conventions 2012-09-20 10:46:59 +02:00
phpcs_runner.php Only have Scrutinizer check PHP files 2013-08-21 21:02:12 +12:00
PhpSyntaxTest.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00