silverstripe-framework/core/model/fieldtypes
Sean Harvey 2c773d0d69 MINOR phpdoc tweaks
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@63490 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-10-02 00:34:16 +00:00
..
Boolean.php ENHANCEMENT Added prepValueForDB() which is called on DBField->writeToManipulation which ensures formatting of value before insertion to DB on a per-DBField type basis. 2008-09-11 06:22:33 +00:00
CompositeDBField.php MINOR Documentation 2008-08-11 04:13:06 +00:00
Currency.php MINOR Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
Date.php r52080, r52101, r52102 (merged from branches/roa) 2008-08-06 02:43:46 +00:00
Datetime.php r52080, r52101, r52102 (merged from branches/roa) 2008-08-06 02:43:46 +00:00
DBField.php ENHANCEMENT Added prepValueForDB() which is called on DBField->writeToManipulation which ensures formatting of value before insertion to DB on a per-DBField type basis. 2008-09-11 06:22:33 +00:00
Decimal.php ENHANCEMENT Added prepValueForDB() which is called on DBField->writeToManipulation which ensures formatting of value before insertion to DB on a per-DBField type basis. 2008-09-11 06:22:33 +00:00
Double.php (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message) 2008-08-09 02:00:40 +00:00
Enum.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
Float.php ENHANCEMENT Added prepValueForDB() which is called on DBField->writeToManipulation which ensures formatting of value before insertion to DB on a per-DBField type basis. 2008-09-11 06:22:33 +00:00
HTMLText.php (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message) 2008-08-09 06:29:50 +00:00
HTMLVarchar.php MINOR HTMLVarchar->scaffoldFormField() was referencing a class name of different case that didn't exist (change it to the correct one to be sure) 2008-09-12 03:32:04 +00:00
Int.php ENHANCEMENT Added prepValueForDB() which is called on DBField->writeToManipulation which ensures formatting of value before insertion to DB on a per-DBField type basis. 2008-09-11 06:22:33 +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 Unified @package PHPdoc (added where missing, removed duplicates) 2008-06-15 13:33:53 +00:00
PrimaryKey.php (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message) 2008-08-11 00:03:57 +00:00
SSDatetime.php Merged changes from 2.2.2-assets - everything except the asset refactoring 2008-08-12 02:51:33 +00:00
Text.php MINOR phpdoc tweaks 2008-10-02 00:34:16 +00:00
Time.php Renamed illegal function that was hiding in Time.php 2008-08-17 01:07:26 +00:00
Varchar.php API CHANGE Deprecated Varchar->Attr(), use Varchar->ATT_val() instead 2008-09-28 13:13:16 +00:00
Year.php (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message) 2008-08-09 05:04:15 +00:00