------------------
- Added do_rendering field in IMergeTemplatesRowSchema schema. If selected, the subtemplate is rendered first
and the path is the value in context dict. Else the subtemplate object is the value in context dict.
[sgeulette]
- Return generation context from rendering methods to use it in tests
[sgeulette]
- Added unit testing for do_rendering feature
[odelaere, sgeulette]
- Improved validation for ConfigurablePodTemplate
[odelaere]
- Added validation to avoid generation context corruption at generation time
[odelaere]
- Manage boolean values in context variables
[sgeulette]
- Removed meta_type attribute causing error when pasting
[sgeulette]
- Do not lose filename when updating a Pod template with it's styles template
[gbastien]
- Ease override of term title of the `collective.documentgenerator.StyleTemplates` vocabulary
[gbastien]
- Define a correct portal_type description for StyleTmplate so it is displayed in the folder_factories
[gbastien]
- Modified generated filename, before it was POD template title and format, now it it build using POD template title,
context title and format
[gbastien]