silverstripe-framework/tests/filesystem
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
..
fixtures/filefinder FEATURE: Added the SS_FileFinder class for finding files within a directory true that match a set of rules. 2011-03-24 20:14:42 +11:00
gdtest BUG GD::greyscale did not correctly preserve alpha component of images Added test cases to test greyscale operation across various image formats Replaced various magic numbers with IMAGETYPE_XXX definitions 2012-12-04 09:47:26 +01:00
FileFinderTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
FileNameFilterTest.php Set method visibility to public in FileNameFilterTest 2012-11-02 14:02:22 +13:00
FileTest.php Updating FileTest to use the correct shortcode format with commas 2013-06-01 11:25:10 +12:00
FileTest.yml ENHANCEMENT: remove dependencies between framework tests and cms module. 2012-06-20 16:28:06 +02:00
FolderTest.php API New Database abstraction layer. Ticket #7429 2014-07-09 18:04:05 +12:00
GDTest.php API New Database abstraction layer. Ticket #7429 2014-07-09 18:04:05 +12:00
UploadTest.php Delete formatted images after image upload 2014-04-08 14:33:44 +12:00
UploadTest.yml Added fixture for UploadTest so that it would create a database 2008-04-08 06:08:31 +00:00