------------------
- utils.createContent honors behaviors.
[toutpt]
- Date index method works even if source field is a dexterity field
which provides a datetime python value.
Now you can manually add a field with the name of a common Plone metadata field
(as effective_date, publication_date, etc.)
[tdesvenain]
- Replace deprecated test assert statements.
[timo]
- Put a marker interface on the default edit view so viewlets
can be registered for it.
[davisagli]
- Ensure FTI's isConstructionAllowed method returns a boolean.
[danjacka]
- Hide the Dublin Core tab and show the Properties tab for
items when viewed in the ZMI.
[davisagli]
- Avoid storing dublin core metadata on new instances unless it
differs from the default values.
[davisagli]
- Implement CMF's dublin core interfaces inline rather than
depending on CMFDefault.
[davisagli]
- Support GenericSetup structure import/export of Dexterity content.
Content is serialized the same way as for WebDAV,
using plone.rfc822. Not all field types are supported yet,
but this at least gets the basics in place.
GS import used to work by accident in a basic way for Dexterity
containers. If you were using this, you'll need to recreate your
exported files with the rfc822 serialization.
[davisagli]
- Creator accessor should return encoded strings
If your catalog was broken, try to clear & reindex Creator::
cat.clearIndex('Creator')
cat.manage_reindexIndex(['Creator'])
[kiorky]
- Use the same message string for the default fieldset as Archetypes does.
[davisagli]