silverstripe-framework/control
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
..
injector Merge remote-tracking branch 'origin/3' 2016-01-20 13:16:27 +13:00
ContentNegotiator.php Improved PHPDoc comments 2015-11-14 12:55:30 +13:00
Controller.php BUG Remove duplicate extension hook 2016-03-21 14:03:41 +13:00
Cookie_Backend.php remove trailing spaces in the codebase 2015-09-28 22:21:08 +13:00
Cookie.php Improved PHPDoc comments 2015-11-14 12:55:30 +13:00
CookieJar.php API: Move DBField subclasses into SilverStripe\Model\FieldType namespace 2016-03-22 18:09:30 +13:00
Director.php API Massive refactor of Versioned 2016-03-17 13:43:53 +13:00
FlushRequestFilter.php Improved PHPDoc comments 2015-11-14 12:55:30 +13:00
HTTP.php Merge remote-tracking branch 'origin/3' 2016-01-20 13:16:27 +13:00
HTTPRequest.php Merge remote-tracking branch 'origin/3' 2016-02-25 14:51:59 +13:00
HTTPResponse.php Extra semi-colon and double quotes 2016-03-07 17:59:18 +11:00
NullHTTPRequest.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
PjaxResponseNegotiator.php Merge pull request #4656 from spekulatius/fixing-phpdoc-blocks 2015-10-07 16:00:24 +13:00
RequestFilter.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
RequestHandler.php BUG Remove duplicate extension hook 2016-03-21 14:03:41 +13:00
RequestProcessor.php NEW Provide a consistent way of triggering flush 2014-08-22 09:24:27 +12:00
Session.php adding a space before casting into a different type 2015-09-28 22:21:02 +13:00
VersionedRequestFilter.php BUG Workaround for issues in testing version 2015-12-22 17:47:53 +13:00