- Nothing changed yet.
- Refactor DexterityUpdateSection: Factor out determining default value, getting value from pipeline and updating fields into their own methods. [lgraf]
- Fix blueprint context for support with
transmogrifier
package (notcollective.transmogrifier
), which does not have dependencies to CMFPlone and thus doesn't provide a useful context. [thet]
- Do not import from deprecated zope.app.intid anymore, use zope.intid instead [jensens]
- Fix deserializer if datetime is string "None". [elioschmutz]
- Implement new deserializer for datetime fields. [mbaechtold]
- Fix default container description to be unicode, not bytestring. See plone/plone.dexterity#33 [jone]
- Make z3c.relationfield imports conditional. [jone]
- When retrieving the object via traversal from the path, check if it provides IDexterityContent. Traversal can also return attributes of objects, if no object can be found but the path element is named like an attribute. [thet]
- Handle collective.jsonify structures, specifically _datafield_FIELDNAME and _content_type_FIELDNAME keys. [thet]
- PEP8. [thet]
- Add value converters for z3c.relationfield relation(-lists). [deiferni]
- Add blueprint for managing plone.app.multilingual translations [rnix]
- Use zope.dottedname.resolve to find class [lentinj]
- Serialize/Deserialize zope.schema.IObjects [lentinj]
- Add 'logger' and 'loglevel' options so invalid fields are logged when disable-constraints is True [ebrehault]
- Only update with a default value if there isn't a value already set on the field. (NB: before a default value would be set, regardless of the current field value). [lentinj]
- Don't try to write readonly fields [djowett]
- Added in a generic CSV -> content pipeline [lentinj]
- Updated changelog to be zest releaser compatible [lgraf]
- Added check-constraints option to schemaupdater section. If set to False, field values that are set in the schemaupdater section won't be validated against the field's constraints. [lgraf]
- Made CollectionDeserializer cast None and empty string to an empty list [lgraf]
- Added a basic DateDeserializer [lgraf]
- Using new-style classes for [de]serializers [lgraf]
- Ensure RichTextValue gets a decoded unicode string, add tests [lentinj]
- Refactor to support more field types. [elro]
- Fixed bug in typechecking of values for Boolean fields [lgraf]
- fixed dateconverting [phgross]
- fixed value check: so that it works correctly with an empty string [phgross]
- fixed handling for list and bool fields [phgross]