graph
- Added contrib/getan_report.py, a script to write a daily report by Bernhard Reiter.2014-11-04, by Bernhard Reiter
- Sort entries in wochenbericht and zeiterfassung templates by startdate2014-03-11, by Björn Ricks
- Update setup.py2014-03-10, by Björn Ricks
- Update coding style for pep82014-03-10, by Björn Ricks
- Use week in wochenbericht template2014-03-10, by Björn Ricks
- Allow to set encoding in getan-eval2014-03-10, by Björn Ricks
- Add current date to getan template context2014-03-10, by Björn Ricks
- Fix setting workpackage of project if description is None2014-03-07, by Björn Ricks
- Move justification of human_time to templates (only for zeiterfassung)2014-03-03, by Thomas Arendsen Hein
- Empty workpackage defaults to "-" instead of "----"2014-03-03, by Thomas Arendsen Hein
- Left-justify user entry in zeiterfassung to three characters2014-03-03, by Thomas Arendsen Hein
- Update README for installing jinja22014-03-03, by Björn Ricks
- Now we require jinja2 for template rendering2014-03-03, by Björn Ricks
- Add vim modeline to CHANGES file2014-03-03, by Björn Ricks
- Update CHANGES2014-03-03, by Björn Ricks
- Fix: Entry.duration got renamed to Entry.get_duration2014-03-03, by Björn Ricks
- Fix loading entries of a project2014-03-03, by Björn Ricks
- Add a improved template for a wochenbericht2014-03-03, by Björn Ricks
- Allow to render only projects with entries in templates2014-03-03, by Björn Ricks
- Change zeiterfassung.py script to use getan.template2014-03-03, by Björn Ricks
- Use the new getan.template module in getan-eval.py script2014-03-03, by Björn Ricks
- Add a template for generating the zeiterfassung data2014-03-03, by Björn Ricks
- Add a template module to getan2014-03-03, by Björn Ricks
- Add methods to return a workpackage [wp] from a Entry description2014-03-03, by Björn Ricks
- Add method to calculate the total duration of a project2014-03-03, by Björn Ricks
- Pass the Backend to the Project constructor2014-03-03, by Björn Ricks
- Add lazy loading of Project Entries2014-03-03, by Björn Ricks
- Allow to load one project and specific entries from the Backend2014-03-03, by Björn Ricks
- Correctly escape sql query2014-03-03, by Björn Ricks
- Fix textwidth <= 802014-03-03, by Björn Ricks
- Fix coding style for pep82014-03-03, by Björn Ricks
- Fix coding style for pep82014-03-03, by Björn Ricks
- Update version after release 1.12014-03-03, by Björn Ricks
- Added tag 1.1 for changeset 2c7f3bb7b6732014-03-03, by Björn Ricks
- Prepare version for a getan 1.1 release1.1 2014-03-03, by Björn Ricks
- Add license header comment of __init__.py file2014-03-03, by Björn Ricks
- Add vim modeline to REAMDE file2014-03-03, by Björn Ricks
- Fix typos in README2014-03-03, by Björn Ricks
- Use text width of 80 chars per line in README2014-03-03, by Björn Ricks
- INTRODUCTION: mentioned key "e" for edit entry. Fixed typo in wizzard.2014-01-29, by Bernhard Reiter
- Branch lost maintainer.project-tree 2014-01-17, by Bernhard Reiter
- README: updated for urwid 1.1.2. Better example shell commands for using urwid from source.2014-01-02, by Bernhard Reiter
- README updated: New urwid.org homepage and location simplified. Typo fixed.2014-01-02, by Bernhard Reiter
- Update CHANGES2013-12-11, by Björn Ricks
- Update CHANGES about editing a project name, key and description2013-12-11, by Björn Ricks
- Remove old ChangeLog file2013-12-11, by Björn Ricks
- Rename Changes to CHANGES2013-12-11, by Björn Ricks
- Update changes2013-12-11, by Björn Ricks
- Add requirements.txt file for pip2013-12-11, by Björn Ricks
- Update version number after taggin 1.1beta22013-10-11, by Björn Ricks
- Added tag 1.1beta2 for changeset 03ae4c2b63502013-10-11, by Björn Ricks
- This todo is fixed now1.1beta2 2013-10-11, by Björn Ricks
- Now its allowed to add entries without a description2013-10-11, by Björn Ricks
- It's now possible to specify a color theme in the getanrc config2013-10-11, by Björn Ricks
- Getan creates an empty database automatically since a looong time ago2013-10-11, by Björn Ricks
- Update version to 1.1beta22013-10-11, by Björn Ricks
- Remove old and now unused palette2013-10-11, by Björn Ricks
- Update mapping for foreground and background color settings of nodes2013-10-11, by Björn Ricks
- Use the palette loaded from the config theme2013-10-11, by Björn Ricks
- Implement loading a palette theme from the getan config2013-10-11, by Björn Ricks
- Move setting the ProjectList and EntryList instances into the controller2013-10-11, by Björn Ricks
- Fix codingstyle for pep82013-10-11, by Björn Ricks
- Allow empty descriptions for project entires2013-10-11, by Björn Ricks
- Not necessary to select project when the project is stopped2013-10-11, by Björn Ricks