| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-02-16 | Fix id in form label | Alexandre Avenel | 1 | -1/+1 | |
| Checking item was broken when clicking on the label instead of the checkbox | |||||
| 2017-02-16 | Fix xss (#173) | Alexandre Avenel | 1 | -1/+12 | |
| Fix #173 Rewrite multi select widget as a template in order to have all values properly escaped. | |||||
| 2017-02-04 | Add a label for screen-readers on user add form | Jocelyn Delalande | 1 | -1/+5 | |
| There was no label, which is bad for accessibility. | |||||
| 2017-02-04 | Adapt to bootstrap 4 forms | Jocelyn Delalande | 1 | -9/+13 | |
| - Adapt to BS4 class names and hierarchy - Redesign some forms to have the label above the input (mobile-friendly) - For the remaining inline form (add bill), use the grid, as BS no longer provides inline form alignment helpers | |||||
| 2016-06-16 | Added member edit form | Jocelyn Delande | 1 | -0/+14 | |
| 2015-08-20 | Remove trailing whitespaces | Jocelyn Delande | 1 | -6/+6 | |
| 2012-11-26 | update for "create archive" interface | A.Avenel | 1 | -0/+1 | |
| 2012-04-05 | Update to Boostrap v2. | Frédéric Sureau | 1 | -23/+20 | |
| Remove unused libs (QTip, JQueryUI) and add bootstrap-datepicker which is much lighter. | |||||
| 2011-11-28 | Add a 'sumbit and add a new one' button for new bills. Fix #53 | Alexis Metaireau | 1 | -1/+4 | |
| 2011-11-28 | Transform the bill addition form, using a popup. See #53 | Alexis Metaireau | 1 | -2/+2 | |
| 2011-11-27 | update bootstrap to the last version. Clean some css | Alexis Metaireau | 1 | -1/+1 | |
| 2011-11-02 | Add a way to delete a project. Fix #63 | Arnaud Bos | 1 | -1/+4 | |
| 2011-11-01 | Improvement of the sidebar look. Related to #34. Fix #52. | Arnaud Bos | 1 | -2/+2 | |
| 2011-10-16 | Add a datepicker (with support of i18n). Fix #37 | Alexis Metaireau | 1 | -4/+4 | |
| 2011-10-15 | Translate the application using Flask-babel. | Alexis Metaireau | 1 | -8/+8 | |
| 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-08 | Add a password recovery feature. Fix #32 | Alexis Metaireau | 1 | -1/+11 | |
| 2011-09-18 | Merge branch 'master' into auth-forms-usability | Arnaud Bos | 1 | -0/+11 | |
| 2011-09-14 | Provide a way to edit a project. Fix #17 | Alexis Metaireau | 1 | -0/+11 | |
| 2011-09-14 | Make the identifier clearer to the end-user. | Arnaud Bos | 1 | -4/+4 | |
| - 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-11 | Fix #24 on Authentication and New project forms usability. | Arnaud Bos | 1 | -3/+8 | |
| - 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 | -1/+1 | |
| 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 | Start working on archive management | Alexis Metaireau | 1 | -2/+14 | |
| 2011-08-21 | style the send invitations page | Alexis Metaireau | 1 | -0/+9 | |
| 2011-08-21 | Fix a weird behavior with tests and databases. | Alexis Metaireau | 1 | -9/+6 | |
| Now all the database during the tests is in memory, created for each test and cleared at the end of the test. | |||||
| 2011-08-21 | Re-design (Fixes #19) | Alexis Metaireau | 1 | -16/+36 | |
| 2011-08-10 | use checkboxes rather than select multiple. Fixes #10 | Alexis Metaireau | 1 | -1/+1 | |
| 2011-08-09 | We now are able to set the date when adding a bill. | Frédéric Sureau | 1 | -0/+1 | |
| 2011-08-05 | Changing submit buttons display | Frédéric Sureau | 1 | -1/+3 | |
| 2011-07-31 | Some more theming and fixes. | Alexis Metaireau | 1 | -0/+43 | |
| 2011-07-31 | Theming. | Alexis Metaireau | 1 | -0/+13 | |
| 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. | |||||
