silverstripe-framework/core/model/fieldtypes
Sean Harvey 87a8af00c5 BUGFIX Fixed array to string conversion error in Date::setValue() (from r82749)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@89718 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-10-21 02:30:07 +00:00
..
Boolean.php MINOR CHANGE: numeric datatypes changed to support array types 2009-10-01 21:03:52 +00:00
CompositeDBField.php MINOR Documentation for CompositeDBField 2009-05-27 00:32:37 +00:00
Currency.php FEATURE Added Money class for managing monetary amounts with currencies through the Money design pattern. Uses the CompositeDBField interface to contain multiple database columns in a single DBField 2009-05-05 08:10:51 +00:00
Date.php BUGFIX Fixed array to string conversion error in Date::setValue() (from r82749) 2009-10-21 02:30:07 +00:00
DBField.php FEATURE: Refactored ViewableData. The main changes are: 2009-10-11 00:06:58 +00:00
DBLocale.php MINOR Documentation in DBLocale 2009-08-06 21:24:15 +00:00
Decimal.php MINOR CHANGE: numeric datatypes changed to support array types 2009-10-01 21:03:52 +00:00
Double.php MINOR phpdoc documentation 2009-03-22 22:59:14 +00:00
Enum.php API CHANGE: array data type now supported 2009-09-29 22:01:06 +00:00
Float.php MINOR CHANGE: numeric datatypes changed to support array types 2009-10-01 21:03:52 +00:00
ForeignKey.php Merged from 2.3 2009-05-06 06:36:16 +00:00
HTMLText.php MINOR: Parse HTMLText and HTMLVarchar values with ShortcodeParser before inserting into a template. 2009-10-11 00:06:59 +00: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 CHANGE: numeric datatypes changed to support array types 2009-10-01 21:03:52 +00: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 #3776: Fixed documentation 2009-06-27 07:42:31 +00:00
Percentage.php BUGFIX: Allow percentage fields to store 100%. Merged From 2.2 r83164 2009-07-29 23:58:27 +00:00
PrimaryKey.php Merged from 2.3 2009-05-06 06:36:16 +00:00
SSDatetime.php API CHANGE: array data type now supported 2009-09-29 22:01:41 +00:00
Text.php API CHANGE: array data type now supported 2009-09-29 22:01:51 +00:00
Time.php API CHANGE: array data type now supported 2009-09-29 22:01:59 +00:00
Varchar.php API CHANGE: array data type now supported 2009-09-29 22:02:28 +00:00
Year.php API CHANGE: array data type now supported 2009-09-29 22:02:35 +00:00