silverstripe-framework/src/ORM/FieldType
Sam Minnee bd5a815909 FIX: Make all enums non-destructive, not just ClassName
This change also renders a portion of DBSchemaManager irrelevant, that
destructively “fixes” old values. This is in keeping with the
non-destructive principle of dev/build, and some suggestions to move
away from enum fields altogether.

Fixes https://github.com/silverstripe/silverstripe-framework/issues/1387
2018-11-10 12:10:25 +13:00
..
DBBigint.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
DBBoolean.php API Remove Object class 2017-05-23 13:50:35 +12:00
DBClassName.php FIX: Make all enums non-destructive, not just ClassName 2018-11-10 12:10:25 +13:00
DBComposite.php FIX: Update “original” DataObject data to be the content of the last write 2018-11-05 23:09:24 +13:00
DBCurrency.php Change DBCurrency scaffolded form field to CurrencyField (fixes #8246) 2018-07-09 10:57:01 +12:00
DBDate.php API Remove @internal from new 4.2 methods 2018-06-15 13:14:42 +12:00
DBDatetime.php FIX: Drop seconds from DBDatetime::Nice() to restore SS3 behaviour. 2018-10-04 14:51:24 +13:00
DBDecimal.php BUG Fix decimal scaffolding 2017-10-10 10:13:26 +13:00
DBDouble.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
DBEnum.php FIX: Make all enums non-destructive, not just ClassName 2018-11-10 12:10:25 +13:00
DBField.php FIX Replace usage of Convert JSON methods with json_encode 2018-10-28 21:15:29 +00:00
DBFloat.php API Substitute Zend_Currency with NumberFormatter based solution 2017-02-09 15:28:59 +13:00
DBForeignKey.php ENHANCEMENT Make dropdownFieldThreshold configurable on DBForeignKey (#7789) 2018-02-13 10:32:55 +13:00
DBHTMLText.php Fixing string concat CS issues 2018-01-16 18:39:30 +00:00
DBHTMLVarchar.php ENHANCEMENT Ensure DBVarchar scaffolds text field with TextField with appropriate max length 2017-10-26 16:21:51 +13:00
DBIndexable.php DBIndexable::getIndexSpecs is responsible for returning a DBFields full indexable spec 2017-07-18 15:03:56 +12:00
DBInt.php API Substitute Zend_Currency with NumberFormatter based solution 2017-02-09 15:28:59 +13:00
DBLocale.php API Substitute Zend_Currency with NumberFormatter based solution 2017-02-09 15:28:59 +13:00
DBMoney.php API Substitute Zend_Currency with NumberFormatter based solution 2017-02-09 15:28:59 +13:00
DBMultiEnum.php Fix for "too few parameters" error when using DBMultiEnum 2018-03-28 16:42:12 +02:00
DBPercentage.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
DBPolymorphicForeignKey.php NEW Allow index type to be configured per DBField instance 2017-07-17 14:36:47 +12:00
DBPrimaryKey.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00
DBString.php NEW Ensure polymorphic has_one fields are indexed 2017-07-17 14:36:29 +12:00
DBText.php Fix "mb_stripos(): Empty delimiter" warning when no search-keywords are given for DBText::ContextSummary. 2018-03-01 11:39:30 +01:00
DBTime.php Separate out the log-out handling. 2017-06-07 21:11:58 +12:00
DBVarchar.php ENHANCEMENT Ensure DBVarchar scaffolds text field with TextField with appropriate max length 2017-10-26 16:21:51 +13:00
DBYear.php PSR2: Whitespace-only changes 2016-11-29 12:31:16 +13:00