silverstripe-framework/model/fieldtypes
Sam Minnee 083799ec03 FIX: Minimal data-model changes to support PHP7.
The tidiest fix for this will be to update the namespace/naming of all
field types to follow this pattern. I’ve broken out the minimum
necessary to support PHP7 as its own commit, in case anyone needs to
backport that (e.g. if someone wanted to patch a SS 3 system to get
PHP7 support).

Rather than introduce a new API for fieldtype namespace simplification,
I’ve just used Injector. We may come up with a new configuration tool
that is better, but this has the advantage of existing now, and as such
I think is a good first step.
2016-03-22 17:39:08 +13:00
..
Boolean.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
CompositeDBField.php Cleanup trailing whitespace 2016-03-09 10:20:31 +13:00
Currency.php API Refactor CompositeDBField into an abstract class 2015-09-22 10:28:07 +12:00
Date.php Merge remote-tracking branch 'origin/3' 2016-01-20 13:16:27 +13:00
Datetime.php API Massive refactor of Versioned 2016-03-17 13:43:53 +13:00
DBClassName.php Resolve merge regressions 2016-02-25 16:25:58 +13:00
DBField.php Merge remote-tracking branch 'origin/3' 2016-02-25 14:51:59 +13:00
DBLocale.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
Decimal.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
Double.php FIX: Minimal data-model changes to support PHP7. 2016-03-22 17:39:08 +13:00
Enum.php Merge remote-tracking branch 'origin/3' 2016-02-25 14:51:59 +13:00
Float.php FIX: Minimal data-model changes to support PHP7. 2016-03-22 17:39:08 +13:00
ForeignKey.php FIX: Minimal data-model changes to support PHP7. 2016-03-22 17:39:08 +13:00
HTMLText.php Merge remote-tracking branch 'origin/3.1' 2014-11-18 12:45:54 +13:00
HTMLVarchar.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
Int.php FIX: Minimal data-model changes to support PHP7. 2016-03-22 17:39:08 +13:00
Money.php API Refactor CompositeDBField into an abstract class 2015-09-22 10:28:07 +12:00
MultiEnum.php UPDATE: Add support for user defined charset and collation 2016-02-23 15:40:30 +00:00
Percentage.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00
PolymorphicForeignKey.php Cleanup trailing whitespace 2016-03-09 10:20:31 +13:00
PrimaryKey.php FIX: Minimal data-model changes to support PHP7. 2016-03-22 17:39:08 +13:00
StringField.php MINORE: Remove training whitespace. 2016-01-07 10:15:54 +13:00
Text.php UPDATE: Add support for user defined charset and collation 2016-02-23 15:40:30 +00:00
Time.php API Refactor CompositeDBField into an abstract class 2015-09-22 10:28:07 +12:00
Varchar.php UPDATE: Add support for user defined charset and collation 2016-02-23 15:40:30 +00:00
Year.php Remove all redundant whitespace 2014-08-19 09:17:15 +12:00