| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-06-15 | Added member weights support to API | Jocelyn Delande | 1 | -2/+2 | |
| 2016-06-15 | Add members weight in models and budget backend refs #94 | Jocelyn Delande | 1 | -3/+6 | |
| 2015-07-05 | Bugfix rounding settle algorithm | Alexandre Avenel | 1 | -1/+1 | |
| In some cases, settle algorithm failed to deliver optimal solution due to a rounding bug. | |||||
| 2015-05-01 | specified sizes for string columns for MySQL | Jocelyn Delande | 1 | -5/+5 | |
| 2014-07-22 | Format numbers in templates | Alexandre Avenel | 1 | -1/+1 | |
| 2014-07-21 | Fix rounding error in balances | Alexandre Avenel | 1 | -1/+1 | |
| 2013-10-12 | bugfix #104 : ZeroDivisionError | A.Avenel | 1 | -1/+4 | |
| - test if self.owers is null before returning value | |||||
| 2013-05-09 | Merge pull request #96 from aavenel/master | Alexis Metaireau | 1 | -0/+47 | |
| New feature : Settle the bill | |||||
| 2013-05-09 | Optimization | A.Avenel | 1 | -4/+6 | |
| 2013-04-08 | Bugfix#92 : error when deleting an user | A.Avenel | 1 | -1/+4 | |
| 2013-04-07 | More code cleanup for "settle bills" | A.Avenel | 1 | -4/+4 | |
| 2013-04-07 | use "member.id" instead of "member" | A.Avenel | 1 | -11/+9 | |
| 2013-02-19 | Merge branch 'flask0.9' of github.com:aavenel/ihatemoney | A.Avenel | 1 | -1/+1 | |
| 2013-02-18 | update for flask 0.9 | A.Avenel | 1 | -1/+1 | |
| 2012-11-03 | Merge git://github.com/Lastpixl/ihatemoney into HEAD | A.Avenel | 1 | -1/+48 | |
| Conflicts: budget/templates/layout.html budget/templates/list_bills.html | |||||
| 2012-05-19 | Switched to the new naming scheme for extensions | Alexis Metaireau | 1 | -1/+1 | |
| 2012-03-28 | Merge branch 'master' of git://github.com/spiral-project/ihatemoney | Frédéric Sureau | 1 | -6/+12 | |
| 2012-03-12 | Split bills function and basic template. | Xavier Mehrenberger | 1 | -1/+48 | |
| 2012-03-06 | code reread: noop, and pep8 <3 | Feth AREZKI | 1 | -6/+12 | |
| 2012-01-28 | Correct bug in members model. The has_bills method did not worked as ↵ | Frédéric Sureau | 1 | -1/+1 | |
| expected. Fix #73. | |||||
| 2011-12-03 | Fix for a bug introduced in last commit : crash of dashboard view when there ↵ | A.Avenel | 1 | -0/+4 | |
| is no bill. | |||||
| 2011-11-02 | Add a way to delete a project. Fix #63 | Arnaud Bos | 1 | -0/+4 | |
| 2011-10-18 | Document the API. Fix #46 | Alexis Metaireau | 1 | -3/+4 | |
| 2011-10-18 | Use the relation table for "has_bills". | Alexis Metaireau | 1 | -4/+3 | |
| This fixes a bug related to the way we made joins to query q postgresql db. I found that we didn't needed at all any join, so a simple lookup in the m2m relation table allows to speed up things. Fix #44 | |||||
| 2011-10-15 | Translate the application using Flask-babel. | Alexis Metaireau | 1 | -1/+0 | |
| The only translation so far is french, but more can be added. The browser language is used thanks to the HTTP languages headers. There are still some problems with the translation of some strings, I don't know why this is. See #12 | |||||
| 2011-10-13 | Fix some problems related to postgresql and models | Alexis Metaireau | 1 | -2/+2 | |
| 2011-10-08 | Round the balance. Fix #1 | Alexis Metaireau | 1 | -1/+1 | |
| 2011-10-08 | Complete the REST API + Tests. Fix #27 | Alexis Metaireau | 1 | -8/+7 | |
| 2011-09-13 | API: Create and Update support | Alexis Metaireau | 1 | -2/+17 | |
| 2011-09-13 | REST API is now able to list stuff \o/ | Alexis Metaireau | 1 | -1/+26 | |
| 2011-09-13 | Add a serialization mechanism | Alexis Metaireau | 1 | -0/+7 | |
| 2011-09-09 | Move some logic to the models and add comments. | Alexis Metaireau | 1 | -0/+27 | |
| 2011-09-09 | Start working on archive management | Alexis Metaireau | 1 | -0/+17 | |
| 2011-08-10 | Add some more tests about membership. (#14) | Alexis Metaireau | 1 | -1/+1 | |
| Fixes #15 as invalid: deactivated users are not listed on the bill form or on the balance. | |||||
| 2011-08-09 | Users are deleted when no bill is assigned to them. Fixes #5 | Frédéric Sureau | 1 | -0/+8 | |
| 2011-07-31 | Makes the computation working. | Alexis Metaireau | 1 | -1/+25 | |
| 2011-07-31 | Adding a bill is now working properly | Alexis Metaireau | 1 | -0/+3 | |
| 2011-07-23 | Manage users creation | Alexis Metaireau | 1 | -1/+1 | |
| 2011-07-23 | Split the logic into different python modules: | Alexis Metaireau | 1 | -0/+54 | |
| * web.py contains the controllers (also called views) + url definitions * models.py contains the models * forms.py contains the forms * utils.py contains a set of utility fonctions to ease the dev. process | |||||
