aboutsummaryrefslogtreecommitdiff
path: root/budget/forms.py
AgeCommit message (Expand)AuthorFilesLines
2017-03-17Make ihatemoney Py2/3 compatible0livd1-11/+13
2017-03-09Add export feature0livd1-0/+13
2017-02-16Remove obsolete codeAlexandre Avenel1-22/+0
2017-02-16Fix xss (#173)Alexandre Avenel1-1/+1
2017-02-04Adapt to bootstrap 4 formsJocelyn Delalande1-2/+2
2017-01-21Fix deprecation issues (ExtDeprecationWarning)Alexandre Avenel1-2/+2
2016-09-12Allow negative bill amountsfredericsureau1-3/+1
2016-06-16Added member edit formJocelyn Delande1-4/+10
2016-06-15Add members weight in models and budget backend refs #94Jocelyn Delande1-0/+2
2015-04-12Fix #118 : Create a new project with the name "dashboard" should raise an exc...Alexandre Avenel1-1/+1
2013-02-18update for flask 0.9A.Avenel1-2/+2
2012-11-26update for "create archive" interfaceA.Avenel1-3/+3
2012-11-25Cosmetic changes for "add a bill" panelA.Avenel1-4/+2
2012-04-05Update to Boostrap v2.Frédéric Sureau1-2/+1
2012-03-06pep8 <3 and '*' imports removalFeth AREZKI1-20/+34
2011-11-28Add a 'sumbit and add a new one' button for new bills. Fix #53Alexis Metaireau1-1/+2
2011-11-28Fix #59. Edit now works properlyAlexis Metaireau1-3/+2
2011-11-20Addition of an auto hiding user information message in the add user text fiel...Tinmn1-1/+3
2011-11-03Small fix in CommaDecimalField classA.Avenel1-1/+2
2011-11-02Merge remote branches 'upstream/master' and 'origin/master'A.Avenel1-1/+0
2011-11-02Part of a fix to #62 : french numbers should use commas rather than dotsA.Avenel1-2/+9
2011-11-02Add a way to delete a project. Fix #63Arnaud Bos1-1/+0
2011-11-01Correct "payed" --> "paid" typo. Fix #60. See #48 for spelling mistakes and t...Arnaud Bos1-1/+1
2011-11-01Improvement of the sidebar look. Related to #34. Fix #52.Arnaud Bos1-1/+1
2011-10-20Last selected payer and translations. Fix #47.Arnaud Bos1-1/+8
2011-10-18Bills can't be negative. Fix #45Alexis Metaireau1-0/+4
2011-10-15Fix translations of forms.Alexis Metaireau1-1/+1
2011-10-15Translate the application using Flask-babel.Alexis Metaireau1-36/+31
2011-10-14I HAZ TO RUN TESTS BEFORE COMMITINGAlexis Metaireau1-3/+3
2011-10-13Coerce the payer choice to int, default is unicode. Fix #33Alexis Metaireau1-1/+1
2011-10-08Add a password recovery feature. Fix #32Alexis Metaireau1-0/+10
2011-10-08merge with masterAlexis Metaireau1-4/+5
2011-10-08Complete the REST API + Tests. Fix #27Alexis Metaireau1-2/+3
2011-09-18Merge mistake, my badArnaud Bos1-0/+1
2011-09-18Merge branch 'master' into auth-forms-usabilityArnaud Bos1-17/+36
2011-09-14Provide a way to edit a project. Fix #17Alexis Metaireau1-9/+13
2011-09-14Make the identifier clearer to the end-user.Arnaud Bos1-1/+1
2011-09-13API: Create and Update supportAlexis Metaireau1-4/+20
2011-09-11Fix #24 on Authentication and New project forms usability.Arnaud Bos1-4/+31
2011-09-09Start working on archive managementAlexis Metaireau1-0/+5
2011-08-22Add missing tests. Fixes #14 and #22.Alexis Metaireau1-1/+2
2011-08-21Re-design (Fixes #19)Alexis Metaireau1-3/+2
2011-08-10Add some more tests about membership. (#14)Alexis Metaireau1-1/+0
2011-08-10Add tests about project creation and member add.Alexis Metaireau1-0/+4
2011-08-10It is now possible to edit existing bills.Frédéric Sureau1-7/+18
2011-08-10Changed 'for' value of checkboxes labels when adding a bill. This is now poss...Frédéric Sureau1-1/+1
2011-08-10use checkboxes rather than select multiple. Fixes #10Alexis Metaireau1-1/+19
2011-08-09We now are able to set the date when adding a bill.Frédéric Sureau1-1/+3
2011-08-05Changed password field type in authentication form.Frédéric Sureau1-1/+1
2011-08-05Submit button label changed in project creation formFrédéric Sureau1-1/+1