------------------
- Event content migration for Products.ATContentTypes ATEvent,
plone.app.event's ATEvent and Dexterity example type and
plone.app.contenttypes 1.0 Event to plone.app.contenttypes 1.1
Event based on plone.app.event's Dexterity behaviors.
[lentinj]
- Remove DL's from portal message templates.
https://github.com/plone/Products.CMFPlone/issues/153
[khink]
- Collection: get ``querybuilderresults`` view instead of using the
``QueryBuilder`` class directly.
[maurits]
- Fix migration restoreReferencesOrder removes references
[joka]
- Enable summary_view and all_content views for content types that
have the collection behavior enabled. Define collection_view for
those types so you can view the results. These simply show the
results. The normal view of such a type will just show all fields
in the usual dexterity way.
[maurits, kaselis]
- Add customViewFields to the Collection behavior. This was available
on old collections too.
[maurits, kaselis]
- Change Collection to use a behavior. Issue 65.
[maurits, kaselis]
- Improved test coverage for test_migration
[joka]
- Add tests for vocabularies used for the migration
[maethu]
- Add migration-form /atct_migrate based on initial work by gborelli
[pbauer, tiazma]
- Add ATBlob tests and use migration layer for test_migration
[joka]
- Integrate plone.app.event.
[thet]