summaryrefslogtreecommitdiff
path: root/controller.py (unfollow)
Commit message (Expand)AuthorFilesLines
2013-04-05Delete const entriesRené 'Necoro' Neumann1-1/+9
2013-04-05Delete entriesRené 'Necoro' Neumann1-1/+7
2013-02-18BUG: Categories were not addedRené 'Necoro' Neumann1-1/+1
2013-02-18BUG: SingleExpenses were not addedRené 'Necoro' Neumann1-1/+3
2013-02-13Also print 'future' const expensesRené 'Necoro' Neumann1-1/+4
2013-02-13Remove dependency on elixirRené 'Necoro' Neumann1-13/+25
2012-02-26UTF8 errorRené 'Necoro' Neumann1-7/+1
2012-01-11Add EUR everywhere :)René 'Necoro' Neumann1-2/+4
2012-01-10FixesRené 'Necoro' Neumann1-1/+1
2012-01-10Better description of what 'Ende' meansRené 'Necoro' Neumann1-1/+2
2012-01-10Fix bug that prevents closing sql-connectionsRené 'Necoro' Neumann1-1/+2
2011-03-06Change to german in outputRené 'Necoro' Neumann1-14/+26
2011-02-15Move the 'add from' to the correct place: ConstAddRené 'Necoro' Neumann1-28/+27
2011-02-15Allow deletion of prevRené 'Necoro' Neumann1-0/+2
2011-02-15exclude 'next'René 'Necoro' Neumann1-1/+1
2011-02-15fix previousRené 'Necoro' Neumann1-3/+4
2011-02-15... and also omit cycles :)René 'Necoro' Neumann1-2/+13
2011-02-15Do not show consts which already HAVE a next oneRené 'Necoro' Neumann1-1/+2
2011-02-15fixRené 'Necoro' Neumann1-1/+4
2011-02-15fixRené 'Necoro' Neumann1-1/+1
2011-02-15mysql fixRené 'Necoro' Neumann1-1/+6
2011-02-15More nice things for constant expensesRené 'Necoro' Neumann1-6/+37
2011-02-07Instead of overloading the normal 'render' function, add a 'render_utf8' methodRené 'Necoro' Neumann1-4/+1
2011-02-07missed oneRené 'Necoro' Neumann1-1/+1
2011-02-07unicode aware formRené 'Necoro' Neumann1-1/+10
2010-08-26but not editRené 'Necoro' Neumann1-1/+8
2010-08-26Make add redirect to addRené 'Necoro' Neumann1-1/+1
2010-07-27Add datepicker to add/editRené 'Necoro' Neumann1-3/+6
2010-07-27Add category manipulation supportRené 'Necoro' Neumann1-5/+12
2010-07-26Added addition and modification of constant stuffRené 'Necoro' Neumann1-8/+87
2010-07-05Only show right nav arrow, if the following month is not in the futureRené 'Necoro' Neumann1-4/+8
2010-05-25Move page templates into their own folderRené 'Necoro' Neumann1-1/+1
2010-05-25Added the ability to edit an expenseRené 'Necoro' Neumann1-7/+27
2010-05-12FixRené 'Necoro' Neumann1-2/+2
2010-05-12Show more detailsRené 'Necoro' Neumann1-9/+5
2010-05-12Create new form each timeRené 'Necoro' Neumann1-24/+26
2010-05-10Fix redirect in AddRené 'Necoro' Neumann1-1/+1
2010-05-10Added the 'add expense' stuffRené 'Necoro' Neumann1-2/+44
2010-05-05Coerce strings to intsRené 'Necoro' Neumann1-0/+3
2010-05-04Constant expenses should only be regarded with their monthly partRené 'Necoro' Neumann1-1/+1
2010-05-04First working 'Show'René 'Necoro' Neumann1-2/+36
2010-05-04More controller stuffRené 'Necoro' Neumann1-9/+40