silverstripe-framework/core/model/fieldtypes
Sean Harvey 34a4aa5b00 BUGFIX StringField::setNullifyEmpty() should assign the given value boolean, not evaluate whether it's true or not
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@109081 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:19:45 +13:00
..
Boolean.php MINOR Migrated various API-style documentation from doc.ss.org 2011-02-02 14:19:20 +13:00
CompositeDBField.php MINOR Documentation for CompositeDBField 2009-05-27 00:32:37 +00:00
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 Merged from 2.3 2009-05-06 06:36:16 +00:00
HTMLText.php MINOR Migrated various API-style documentation from doc.ss.org 2011-02-02 14:19:20 +13:00
HTMLVarchar.php MINOR: Parse HTMLText and HTMLVarchar values with ShortcodeParser before inserting into a template. 2009-10-11 00:06:59 +00:00
Int.php MINOR Migrated various API-style documentation from doc.ss.org 2011-02-02 14:19:20 +13:00
Money.php FEATURE: plug in Postful mailling function to Process, making faking process for testing the postful mail functions. The two faking processes is implemented in two functions LotTicketedBased::fakepopulate() and ISSOrderDecorator::fakepopulatepayment(). 2009-07-24 03:16:20 +00:00
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 Merged from 2.3 2009-05-06 06:36:16 +00:00
StringField.php BUGFIX StringField::setNullifyEmpty() should assign the given value boolean, not evaluate whether it's true or not 2011-02-02 14:19:45 +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 API CHANGE: array data type now supported 2009-09-29 22:02:35 +00:00