------------------
- Fix the default attribute accessor to bind field to context when finding
the field default.
[datakurre]
- fix: when Dexterity container or its children contains any AT content with
AT references in them, any move or rename operation for the parent
Dexterity object will cause AT ReferenceEngine to remove those references.
see 20.
[datakurre]
- Let utils.createContent also handle setting of attributes on behaviors, which
derive from other behaviors.
[thet]
- overhaul (no logic changed):
pep8, sorted imports plone.api style, readability, utf8header,
remove bbb code (plone 3)
[jensens]