- Raise NotImplementedError in not implemented methods. [sgeulette] - Rename display_html by render_xhtml and display_text by display_text_as_html. [sgeulette] - Add display_html_as_text [sgeulette] - Add get_state [sgeulette] - Add context_var method to safely get an optional context variable [sgeulette]
0.14
Not secure
-----------------
- Use correct name for entry to documentgenerator configuration in the control panel. [gbastien] - Added formats `.doc` and `.docx` to the demo template `test_template_multiple`. [gbastien] - Set default value for oo_port and uno_path from environment variable [sgeulette]
0.13
Not secure
-----------------
- Validate path to python by importing `unohelper` instead importing `uno` because `uno` could have been installed using `pip install uno` but is not sufficient to generate the document. [gbastien] - Added `.docx` format in which it is possible to generate template. [gbastien] - Set oo_port from environment variable at install [sgeulette]
0.12
Not secure
-----------------
- Pass every parameters to DocumentGenerationHelperView.translate that zope.i18n.translate manages. [gbastien] - Made context variable value not required [sgeulette]
0.11
Not secure
-----------------
- Replaced unrestrictedTraverse by getMultiAdapter. [sgeulette] - Added context variables field on configurablepodtemplate, and validator. Added those variables in generation context. [sgeulette] - Moved fr setting from default profile to testing [sgeulette]
0.10
Not secure
-----------------
- Use forceOoCall in renderer to call libreoffice to render b.e. table of contents in odt [sgeulette] - Changed viewlet podtemplate search. Defined template in zcml. [sgeulette] - Add content icons [sgeulette] - Manage correctly datetime.date and datetime.datetime [sgeulette] - Add display_widget method [sgeulette] - Rename display_text to display_html (for rich text fields) [sgeulette] - Add display_text for text fields to render intelligent html [sgeulette] - Add method to get attribute value [sgeulette] - Add method to get helper view on another object [sgeulette] - Remove context parameter from helper methods to avoid changing context [sgeulette] - Get generation view name from a method. [sgeulette] - Use RadioFieldWidget for Bool field 'enabled' so it is displayed on the pod_template view when it is False. [gbastien]