| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-08-05 | Submit button label changed in project creation form | Frédéric Sureau | 1 | -1/+1 | |
| 2011-08-05 | Changing submit buttons display | Frédéric Sureau | 1 | -1/+3 | |
| 2011-07-31 | Makes the computation working. | Alexis Metaireau | 4 | -30/+63 | |
| 2011-07-31 | Some more theming and fixes. | Alexis Metaireau | 12 | -216/+71 | |
| 2011-07-31 | Theming. | Alexis Metaireau | 8 | -47/+484 | |
| Uses uni-form to style forms and add a macro to ease this. Of course, the overall thing has to be reworked, but having this in place will help us to have something easier to change when we will really care about design. All the form templates can now be defined in templates/forms.html and be called thansk to {{ forms.name_of_the_form(form) }}. I've done some styling, but that's really not my thing, feel free to modify it. | |||||
| 2011-07-31 | List the projects in session into the home page. | Alexis Metaireau | 2 | -8/+14 | |
| 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 | 8 | -17/+29 | |
| 2011-07-30 | add a gitignore file | Alexis Metaireau | 1 | -0/+1 | |
| 2011-07-30 | List existing sessions on the home. | Alexis Metaireau | 3 | -18/+19 | |
| Also factorize the code to display errors in forms. | |||||
| 2011-07-30 | Invite people after project creation. | Alexis Metaireau | 6 | -5/+72 | |
| Uses the flask-mail extension. | |||||
| 2011-07-30 | Update the TODO list. | Alexis Metaireau | 1 | -1/+1 | |
| Adding members is now effective, added some concerns about eventual spammers. | |||||
| 2011-07-30 | Put the dependencies into a requirements.txt file. | Alexis Metaireau | 2 | -2/+6 | |
| This allows to put them only in one place and to use `pip install -r requirements.txt` in order to install all the dependencies. | |||||
| 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-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-30 | Add templates to add a member. | Alexis Metaireau | 3 | -1/+15 | |
| 2011-07-30 | Uses blueprint classes rather than floats. | Alexis Metaireau | 1 | -3/+3 | |
| 2011-07-29 | Adding bill works | Frédéric Sureau | 6 | -6/+18 | |
| 2011-07-29 | Homepage created and project authentication refactored | Frédéric Sureau | 4 | -28/+71 | |
| 2011-07-26 | Check project id before authentication | Frédéric Sureau | 3 | -4/+6 | |
| 2011-07-23 | Manage users creation | Alexis Metaireau | 5 | -37/+66 | |
| 2011-07-23 | Project creation. | Alexis Metaireau | 3 | -28/+56 | |
| 2011-07-23 | update the TODO file | Alexis Metaireau | 1 | -1/+0 | |
| 2011-07-23 | Split the logic into different python modules: | Alexis Metaireau | 7 | -258/+266 | |
| * 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 | |||||
| 2011-07-23 | Kick-start multiple projects support. | Alexis Metaireau | 8 | -43/+200 | |
| This commit adds: * support for projects (creation not yet finished) * an authentication mechanism * bugs (basically all the features are not working anymore) | |||||
| 2011-03-18 | add a delete feature | Alexis Metaireau | 2 | -1/+10 | |
| 2011-03-12 | fix typos | Alexis Metaireau | 1 | -2/+2 | |
| 2011-03-10 | fix typo | Alexis Metaireau | 1 | -1/+1 | |
| 2011-03-10 | add a confirmation button | Alexis Metaireau | 1 | -1/+1 | |
| 2011-03-10 | add some stuff in the readme about deployment | Alexis Metaireau | 1 | -0/+6 | |
| 2011-03-10 | update the path to the app for all conf files | Alexis Metaireau | 2 | -5/+5 | |
| 2011-03-10 | update the names in the nginx conf | Alexis Metaireau | 1 | -2/+2 | |
| 2011-03-10 | reshape the folder structure. Add conf files | Alexis Metaireau | 43 | -0/+64 | |
| 2011-03-10 | create the db in any case when loading the module | Alexis Metaireau | 1 | -1/+1 | |
| 2011-03-10 | add a readme | Alexis Metaireau | 1 | -0/+10 | |
| 2011-03-10 | initial import | Alexis Metaireau | 39 | -0/+1904 | |
