Mercurial > getan
annotate CHANGES @ 389:9a0dba03d16c
Add list of all entries to the template context
This allows to render output for entries without having to iterate over the
projects.
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Mon, 26 Jan 2015 14:08:44 +0100 |
parents | 85a2f06caf61 |
children | 84f9b1eeb8b6 |
rev | line source |
---|---|
193
e7466f3210c6
Update and reformat Changes file
Björn Ricks <bjoern.ricks@intevation.de>
parents:
188
diff
changeset
|
1 UNRELEASED |
188
da3333fcf222
Add Changes file to track new features and bugfixes
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
2 |
364 | 3 * Added a template rendering module bases on jinja2. |
4 | |
5 * zeiterfassung.py is re-written to use the new template based rendering. | |
6 | |
7 * getan-eval.py can be used as a main entry point for user templates. User | |
8 templates are loaded from ~/.getan/templates and can be used via the | |
9 --template option. E.g. getan-eval.py --template=mytemplate will try to load | |
10 ~/.getan/templates/mytemplate. | |
11 | |
12 | |
13 1.1 03.03.2014 | |
14 | |
335 | 15 * Update layout of getan by removing the big column header boxes. Also display |
16 the current getan version in the upper right corner. | |
17 | |
334
86b21a3c660a
Update CHANGES about editing a project name, key and description
Björn Ricks <bjoern.ricks@intevation.de>
parents:
332
diff
changeset
|
18 * By pressing backspace (backspace is the default key) on a project in the |
86b21a3c660a
Update CHANGES about editing a project name, key and description
Björn Ricks <bjoern.ricks@intevation.de>
parents:
332
diff
changeset
|
19 project list it is possible to edit the project name, key and description. |
86b21a3c660a
Update CHANGES about editing a project name, key and description
Björn Ricks <bjoern.ricks@intevation.de>
parents:
332
diff
changeset
|
20 |
331 | 21 * It is now possible to use empty descriptions for project entires |
193
e7466f3210c6
Update and reformat Changes file
Björn Ricks <bjoern.ricks@intevation.de>
parents:
188
diff
changeset
|
22 |
331 | 23 * The deletion of entries can now be aborted with the escape key |
193
e7466f3210c6
Update and reformat Changes file
Björn Ricks <bjoern.ricks@intevation.de>
parents:
188
diff
changeset
|
24 |
331 | 25 * The color settings (theme) can be changed via ~/.getan/getanrc |
26 | |
27 * Keymaps are now configurable via ~/.getan/getanrc | |
28 | |
29 * Refactored the key handling of all widgets. This allows scrolling in the | |
30 project and entries list via page up and down. Also Pos1 and End can be used | |
31 when inserting or editing text e.g. when adding a project. | |
32 | |
33 * getan/contrib/zeiterfassung.py: Add conversion function from iso weeks to | |
34 unix weeks. Use iso weeks for -w and -c parameters and convert them to | |
35 unix weeks as used in sqlite. | |
36 | |
37 1.0 13.01.2012 | |
38 | |
39 * Initial release | |
365
85a2f06caf61
Add vim modeline to CHANGES file
Björn Ricks <bjoern.ricks@intevation.de>
parents:
364
diff
changeset
|
40 |
85a2f06caf61
Add vim modeline to CHANGES file
Björn Ricks <bjoern.ricks@intevation.de>
parents:
364
diff
changeset
|
41 |
85a2f06caf61
Add vim modeline to CHANGES file
Björn Ricks <bjoern.ricks@intevation.de>
parents:
364
diff
changeset
|
42 # vim: set ts=4 sw=4 tw=80 ft=rst : |