aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-08-23ihatemoney does not start anymore with flask-wtf 0.9: limit flask-wtf to ↵Quentin1-1/+1
version 0.8 in requirements.txt
2013-06-23Bugfix : error when you access /authenticate url without a project identifierA.Avenel1-1/+6
2013-05-10Merge branch 'master' of git://github.com/spiral-project/ihatemoneyA.Avenel0-0/+0
2013-05-09Merge pull request #96 from aavenel/masterAlexis Metaireau9-224/+460
New feature : Settle the bill
2013-05-09Merge branch 'master' of git://github.com/spiral-project/ihatemoneyA.Avenel3-6/+16
2013-05-09OptimizationA.Avenel1-4/+6
2013-05-09correct french translationA.Avenel3-243/+237
2013-05-07Merge pull request #101 from aavenel/bugfix92Alexis Metaireau3-6/+16
Bugfix#92 : error when deleting an user
2013-04-08Bugfix#92 : error when deleting an userA.Avenel3-6/+16
2013-04-08one more fix to french translation ...A.Avenel2-10/+1
2013-04-07Forget to translate some sentences ...A.Avenel2-4/+6
2013-04-07update french translationA.Avenel3-254/+350
2013-04-07bugfix : "Settle" link was not active on navbar.A.Avenel2-5/+4
2013-04-07More code cleanup for "settle bills"A.Avenel4-9/+9
2013-04-07use "member.id" instead of "member"A.Avenel5-31/+29
2013-03-16Merge pull request #98 from aavenel/flask0.9Alexis Metaireau6-8/+8
Flask0.9
2013-02-19Merge branch 'flask0.9' of github.com:aavenel/ihatemoneyA.Avenel10-29/+35
2013-02-19Update tests to work with flask 0.9A.Avenel1-3/+5
2013-02-18update for flask 0.9A.Avenel6-8/+8
2013-01-10Merge pull request #97 from aavenel/cosmeticsAlexis Metaireau6-31/+36
Small changes for UI
2012-11-26update for "create archive" interfaceA.Avenel3-4/+5
2012-11-25Increase max-height for modalA.Avenel1-0/+4
so we can display more members without using scrollbars
2012-11-25Cosmetic changes for "add a bill" panelA.Avenel2-14/+13
2012-11-03Add unit tests for settle_billA.Avenel2-11/+79
2012-11-03Merge git://github.com/Lastpixl/ihatemoney into HEADA.Avenel5-10/+94
Conflicts: budget/templates/layout.html budget/templates/list_bills.html
2012-09-03Some love for the dashboard viewA.Avenel1-13/+14
2012-09-03Merge pull request #91 from aavenel/masterAlexis Metaireau1-1/+1
Bugfix : "Submit and add a new one not working".
2012-09-03Bugfix : "Submit and add a new one" not workingA.Avenel1-1/+1
2012-09-03Merge pull request #90 from aavenel/masterAlexis Metaireau3-17/+9
Bugfix : display calendar widget when editing a bill
2012-09-03Bugfix : calendar widget not working when you edit a bill.A.Avenel3-11/+9
2012-09-03Remove some old code no longer needed (Correct 404 errors about jquery-ui)A.Avenel1-6/+0
2012-09-02remove epio supportAlexis Metaireau2-21/+0
2012-09-02update the fabric script with the last archAlexis Metaireau1-7/+7
2012-09-02Fix project deletion. fix #87Alexis Metaireau3-3/+22
2012-09-02Enhance the test suiteAlexis Metaireau1-56/+48
2012-06-10add sentry supportAlexis Metaireau2-0/+6
2012-05-19Switched to the new naming scheme for extensionsAlexis Metaireau1-1/+1
2012-04-05Merge pull request #85 from fredericsureau/masterAlexis Metaireau47-1491/+1863
Update to Boostrap v2
2012-04-05Update to Boostrap v2.Frédéric Sureau47-1491/+1863
Remove unused libs (QTip, JQueryUI) and add bootstrap-datepicker which is much lighter.
2012-04-01add settings for epioAlexis Metaireau1-0/+12
2012-04-01make tests run on python 2.7 alsoAlexis Metaireau1-4/+8
2012-03-30Merge pull request #75 from fredericsureau/masterAlexis Metaireau2-1/+26
Fix bug #73.
2012-03-29Adds test for the has_bills() method of Person modelFrédéric Sureau1-0/+25
2012-03-28Merge branch 'master' of git://github.com/spiral-project/ihatemoneyFrédéric Sureau6-90/+131
2012-03-12Split bills function and basic template.Xavier Mehrenberger5-9/+95
2012-03-07Merge pull request #82 from feth/masterAlexis Metaireau6-73/+106
review, pep8 and star imports
2012-03-06remove unused codeFeth AREZKI1-9/+0
If that code is ever needed, I'll try to rewrite it as a class decorator, which is more hype
2012-03-06remove unused imports, and pep8Feth AREZKI1-2/+3
2012-03-06remove unused imports and from blah import *Feth AREZKI1-3/+3
2012-03-06remove from blah import *Feth AREZKI1-6/+3