summaryrefslogtreecommitdiff
path: root/app/forms.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Port for WTForms2 (partially)René 'Necoro' Neumann2014-08-251-6/+5
* Default to category name when there is no description given (only on add()!)René 'Necoro' Neumann2014-01-141-1/+1
* Fixes and cleanup and documentationRené 'Necoro' Neumann2013-11-011-2/+1
* Some reorganizationRené 'Necoro' Neumann2013-11-011-80/+2
* 'Change password' supportRené 'Necoro' Neumann2013-10-191-1/+14
* Fix locale support for formsRené 'Necoro' Neumann2013-10-161-2/+11
* Use german locale for formsRené 'Necoro' Neumann2013-10-161-0/+1
* QuotestyleRené 'Necoro' Neumann2013-10-151-25/+25
* Flash on error in all formsRené 'Necoro' Neumann2013-10-151-2/+20
* Moved user implementation from model to loginRené 'Necoro' Neumann2013-10-151-2/+2
* Finish login stuffRené 'Necoro' Neumann2013-10-141-1/+22
* FIX: Make defaults in fields of forms a function.René 'Necoro' Neumann2013-04-181-3/+3
* constexps functionalityRené 'Necoro' Neumann2013-04-151-3/+3
* Backport @app.template_test; make the functions in expenses filters/testsRené 'Necoro' Neumann2013-04-141-2/+1
* Use unicode for interface stringsRené 'Necoro' Neumann2013-04-141-14/+14
* Add expense -- in FlaskRené 'Necoro' Neumann2013-04-141-0/+67
s commit f30ce6374d554e704162d5fa8e49acd9c6fd0ecc. I decided I like the git output. Instead highlight generated passwords using nice terminal output instead. 2014-05-08zsh: posix compatible sed fix for zsh-completionJason A. Donenfeld1-1/+1 This reverts commit 56381287a16792b4c6410f07db68e02f3574c213, and further fixes things. 2014-05-07Implement interactive init functionSvend Sorensen1-0/+8 2014-05-07Implement interactive rename functionSvend Sorensen1-0/+7 2014-05-07Reorder interactive function to match order of helper functionsSvend Sorensen1-13/+13 2014-05-07Make edit helper function name consistent with other helpersSvend Sorensen1-1/+1 2014-05-07Factor out password completing-read functionSvend Sorensen1-4/+8 2014-05-07Add dash to Package-RequiresSvend Sorensen1-1/+1 2014-05-06Force sane sort order.Jason A. Donenfeld1-2/+2 2014-05-06generate: add --in-place optionJason A. Donenfeld4-9/+33