silverstripe-framework/tests/model
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
..
testimages API Refactor of File / Folder to use DBFile 2015-10-13 11:57:39 +13:00
ArrayListTest.php API Standardise SS_List::map() implementation 2016-01-25 10:22:47 +13:00
ComponentSetTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
ComponentSetTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
DatabaseTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
DataDifferencerTest.php API Massive refactor of Versioned 2016-03-17 13:43:53 +13:00
DataDifferencerTest.yml API Refactor of File / Folder to use DBFile 2015-10-13 11:57:39 +13:00
DataExtensionTest.php API: Move DBField subclasses into SilverStripe\Model\FieldType namespace 2016-03-22 18:09:30 +13:00
DataExtensionTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
DataListTest.php API remove Object::useCustomClass 2016-02-17 10:22:04 +13:00
DataObjectDuplicationTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
DataObjectLazyLoadingTest.php API Massive refactor of Versioned 2016-03-17 13:43:53 +13:00
DataObjectSchemaGenerationTest.php API: Move DBField subclasses into SilverStripe\Model\FieldType namespace 2016-03-22 18:09:30 +13:00
DataObjectTest_Namespaced.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
DataObjectTest.php API: Move DBField subclasses into SilverStripe\Model\FieldType namespace 2016-03-22 18:09:30 +13:00
DataObjectTest.yml API Enable DataList::sort to support composite field names (similar to filter) 2015-12-01 09:35:33 +13:00
DataQueryTest.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
DataQueryTest.yml BUG Fix data query not always joining necessary tables 2014-05-06 12:22:46 +12:00
DBClassNameTest.php API: Move DBField subclasses into SilverStripe\Model\FieldType namespace 2016-03-22 18:09:30 +13:00
DBCompositeTest.php API: Move DBField subclasses into SilverStripe\Model\FieldType namespace 2016-03-22 18:09:30 +13:00
DBCurrencyTest.php API: Move DBField subclasses into SilverStripe\Model\FieldType namespace 2016-03-22 18:09:30 +13:00
DBDateTest.php API: Move DBField subclasses into SilverStripe\Model\FieldType namespace 2016-03-22 18:09:30 +13:00
DbDatetimeTest.php API: Move DBField subclasses into SilverStripe\Model\FieldType namespace 2016-03-22 18:09:30 +13:00
DbDatetimeTest.yml Merge remote-tracking branch 'origin/3' 2016-01-20 13:16:27 +13:00
DBFieldTest.php API: Move DBField subclasses into SilverStripe\Model\FieldType namespace 2016-03-22 18:09:30 +13:00
DBHTMLTextTest.php API: Move DBField subclasses into SilverStripe\Model\FieldType namespace 2016-03-22 18:09:30 +13:00
DBLocaleTest.php API: Move DBField subclasses into SilverStripe\Model\FieldType namespace 2016-03-22 18:09:30 +13:00
DBMoneyTest.php API: Move DBField subclasses into SilverStripe\Model\FieldType namespace 2016-03-22 18:09:30 +13:00
DBPercentageTest.php API: Move DBField subclasses into SilverStripe\Model\FieldType namespace 2016-03-22 18:09:30 +13:00
DBStringTest.php API: Move DBField subclasses into SilverStripe\Model\FieldType namespace 2016-03-22 18:09:30 +13:00
DBTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
DBTextTest.php API: Move DBField subclasses into SilverStripe\Model\FieldType namespace 2016-03-22 18:09:30 +13:00
DBYearTest.php API: Move DBField subclasses into SilverStripe\Model\FieldType namespace 2016-03-22 18:09:30 +13:00
DecimalTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
DecimalTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
GDImageTest.php Removed obsolete TestRunner->$skipTests flag 2016-02-23 22:29:58 +13:00
GroupedListTest.php Corrected TotalItems() method to use Count(). Added test coverage. (fixes #4646) 2015-11-04 00:20:45 +13:00
HasManyListTest.php API remove Object::useCustomClass 2016-02-17 10:22:04 +13:00
HierarchyTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
HierarchyTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
ImageTest.php API: Move DBField subclasses into SilverStripe\Model\FieldType namespace 2016-03-22 18:09:30 +13:00
ImageTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
ImagickImageTest.php Cleanup trailing whitespace 2016-03-09 10:20:31 +13:00
LabelFieldTest.php API: Move DBField subclasses into SilverStripe\Model\FieldType namespace 2016-03-22 18:09:30 +13:00
ManyManyListExtensionTest.php BUG edge case on many many extra fields (fixes 4991) 2016-02-04 12:47:07 +13:00
ManyManyListExtensionTest.yml BUG edge case on many many extra fields (fixes 4991) 2016-02-04 12:47:07 +13:00
ManyManyListTest.php API: Move DBField subclasses into SilverStripe\Model\FieldType namespace 2016-03-22 18:09:30 +13:00
MapTest.php API remove Object::useCustomClass 2016-02-17 10:22:04 +13:00
MoneyTest.yml Merge remote-tracking branch 'origin/3' 2016-01-20 13:16:27 +13:00
MySQLDatabaseTest.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
MySQLDatabaseTest.yml API Use mysql buffered statements 2015-05-08 13:23:53 +12:00
PaginatedListTest.php API remove Object::useCustomClass 2016-02-17 10:22:04 +13:00
PDODatabaseTest.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
PolymorphicHasManyListTest.php API remove Object::useCustomClass 2016-02-17 10:22:04 +13:00
SQLInsertTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
SQLSelectTest.php Cleanup trailing whitespace 2016-03-09 10:20:31 +13:00
SQLSelectTest.yml Merge remote-tracking branch 'origin/3' 2016-01-20 13:16:27 +13:00
SQLUpdateTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
SQLUpdateTest.yml API New Database abstraction layer. Ticket #7429 2014-07-09 18:04:05 +12:00
TransactionTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
UnsavedRelationListTest.php Merge remote-tracking branch 'origin/3.1' 2014-11-18 12:45:54 +13:00
UnsavedRelationListTest.yml NEW: Allows setting of has_many and many_many relations before writing 2012-11-28 09:37:08 +13:00
URLSegmentFilterTest.php Cleanup trailing whitespace 2016-03-09 10:20:31 +13:00
ValidationExceptionTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
VersionableExtensionsFixtures.yml Enhancement and fix for issue #3186 2016-02-23 14:53:52 -06:00
VersionableExtensionsTest.php Enhancement and fix for issue #3186 2016-02-23 14:53:52 -06:00
VersionedOwnershipTest.php API Massive refactor of Versioned 2016-03-17 13:43:53 +13:00
VersionedOwnershipTest.yml API Massive refactor of Versioned 2016-03-17 13:43:53 +13:00
VersionedTest.php API: Move DBField subclasses into SilverStripe\Model\FieldType namespace 2016-03-22 18:09:30 +13:00
VersionedTest.yml Merge remote-tracking branch 'origin/3.3' into 3 2016-01-25 15:57:37 +13:00