-------------------
* Look up additional schemata by adapting to IBehaviorAssignable in cases
where a Dexterity instance is available. (The list of behaviors in the
FTI is still consulted for add forms.)
[maurits]
* Explicitly load CMFCore ZCML.
[davisagli]
* Add ids to group fieldsets.
[elro]
* Do a deep copy instead of shallow when assigning field defaults. Content
generated via script wound up with linked list (and other
AbstractCollection) fields.
[cah190, esteele]
* Make setDescription coerce to unicode in the same way as setTitle.
[elro]
* Change the FTI default to enable dynamic view.
[elro]
* Setup folder permissions in the same way as Archetypes so copy / paste /
rename work consistently with the rest of Plone.
[elro]
* Make sure the typesUseViewActionInListings property is respected when
redirecting after edit.
[elro, davisagli]
* Fix 145: UnicodeDecodeError After renaming item from folder_contents
[toutpt]