| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-10-17 | the format for the date is yy-mm-dd | Alexis Metaireau | 1 | -2/+2 | |
| 2011-10-17 | Add the ability to change the language explicitely. I'm not sure the UI is ↵ | Alexis Metaireau | 3 | -2/+19 | |
| better with this. Any thoughts are welcome. Fix #35 | |||||
| 2011-10-16 | Add a datepicker (with support of i18n). Fix #37 | Alexis Metaireau | 22 | -7/+598 | |
| 2011-10-16 | Format floats with 2 decimals. Fix #39 | Alexis Metaireau | 1 | -1/+1 | |
| 2011-10-15 | serve static files with nginx | Alexis Metaireau | 1 | -0/+3 | |
| 2011-10-15 | clicking on the logo should return on the homepage | Alexis Metaireau | 1 | -1/+1 | |
| 2011-10-15 | translate 'each' as well | Alexis Metaireau | 4 | -1/+6 | |
| 2011-10-15 | add the project's title in the list of bills | Alexis Metaireau | 2 | -1/+2 | |
| 2011-10-15 | update some strings in the french translation | Alexis Metaireau | 2 | -1/+1 | |
| 2011-10-15 | remove the archive feature for now | Alexis Metaireau | 1 | -1/+0 | |
| 2011-10-15 | fix a bit the UI (identifier on bill's list) | Alexis Metaireau | 5 | -8/+6 | |
| 2011-10-15 | Fix translations of forms. | Alexis Metaireau | 1 | -1/+1 | |
| Forms are not context related, thus translations are done only once if not done in a lazy way. the fix is to use lazy_gettext rather than gettext. Fix #12 | |||||
| 2011-10-15 | Translate the application using Flask-babel. | Alexis Metaireau | 27 | -108/+1037 | |
| 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-14 | I HAZ TO RUN TESTS BEFORE COMMITING | Alexis Metaireau | 2 | -3/+3 | |
| 2011-10-13 | add epio.ini | Alexis Metaireau | 1 | -0/+6 | |
| 2011-10-13 | put back requirements.txt in budget | Alexis Metaireau | 1 | -0/+4 | |
| 2011-10-13 | move requirements.txt | Alexis Metaireau | 1 | -4/+0 | |
| 2011-10-13 | Fix some problems related to postgresql and models | Alexis Metaireau | 3 | -3/+10 | |
| 2011-10-13 | Coerce the payer choice to int, default is unicode. Fix #33 | Alexis Metaireau | 1 | -1/+1 | |
| 2011-10-13 | Coerce the payer choice to int, default is unicode | Alexis Metaireau | 1 | -0/+4 | |
| 2011-10-08 | Do not prompt the user with a 'prompt()' in javascript when deleting ↵ | Alexis Metaireau | 2 | -1/+10 | |
| members. Fix #29 | |||||
| 2011-10-08 | Round the balance. Fix #1 | Alexis Metaireau | 2 | -1/+40 | |
| 2011-10-08 | Add a password recovery feature. Fix #32 | Alexis Metaireau | 9 | -7/+80 | |
| 2011-10-08 | iclude the edit_project template | Alexis Metaireau | 1 | -0/+8 | |
| 2011-10-08 | merge with master | Alexis Metaireau | 5 | -25/+13 | |
| 2011-10-08 | Complete the REST API + Tests. Fix #27 | Alexis Metaireau | 7 | -52/+353 | |
| 2011-09-18 | Merge mistake, my bad | Arnaud Bos | 1 | -0/+1 | |
| - Restore ProjectForm.password as a PasswordField and not TextField | |||||
| 2011-09-18 | Merge branch 'master' into auth-forms-usability | Arnaud Bos | 12 | -47/+507 | |
| 2011-09-14 | Provide a way to edit a project. Fix #17 | Alexis Metaireau | 6 | -19/+73 | |
| 2011-09-14 | Fix #26. Footer is now relative | Alexis Metaireau | 2 | -3/+8 | |
| 2011-09-14 | Merge branch 'master' of github.com:ametaireau/budget-manager | Alexis Metaireau | 1 | -2/+5 | |
| 2011-09-14 | Add a test for #23 | Alexis Metaireau | 1 | -0/+9 | |
| 2011-09-14 | Simplified #30 fix. | Arnaud Bos | 1 | -3/+2 | |
| 2011-09-14 | Validate authentication form if given identifier is null. Fix #30. | Arnaud Bos | 1 | -2/+6 | |
| 2011-09-14 | Make the identifier clearer to the end-user. | Arnaud Bos | 9 | -12/+42 | |
| - Send an email to the user with the summary of the created project containing a reminder of the identifier, password and a link. - Add flash message with the identifier in the /invite page/ - Add a small note containing the identifier in the upper right corner of the project main page. | |||||
| 2011-09-13 | API: Create and Update support | Alexis Metaireau | 5 | -37/+100 | |
| 2011-09-13 | API: set the mimetype on the response | Alexis Metaireau | 2 | -1/+4 | |
| 2011-09-13 | REST API is now able to list stuff \o/ | Alexis Metaireau | 4 | -38/+74 | |
| 2011-09-13 | add mimetype support to the rest API utils | Alexis Metaireau | 1 | -18/+18 | |
| 2011-09-13 | Add a serialization mechanism | Alexis Metaireau | 3 | -1/+37 | |
| 2011-09-11 | Add Handlers for members and bills. | Alexis Metaireau | 3 | -27/+82 | |
| 2011-09-11 | API first draft: utils. (related to #27) | Alexis Metaireau | 4 | -1/+197 | |
| Introduces the "rest" module, with reusable utils for flask applications (will be packaged as a flask extension later on). | |||||
| 2011-09-11 | Fix #24 on Authentication and New project forms usability. | Arnaud Bos | 5 | -29/+62 | |
| - 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 | 13 | -89/+104 | |
| 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. | |||||
| 2011-09-09 | Move some logic to the models and add comments. | Alexis Metaireau | 2 | -15/+51 | |
| 2011-09-09 | Start working on archive management | Alexis Metaireau | 7 | -17/+55 | |
| 2011-08-25 | Add a way to reactivate an user, make the add project non obstrusive | Alexis Metaireau | 2 | -2/+13 | |
| 2011-08-25 | change the color of the font in the main page | Alexis Metaireau | 1 | -0/+2 | |
| 2011-08-22 | don't display delete link if the user is deactivated | Alexis Metaireau | 1 | -1/+1 | |
| 2011-08-22 | display a flash message when an user is coming back | Alexis Metaireau | 1 | -0/+1 | |
