silverstripe-framework/core/model/fieldtypes
Ingo Schommer 7a18cd8bec BUGFIX Fixed quoting in Money
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@77132 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-05-19 01:58:29 +00:00
..
Boolean.php Merged from branches/2.3 2009-04-29 01:20:24 +00:00
CompositeDBField.php MINOR Documentation 2008-08-11 04:13:06 +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 Merged from branches/2.3 2009-04-29 01:20:24 +00:00
DBField.php Merged from 2.3 2009-05-06 06:36:16 +00:00
DBLocale.php ENHANCEMENT Added DBLocale class for Translatable extension 2009-04-30 07:37:09 +00:00
Decimal.php Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
Double.php MINOR phpdoc documentation 2009-03-22 22:59:14 +00:00
Enum.php Enum values now include table name 2009-05-18 21:24:02 +00:00
Float.php Introduced array-based syntax for specifying field types (Merged branches/dbabs into trunk) 2008-11-23 01:01:03 +00:00
ForeignKey.php Merged from 2.3 2009-05-06 06:36:16 +00:00
HTMLText.php ENHANCEMENT Strip tags before limiting characters when using LimitCharacters() on HTMLText field type 2009-02-12 09:38:43 +00:00
HTMLVarchar.php API CHANGE Removed HtmlOneLineField. This field has been deprecated for some time now, and it does not work. 2008-10-19 00:18:55 +00:00
Int.php Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
Money.php BUGFIX Fixed quoting in Money 2009-05-19 01:58:29 +00:00
MultiEnum.php (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message) 2008-08-10 22:49:59 +00:00
Percentage.php MINOR Code formatting tidy up in Percentage 2009-02-03 20:29:21 +00:00
PrimaryKey.php Merged from 2.3 2009-05-06 06:36:16 +00:00
SSDatetime.php ENHANCEMENT SSDatetime->setValue() can now set a timestamp, consistently working the same as Date does 2009-05-19 00:35:15 +00:00
Text.php Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
Time.php ENHANCEMENT Allow calling Format() on a Time DB field type to specify the formatting type 2009-04-20 22:32:13 +00:00
Varchar.php Merged changes from 2.3 branch 2009-02-01 23:49:53 +00:00
Year.php API CHANGE: 'Year' datatype now uses abstracted array structure 2009-02-17 03:54:10 +00:00