silverstripe-framework/core/model/fieldtypes
Will Rossiter 7e30018e8d BUGFIX: Only highlight strings more than 2 characters long. #4949
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@107423 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:19:36 +13:00
..
Boolean.php MINOR Migrated various API-style documentation from doc.ss.org 2011-02-02 14:19:20 +13:00
CompositeDBField.php
Currency.php MINOR Migrated various API-style documentation from doc.ss.org 2011-02-02 14:19:20 +13:00
Date.php ENHANCEMENT: added Month function for consistency 2011-02-02 14:19:25 +13:00
Datetime.php MINOR Migrated various API-style documentation from doc.ss.org 2011-02-02 14:19:20 +13:00
DBField.php MINOR Migrated various API-style documentation from doc.ss.org 2011-02-02 14:19:20 +13:00
DBLocale.php ENHANCEMENT Added parameter to DBLocale->Nice() 2011-02-02 14:17:54 +13:00
Decimal.php BUG FIX: the default value for decimals are now cast as (doubles) 2011-02-02 14:18:50 +13:00
Double.php BUGFIX #5316 Float and Double should never try to save NULL as the "null" value 2011-02-02 14:19:12 +13:00
Enum.php MINOR Migrated various API-style documentation from doc.ss.org 2011-02-02 14:19:20 +13:00
Float.php MINOR Migrated various API-style documentation from doc.ss.org 2011-02-02 14:19:20 +13:00
ForeignKey.php
HTMLText.php MINOR Migrated various API-style documentation from doc.ss.org 2011-02-02 14:19:20 +13:00
HTMLVarchar.php
Int.php MINOR Migrated various API-style documentation from doc.ss.org 2011-02-02 14:19:20 +13:00
Money.php
MultiEnum.php MINOR: niced the way MultiEnums call requireField to give alternative adapter access 2011-02-02 14:18:19 +13:00
Percentage.php MINOR Migrated various API-style documentation from doc.ss.org 2011-02-02 14:19:20 +13:00
PrimaryKey.php
StringField.php MINOR Fixed phpdoc documentation (from r103390) 2011-02-02 14:19:15 +13:00
Text.php BUGFIX: Only highlight strings more than 2 characters long. #4949 2011-02-02 14:19:36 +13:00
Time.php MINOR Migrated various API-style documentation from doc.ss.org 2011-02-02 14:19:20 +13:00
Varchar.php MINOR Migrated various API-style documentation from doc.ss.org 2011-02-02 14:19:20 +13:00
Year.php