| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-07-31 | Makes the computation working. | Alexis Metaireau | 1 | -20/+18 | |
| 2011-07-31 | List the projects in session into the home page. | Alexis Metaireau | 1 | -2/+6 | |
| This allows easier access when people don't remembre the name / url of their projects. | |||||
| 2011-07-31 | Adding a bill is now working properly | Alexis Metaireau | 1 | -10/+3 | |
| 2011-07-30 | Invite people after project creation. | Alexis Metaireau | 1 | -5/+31 | |
| Uses the flask-mail extension. | |||||
| 2011-07-30 | Put back the old version of authenticate. | Alexis Metaireau | 1 | -24/+22 | |
| (Fred, is there a reason why you're using form.id.validate()? Doesn't seem to be defined in here. Also properly deletes the session using session.clear rather than session = None. As session is an observable object, if it is updated to None, the session will *not* be invalided at the end of the request. Instead, you have to call clear() which will clear its members so the cookie will be updated accordingly at the end of the request. | |||||
| 2011-07-29 | Adding bill works | Frédéric Sureau | 1 | -1/+0 | |
| 2011-07-29 | Homepage created and project authentication refactored | Frédéric Sureau | 1 | -26/+38 | |
| 2011-07-26 | Check project id before authentication | Frédéric Sureau | 1 | -3/+5 | |
| 2011-07-23 | Manage users creation | Alexis Metaireau | 1 | -4/+14 | |
| 2011-07-23 | Project creation. | Alexis Metaireau | 1 | -27/+44 | |
| 2011-07-23 | Split the logic into different python modules: | Alexis Metaireau | 1 | -0/+145 | |
| * 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 | |||||
