--------------------
New features:
- Add browserlayer.
[jensens]
- Enhance file validation view with type check
[tomgross]
- Basque translation
[erral]
- Update italian translations.
[arsenico13]
- Allow default fields, actions & mailtemplate in DB
[tomgross]
- New mailer adapter checkbox to send CSV data attachment
[tkimnguyen]
Bug fixes:
- Do not override configured widgets with default widgets in thank-you-page.
This fixes 111. Includes code cleanup.
[jensens]
- Hide profiles not used for regular install.
[jensens]
- Remove ProtectedEmail and ProtectedTextLine as addable fields
https://github.com/collective/collective.easyform/issues/94
[fgrcon]
- Support ``showAll`` and ``includeEmpties`` also for the thanks page.
[thet]
- Register the recaptcha validator more specifically, so that it overrides the default easyform validator.
Fixes an issue where plone.formwidget.recaptcha had no effect when used.
[thet]
- Fix broken access to saved data due to acquisition problems if action is called 'data'.
Fixes: 87.
[sverbois]
- Fix action URLs to savedata, export, import
[tomgross]
- Fix display of values in mailer template 76
[tomgross]