| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-09-11 | Fix #24 on Authentication and New project forms usability. | Arnaud Bos | 1 | -1/+1 | |
| - Do not display anymore the identifier field in home. - Let the user enter the id if the slug generated from project name already exists as a project id. - Moved get_billform_for from 'utils' to 'forms', to avoid issue (was 'from forms import ...' into utils, and 'from utils import ...' into forms, which causeed an error). | |||||
| 2011-09-09 | Refactor the application to use blueprints. | Alexis Metaireau | 1 | -0/+22 | |
| This allows to isolate some behavior in the context of the web application so the API and the web application can behave in different ways. | |||||
