silverstripe-framework/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
..
Authenticator.php Merge remote-tracking branch 'origin/3.1' 2014-11-18 12:45:54 +13:00
BasicAuth.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
ChangePasswordForm.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
CMSMemberLoginForm.php Replaced obsolete mime types 2016-01-24 18:15:47 +13:00
CMSSecurity.php Implement RFC-7 JavaScript module loader 2016-01-26 11:39:20 +13:00
Group.php Merge remote-tracking branch 'origin/3' 2016-03-07 09:26:35 +13:00
GroupCsvBulkLoader.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
LoginAttempt.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
LoginForm.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
Member.php API: Move DBField subclasses into SilverStripe\Model\FieldType namespace 2016-03-22 18:09:30 +13:00
MemberAuthenticator.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
MemberCsvBulkLoader.php parse the string to be converted to group codes. 2015-12-02 10:01:25 +05:30
MemberLoginForm.php NEW Cross device "Remember Me" feature 2016-02-10 09:42:08 +13:00
MemberPassword.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
PasswordEncryptor.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
PasswordValidator.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
Permission.php Merge remote-tracking branch 'origin/3.3' into 3 2016-01-19 17:08:26 +13:00
PermissionCheckboxSetField.php API: Move DBField subclasses into SilverStripe\Model\FieldType namespace 2016-03-22 18:09:30 +13:00
PermissionFailureException.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
PermissionProvider.php FIX Remove instances of lines longer than 120c 2012-09-30 17:18:13 +13:00
PermissionRole.php API Formalise new additional arguments to DataObject::canCreate, DataExtension::augmentSQL, and DataObject::extendedCan 2015-06-09 11:31:34 +12:00
PermissionRoleCode.php API make DataObject::validate public 2015-06-17 15:51:30 +12:00
RandomGenerator.php Revert #3425 #3396 to restore deprecated functionality 2015-08-24 11:26:25 +12:00
RememberLoginHash.php Cleanup trailing whitespace 2016-03-09 10:20:31 +13:00
Security.php Merge remote-tracking branch 'origin/3' 2016-01-20 13:16:27 +13:00
SecurityToken.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00