| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-09-13 | API: Create and Update support | Alexis Metaireau | 1 | -4/+20 | |
| 2011-09-09 | Start working on archive management | Alexis Metaireau | 1 | -0/+5 | |
| 2011-08-22 | Add missing tests. Fixes #14 and #22. | Alexis Metaireau | 1 | -1/+2 | |
| 2011-08-21 | Re-design (Fixes #19) | Alexis Metaireau | 1 | -3/+2 | |
| 2011-08-10 | Add some more tests about membership. (#14) | Alexis Metaireau | 1 | -1/+0 | |
| Fixes #15 as invalid: deactivated users are not listed on the bill form or on the balance. | |||||
| 2011-08-10 | Add tests about project creation and member add. | Alexis Metaireau | 1 | -0/+4 | |
| See #14 | |||||
| 2011-08-10 | It is now possible to edit existing bills. | Frédéric Sureau | 1 | -7/+18 | |
| 2011-08-10 | Changed 'for' value of checkboxes labels when adding a bill. This is now ↵ | Frédéric Sureau | 1 | -1/+1 | |
| possible to check the correct box when you click on the label. | |||||
| 2011-08-10 | use checkboxes rather than select multiple. Fixes #10 | Alexis Metaireau | 1 | -1/+19 | |
| 2011-08-09 | We now are able to set the date when adding a bill. | Frédéric Sureau | 1 | -1/+3 | |
| 2011-08-05 | Changed password field type in authentication form. | Frédéric Sureau | 1 | -1/+1 | |
| 2011-08-05 | Submit button label changed in project creation form | Frédéric Sureau | 1 | -1/+1 | |
| 2011-07-31 | Adding a bill is now working properly | Alexis Metaireau | 1 | -2/+11 | |
| 2011-07-30 | Invite people after project creation. | Alexis Metaireau | 1 | -0/+10 | |
| Uses the flask-mail extension. | |||||
| 2011-07-30 | Fixes an unwanted error "user already exists". | Alexis Metaireau | 1 | -2/+2 | |
| Doing a query with an AND SQL statement needs to be done with multiple "filter" callswith SQLAlchemy. Here, we want to be sure that the username is not used AND that the project is the same than the eventual users that would match. The previous version of the code returned an user with the same name, even if the user wasn't in the right group. | |||||
| 2011-07-29 | Homepage created and project authentication refactored | Frédéric Sureau | 1 | -0/+1 | |
| 2011-07-26 | Check project id before authentication | Frédéric Sureau | 1 | -1/+1 | |
| 2011-07-23 | Manage users creation | Alexis Metaireau | 1 | -1/+14 | |
| 2011-07-23 | Project creation. | Alexis Metaireau | 1 | -0/+11 | |
| 2011-07-23 | Split the logic into different python modules: | Alexis Metaireau | 1 | -0/+24 | |
| * 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 | |||||
