aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
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-26Merge pull request #80 from feth/masterAlexis Metaireau1-20/+28
not much change
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-15Merge pull request #78 from Glandos/masterfredericsureau13-1/+659
Get rid of Google dependency for fonts and warn about access code
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-27Merge pull request #74 from fredericsureau/masterfredericsureau4-11/+30
Fix bug #21
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-03Merge pull request #72 from aavenel/masterAlexis Metaireau2-1/+14
Fix a crash in dashboard view
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-03Merge pull request #71 from aavenel/masterAlexis Metaireau2-2/+6
Small commit to add more informations in Dashboard view.
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-20Merge pull request #68 from Tinmn/masterQuentin Roy7-326/+379
Addition of an auto hiding user information message...