------------------
New:
- Change recipient address field to Email type so it gets properly validated
[davilima6]
- Make the default buildout use Plone 5. Update travis setup to the point where
tests actually run, though many still fail.
[smcmahon]
- look up email_from_address in registry
[kcleong]
- Move the default xml configuration out into xml files. These can be picked up
by ``i18ndude`` or other po file generators for translations strings. Also
translate the ``FIELDS_DEFAULT`` fields.
[thet]
- Add German translations.
[thet]
- Allow the definition of some EasyForm default values via the i18n translation
mechanism.
[thet]
- Reworked mail address formating, avoiding recipient address in the form of
``name <<accountdomain.com>>`` and having instead
``name <accountdomain.com>``.
[thet]
- Depend on plone.schemaeditor > 2.0 for JS compatibility.
[thet]
- fix plone.schemaeditor i18n factory import. This fixes 5.0.1 support.
[vangheem]
- Fix modeleditor.pt markup so it works with barceloneta.
[ebrehault]
Fixes:
- fix plone.schemaeditor i18n factory import. This fixes 5.0.1 support