silverstripe-framework/tests/security
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
..
BasicAuthTest.php Merge remote-tracking branch 'origin/3.1' into 3.2 2015-06-19 10:48:07 +12:00
BasicAuthTest.yml BUG Fix BasicAuth not resetting failed login counts on authentication 2014-10-24 14:19:12 +13:00
GroupCsvBulkLoaderTest_withExisting.csv MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
GroupCsvBulkLoaderTest.csv MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
GroupCsvBulkLoaderTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
GroupCsvBulkLoaderTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
GroupTest.php BUG Guard against users being added to all groups on unsaved Group. 2015-12-11 14:51:51 +13:00
GroupTest.yml BUGFIX Nested Group records should be removed, along with the parent. 2012-03-28 22:49:58 +13:00
MemberAuthenticatorTest.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
MemberCsvBulkLoaderTest_cleartextpws.csv MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
MemberCsvBulkLoaderTest_withGroups.csv MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
MemberCsvBulkLoaderTest.csv MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
MemberCsvBulkLoaderTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
MemberCsvBulkLoaderTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
MemberTest.php Cleanup trailing whitespace 2016-03-09 10:20:31 +13:00
MemberTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
PasswordEncryptorTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
PasswordValidatorTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
PermissionCheckboxSetFieldTest.php Replace core uses of DataObject::has_one/has_many/many_many 2015-03-13 16:16:12 +00:00
PermissionCheckboxSetFieldTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
PermissionRoleTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
PermissionRoleTest.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
PermissionTest.php Merge remote-tracking branch 'origin/3.3' into 3 2016-01-19 17:08:26 +13:00
PermissionTest.yml FIX Members can access their own profiles in CMS 2015-08-26 15:47:51 +01:00
RandomGeneratorTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
SecurityDefaultAdminTest.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
SecurityTest.php API: Move DBField subclasses into SilverStripe\Model\FieldType namespace 2016-03-22 18:09:30 +13:00
SecurityTokenTest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00