Mercurial > getan
comparison ChangeLog @ 84:ba4f3de84a09
Changelog for r73:74
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Wed, 25 May 2011 15:03:19 +0200 |
parents | f271d99f56b8 |
children | dbdd75c4ee03 |
comparison
equal
deleted
inserted
replaced
83:f271d99f56b8 | 84:ba4f3de84a09 |
---|---|
1 2011-05-25 Björn Ricks <bjoern.ricks@intevation.de> | |
2 | |
3 Be able to edit the description of a recorded entry | |
4 | |
5 * getan/states.py: Add a new EditEntryState that reads the current | |
6 description of an entry, displays it in the footer and saves the text of | |
7 the footer in the database afterwards | |
8 Switch from DefaultEntryListState to EditEntryState when 'e' is pressed | |
9 | |
1 2011-05-25 Björn Ricks <bjoern.ricks@intevation.de> | 10 2011-05-25 Björn Ricks <bjoern.ricks@intevation.de> |
2 | 11 |
3 * getan/states.py: Only switch to the entry list if the current selected | 12 * getan/states.py: Only switch to the entry list if the current selected |
4 project has entries | 13 project has entries |
5 | 14 |