Mercurial > getan
diff CHANGES @ 364:2b0b7d5bbbae
Update CHANGES
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Mon, 03 Mar 2014 15:25:21 +0100 |
parents | 1c9d4992da68 |
children | 85a2f06caf61 |
line wrap: on
line diff
--- a/CHANGES Mon Mar 03 15:08:30 2014 +0100 +++ b/CHANGES Mon Mar 03 15:25:21 2014 +0100 @@ -1,5 +1,17 @@ UNRELEASED + * Added a template rendering module bases on jinja2. + + * zeiterfassung.py is re-written to use the new template based rendering. + + * getan-eval.py can be used as a main entry point for user templates. User + templates are loaded from ~/.getan/templates and can be used via the + --template option. E.g. getan-eval.py --template=mytemplate will try to load + ~/.getan/templates/mytemplate. + + +1.1 03.03.2014 + * Update layout of getan by removing the big column header boxes. Also display the current getan version in the upper right corner.