silverstripe-framework/model/fieldtypes
2012-04-12 12:08:22 +12:00
..
Boolean.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
CompositeDBField.php MINOR Fixed class documentation for CompositeDBField 2012-04-12 12:04:58 +12:00
Currency.php MINOR Fixes to method arguments in core classes for E_STRICT support. 2012-03-28 22:41:42 +13:00
Date.php MINOR Fixes to method arguments in core classes for E_STRICT support. 2012-03-28 22:41:42 +13:00
Datetime.php Merge pull request #273 from ajoneil/sapphire 2012-04-04 16:48:16 +02:00
DBField.php API CHANGE: DBField::hasValue() conflicts with ViewableData::hasValue(), use DBField::exists() instead. 2012-04-11 14:48:06 +12:00
DBLocale.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
Decimal.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
Double.php API CHANGE Rearranged files in sapphire to reflect core dependencies more accurately, and have the tests/ folder mirror its folder structure 2011-03-31 09:56:21 +13:00
Enum.php Using deprecated StringField::Upper() and StringField::Lower(). Calling $MyEnumField.Upper on the template returns an unresolvable deprecation error. 2012-04-03 15:58:17 -03:00
Float.php API CHANGE Rearranged files in sapphire to reflect core dependencies more accurately, and have the tests/ folder mirror its folder structure 2011-03-31 09:56:21 +13:00
ForeignKey.php BUGFIX Don't scaffold has_one relations into a DropdownField in ForeignKey->scaffoldFormField() if more than 100 records would be created, to avoid exceeding PHP memory (fixes #6776) 2012-03-09 15:58:46 +01:00
HTMLText.php API CHANGE: DBField::hasValue() conflicts with ViewableData::hasValue(), use DBField::exists() instead. 2012-04-11 14:48:06 +12:00
HTMLVarchar.php API CHANGE: DBField::hasValue() conflicts with ViewableData::hasValue(), use DBField::exists() instead. 2012-04-11 14:48:06 +12:00
Int.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
Money.php BUGFIX: Fix Money::setValue() using old api 2012-04-11 15:30:38 +12:00
MultiEnum.php MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
Percentage.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
PrimaryKey.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
StringField.php API CHANGE: DBField::hasValue() conflicts with ViewableData::hasValue(), use DBField::exists() instead. 2012-04-11 14:48:06 +12:00
Text.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00
Time.php BUGFIX Time::setValue() now conforms to DBField::setValue() for E_STRICT compliance. 2012-04-12 12:08:22 +12:00
Varchar.php API CHANGE: DBField::hasValue() conflicts with ViewableData::hasValue(), use DBField::exists() instead. 2012-04-11 14:48:06 +12:00
Year.php Clean up trailing ?> per coding standard 2012-02-12 12:40:16 -08:00