aboutsummaryrefslogtreecommitdiff
path: root/budget
AgeCommit message (Collapse)AuthorFilesLines
2012-05-19Switched to the new naming scheme for extensionsAlexis Metaireau1-1/+1
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-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-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
2012-03-06code reread: noop, and pep8 <3Feth AREZKI1-6/+12
2012-03-06pep8 <3 and '*' imports removalFeth AREZKI1-20/+34
2012-03-06pep8 <3 and '*' imports removalFeth AREZKI1-28/+52
2012-02-20tolerance to smtp error when creating projectFeth AREZKI1-2/+10
2012-02-20cosmit. rem trailing spacesFeth AREZKI1-18/+18
2012-02-15Merge remote-tracking branch 'upstream/master'Frédéric Sureau13-1/+659
2012-02-11Add QTip2 and use it to display a message about access code on the first page.Adrien CLERC5-0/+37
2012-02-09Use embedded fonts instead of Google.Adrien CLERC1-1/+1
2012-02-09Add font generated from FontSquirrel. The CSS haveAdrien CLERC8-0/+621
been slightly modified.
2012-01-28Correct bug in members model. The has_bills method did not worked as ↵Frédéric Sureau1-1/+1
expected. Fix #73.
2012-01-28Changed delete feature to only support POST method. Fix #21.Frédéric Sureau4-11/+30
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.Avenel2-1/+14
is no bill.
2011-12-03Small commit to add more informations in dashboard view.A.Avenel2-2/+6
2011-12-03The 'submit and add a new one' button now acts as intendedAlexis Metaireau1-2/+7
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 Metaireau4-4/+12
2011-11-28Fix a little styling mistake. Now the menu displays the right wayAlexis Metaireau2-2/+3
2011-11-28Fix #59. Edit now works properlyAlexis Metaireau2-4/+5
2011-11-28add a (dead simple) dashboard. Fixes #42Alexis Metaireau1-0/+4
2011-11-28add bootstrap-modal.jsAlexis Metaireau1-0/+260
2011-11-28Transform the bill addition form, using a popup. See #53Alexis Metaireau2-33/+18
2011-11-28reorganize the static folder structureAlexis Metaireau30-19/+26
2011-11-27update bootstrap to the last version. Clean some cssAlexis Metaireau7-237/+381
2011-11-27Fix #54. The flash message is now in greenAlexis Metaireau1-1/+1
2011-11-27jinja2.6 is requiredAlexis Metaireau1-0/+1
2011-11-27merge with quentinAlexis Metaireau1-4/+2
2011-11-27change the icons, simplify some javascriptAlexis Metaireau10-16/+47
2011-11-26Members are now sorted by name in the balance.Tinmn1-3/+1
2011-11-24revert arnaud's commit about delete linksAlexis Metaireau4-86/+18
2011-11-21Correction of a (very) minor bug of bill hover (commit ↵Tinmn1-1/+1
6df17b7d97856c8b3d23bb02e55b0c5facba6071).
2011-11-20Bill's members highlights in the balance in accordance with #69.Tinmn2-175/+203
I'm not satisfied with the payer display but I have better in mind.
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 ↵Tinmn7-326/+379
field (with translation).
2011-11-17Merge branch 'master' of github.com:spiral-project/ihatemoneyArnaud Bos2-12/+33
2011-11-17Minor CSS changesArnaud Bos2-3/+6
2011-11-03Small fix in CommaDecimalField classA.Avenel1-1/+2
2011-11-02Oops, forgot to commit testsA.Avenel1-10/+23
2011-11-02Merge remote branches 'upstream/master' and 'origin/master'A.Avenel7-8/+30