silverstripe-framework/core/model/fieldtypes
Sam Minnee 72d90ab270 Set default edit rights on pages to be only administrators
API CHANGE: Use return value of alternateCanPublish()
BUGFIX: Fixed the Link() value for homepage
BUGFIX: Allow DBField::__construct() without a name
API CAHNGE: Allow augmentPopulateDefaults on data object decorators

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@65229 467b73ca-7a2a-4603-9d3b-597d59a354a9
2008-11-04 23:17:14 +00:00
..
Boolean.php FEATURE Added ForeignKey and used it in relation- and databasefield getters in DataObject 2008-10-13 22:20:41 +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 FEATURE Added ForeignKey and used it in relation- and databasefield getters in DataObject 2008-10-13 22:20:41 +00:00
DBField.php Set default edit rights on pages to be only administrators 2008-11-04 23:17:14 +00:00
Decimal.php FEATURE Added ForeignKey and used it in relation- and databasefield getters in DataObject 2008-10-13 22:20:41 +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 FEATURE Added ForeignKey and used it in relation- and databasefield getters in DataObject 2008-10-13 22:20:41 +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
ForeignKey.php BUGFIX Fixed wrong case of class names for ImageIFrameField causing errors 2008-10-31 02:09:04 +00:00
HTMLText.php FEATURE Added ForeignKey and used it in relation- and databasefield getters in DataObject 2008-10-13 22:20:41 +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 FEATURE Added ForeignKey and used it in relation- and databasefield getters in DataObject 2008-10-13 22:20:41 +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 FEATURE Added ForeignKey and used it in relation- and databasefield getters in DataObject 2008-10-13 22:20:41 +00:00
SSDatetime.php FEATURE Added ForeignKey and used it in relation- and databasefield getters in DataObject 2008-10-13 22:20:41 +00:00
Text.php ENHANCEMENT Scaffolding TextField instead of TextareaField in Text DBField due to size 2008-11-02 21:07:09 +00:00
Time.php BUGFIX Removed duplicate setValue() method on Time (was supposed to be deleted instead of renamed from setVal() to setValue()) 2008-10-16 23:19:39 +00:00
Varchar.php MINOR: Add warning for deprecated function. 2008-10-08 21:33:43 +00:00
Year.php FEATURE Added ForeignKey and used it in relation- and databasefield getters in DataObject 2008-10-13 22:20:41 +00:00