------------------
- Require plone.app.jquerytools for the schema editor UI, and make sure it is
installed when upgrading.
[davisagli]
- Remove unused schemaeditor.css.
[davisagli]
- Omit the metadata fields except on edit and add forms.
[davisagli]
- Enable the "Name from title" behavior for new types, by default.
[davisagli]
- Include plone.formwidget.namedfile so that File upload and Image fields are
available out of the box. You must explicitly include z3c.blobfile in your
environment if you want blob-based files.
[davisagli]
- Added a DexterityLayer that can be used in tests.
[davisagli]
- Fix issue with the BehaviorsForm accidentally polluting the title of the
z3c.form EditForm 'Apply' button.
[davisagli]
- Add upgrades folder and make sure plone.app.z3cform profile gets installed
on upgrades from previous versions of Dexterity.
[davisagli]
- Depend on the plone.app.z3cform profile, to make sure the Plone browser layer
for z3c.form gets installed.
[davisagli]
- Avoid relying on acquisition to get the portal_url for links in the type
listing table.
[davisagli]