aboutsummaryrefslogtreecommitdiff
path: root/budget/templates
AgeCommit message (Expand)AuthorFilesLines
2016-06-15Ask for confirmation only for deleting usersJocelyn Delande1-1/+5
2016-06-15Added a template filter not to show zero decimals on user weightsJocelyn Delande1-1/+1
2016-06-15UI for showing user weights in user listJocelyn Delande1-1/+1
2015-09-25Prevent comma to be included in URLMathieu Leplatre1-1/+1
2015-09-25Prevent comma to be included in URLMathieu Leplatre1-1/+1
2015-08-20Remove trailing whitespacesJocelyn Delande7-14/+14
2014-07-22Format numbers in templatesAlexandre Avenel2-3/+3
2013-10-13Fix translation for password tooltipA.Avenel1-1/+1
2013-04-07bugfix : "Settle" link was not active on navbar.A.Avenel2-5/+4
2013-04-07More code cleanup for "settle bills"A.Avenel1-2/+2
2013-04-07use "member.id" instead of "member"A.Avenel2-11/+11
2013-02-19Merge branch 'flask0.9' of github.com:aavenel/ihatemoneyA.Avenel1-0/+1
2012-11-26update for "create archive" interfaceA.Avenel1-0/+1
2012-11-03Add unit tests for settle_billA.Avenel1-10/+21
2012-11-03Merge git://github.com/Lastpixl/ihatemoney into HEADA.Avenel3-6/+42
2012-09-03Some love for the dashboard viewA.Avenel1-13/+14
2012-09-03Bugfix : "Submit and add a new one" not workingA.Avenel1-1/+1
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-02Fix project deletion. fix #87Alexis Metaireau1-1/+1
2012-04-05Update to Boostrap v2.Frédéric Sureau12-180/+138
2012-03-12Split bills function and basic template.Xavier Mehrenberger3-5/+43
2012-02-11Add QTip2 and use it to display a message about access code on the first page.Adrien CLERC2-0/+22
2012-01-28Changed delete feature to only support POST method. Fix #21.Frédéric Sureau1-3/+7
2011-12-04Fix an error in dashboard.htmlAlexis Metaireau1-2/+2
2011-12-03Fix for a bug introduced in last commit : crash of dashboard view when there ...A.Avenel1-1/+10
2011-12-03Small commit to add more informations in dashboard view.A.Avenel1-2/+2
2011-12-03oops, forgot to include dashboard.html in a previous commit. See #42Alexis Metaireau1-0/+11
2011-11-28Add a 'sumbit and add a new one' button for new bills. Fix #53Alexis Metaireau2-1/+6
2011-11-28Fix a little styling mistake. Now the menu displays the right wayAlexis Metaireau1-1/+1
2011-11-28Transform the bill addition form, using a popup. See #53Alexis Metaireau2-33/+18
2011-11-28reorganize the static folder structureAlexis Metaireau5-13/+7
2011-11-27update bootstrap to the last version. Clean some cssAlexis Metaireau4-8/+9
2011-11-27Fix #54. The flash message is now in greenAlexis Metaireau1-1/+1
2011-11-27merge with quentinAlexis Metaireau1-4/+2
2011-11-27change the icons, simplify some javascriptAlexis Metaireau1-6/+11
2011-11-26Members are now sorted by name in the balance.Tinmn1-3/+1
2011-11-24revert arnaud's commit about delete linksAlexis Metaireau1-67/+17
2011-11-21Correction of a (very) minor bug of bill hover (commit 6df17b7d97856c8b3d23bb...Tinmn1-1/+1
2011-11-20Bill's members highlights in the balance in accordance with #69.Tinmn1-174/+181
2011-11-20Change delete bill logo in accordance with #67.Tinmn1-1/+1
2011-11-20Bill owers are now separated with a ',' in the bill list.Tinmn1-1/+1
2011-11-20Addition of an auto hiding user information message in the add user text fiel...Tinmn2-156/+167
2011-11-17Minor CSS changesArnaud Bos1-2/+2
2011-11-02See #54. Move the flashing message to absolute positionning to avoid annoying...Arnaud Bos1-3/+5
2011-11-02Ease "Add a bill" form occurrence with slideUp/slideDown effects. Related to ...Arnaud Bos1-3/+5
2011-11-02Add a way to delete a project. Fix #63Arnaud Bos2-1/+11
2011-11-01Merge pull request #65 from aavenel/masterArnaud Bos3-16/+16
2011-11-02First draft of fixing sidebar ugly hovering effect pointed in #51.Arnaud Bos1-17/+77
2011-11-02Bug fix in order to show the calendar widget when you edit a bill. Also fix a...A.Avenel3-16/+16