| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |||||
