-----------------
- Updated file_representation to be compliant with zopeedit < 1.0 (current windows exe) and zopeedit >= 1.0.
[sgeulette]
- Fixed bug when rendering an empty RichTextATFieldRenderer.
[odelaere]
- Pass `kwargs` given to `DocumentGenerationView.__call__`,
to submethods `generate_and_download_doc`, `_generate_doc`,
`_recursive_generate_doc` then `_render_document` so it is possible to pass
`raiseOnError=False` parameter to `_render_document`.
[gbastien]