silverstripe-framework/tests/dev
Sam Minnee aeccb8b8e0 API: Move DBField subclasses into SilverStripe\Model\FieldType namespace
API: Deprecate SS_Datetime.

The DBField subclasses are have all been renamed to start with “DB” and
be in the SilverStripe\Model\FieldType namespace. To keep DataObject
definitions concise, the original short variations of their names are
preserved as service definitions. Most of the field generation code
doesn’t need to change, but where field classes are referenced directly,
changes will be needed.

SS_Datetime, which is commonly referenced outside the model system
itself, has been preserved as a subclass of DBDatetime. This has been
marked as deprecated and can be removed in SilverStripe 5.

A few places that referred to $db and $casting values weren’t using
the Injector to instantiate the relevant classes. This meant that the
remapping we have created as part of moving classes into a namespace
didn’t work.
2016-03-22 18:09:30 +13:00
..
BacktraceTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
CsvBulkLoaderTest_LargeListOfPlayers.csv MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
CsvBulkLoaderTest_Players.csv MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
CsvBulkLoaderTest_PlayersWithCustomHeaderAndRelation.csv MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
CsvBulkLoaderTest_PlayersWithHeader.csv MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
CsvBulkLoaderTest_PlayersWithId.csv MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
CsvBulkLoaderTest_PlayersWithIdUpdated.csv MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
CsvBulkLoaderTest.php API: Move DBField subclasses into SilverStripe\Model\FieldType namespace 2016-03-22 18:09:30 +13:00
CsvBulkLoaderTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
CSVParserTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
DeprecationTest.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
DevAdminControllerTest.php Nest and unnest Config and Controller for each test and test suite 2015-06-11 16:37:25 +01:00
FixtureBlueprintTest.php API: Move DBField subclasses into SilverStripe\Model\FieldType namespace 2016-03-22 18:09:30 +13:00
FixtureFactoryTest.php Refactor DataObject has_one/has_many/many_many methods 2015-03-13 15:15:23 +00:00
MySQLDatabaseConfigurationHelperTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
TaskRunnerTest.php Allow abstract BuildTask subclasses (closes #4538) 2015-08-25 10:14:15 +01:00