silverstripe-framework/_config
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
..
asset.yml API Asset Access Control implementation 2016-01-13 18:18:22 +13:00
config.yml Initial Form Field Schema implementation 2016-03-03 08:20:54 +13:00
cookie.yml Suggested improvements / test case fixes 2014-10-10 09:28:11 +13:00
database.yml FIX: Don’t reuse DBConnector (fixes #4735) 2015-11-11 16:57:49 +13:00
dev.yml API Removed custom dev/tests/ execution 2016-02-23 20:19:35 +13:00
encryptors.yml MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
html.yml API Update TinyMCE to 4.x 2016-02-23 10:10:02 +13:00
i18n.yml BUG Fix of multiple i18nTextCollector issues: #3797, #3798, #3417 2015-07-09 10:45:08 +12:00
logging.yml API CHANGE: Shift to Monolog for error reporting and logging 2015-08-28 16:06:41 +12:00
mimetypes.yml MINOR: Rename & tweak some existing config files to better reflect meaning of various names 2012-05-19 14:37:32 +12:00
model.yml API: Move DBField subclasses into SilverStripe\Model\FieldType namespace 2016-03-22 18:09:30 +13:00
Oembed.yml Merge remote-tracking branch 'origin/3' 2016-01-20 13:16:27 +13:00
requestprocessors.yml NEW Provide a consistent way of triggering flush 2014-08-22 09:24:27 +12:00
routes.yml BUG Add missing CMSSecurity route 2015-10-30 15:31:54 +13:00
versioning.yml API File has Versioned extension 2016-02-23 13:46:28 +13:00