| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-07-07 | Absolute imports & some other improvements (#243) | Alexis Metaireau | 24 | -701/+0 | |
| * Use absolute imports and rename package to ihatemoney * Add a ihatemoney command * Factorize application creation logic * Refactor the tests * Update the wsgi.py module with the new create_app() function * Fix some styling thanks to Flake8. * Automate Flake8 check in the CI. | |||||
| 2017-06-27 | Merge pull request #226 from spiral-project/rename-delete-to-deactivate | JocelynDelalande | 1 | -1/+1 | |
| Rename delete to deactivate for members. Fixes #177 | |||||
| 2017-06-21 | Add meta viewport tag. Fixes #219. (#231) | Lucas Verney | 1 | -0/+1 | |
| 2017-06-21 | Rename delete to deactivate for members. Fixes #177 | Alexis Métaireau | 1 | -1/+1 | |
| 2017-06-11 | More responsive layout (#213) | Lucas Verney | 3 | -40/+44 | |
| Fix navbar responsiveness on mobile. | |||||
| 2017-05-18 | Public project creation and admin permissions (#210) | 0livd | 3 | -0/+20 | |
| * Add a @requires_admin decorator It can be used to protect specific endpoints with ADMIN_PASSWORD (a password that is stored unencrypted in the settings) The decorator has no effect if ADMIN_PASSWORD is an empty string (default value) * Require admin permissions to access create project endpoint When ADMIN_PASSWORD is not empty, project creation form on the home page will be replaced by a link to the create project endpoint so one is able to enter the admin password before filling the form | |||||
| 2017-05-17 | Add ACTIVATE_DEMO_PROJECT setting (#209) | 0livd | 1 | -0/+2 | |
| When set to False (True by default), it deactivates the demo project | |||||
| 2017-03-19 | Remove unused archive feature | 0livd | 2 | -20/+0 | |
| The archive table is not removed from the database model because it would involve a tricky migration fixes #170 | |||||
| 2017-03-09 | Add export feature | 0livd | 2 | -1/+16 | |
| Bills and transactions can now be exported to json or csv ref #28 | |||||
| 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 | 2 | -2/+13 | |
| Fix #173 Rewrite multi select widget as a template in order to have all values properly escaped. | |||||
| 2017-02-07 | Update bootstrap-datepicker to 1.6.4 | Jocelyn Delalande | 2 | -1/+1 | |
| Actually switching to maintained fork at https://github.com/uxsolutions/bootstrap-datepicker ; the original project being unmaintained since 2012. - Works with recent jQuery - BS4 is not supported by bootstrap-datepicker, but actually, it works :-) ref https://github.com/uxsolutions/bootstrap-datepicker/issues/1670 | |||||
| 2017-02-04 | Adapt list bills view to bootstrap 4 | Jocelyn Delalande | 1 | -9/+13 | |
| - modal classes and hierarchy changed since BS2 - striped tables are now handled by css3 pseudo-class rather than classes - fix placement/alignment for the button and comment above the table | |||||
| 2017-02-04 | Adapt tryout button to bootstrap 4 | Jocelyn Delalande | 1 | -1/+1 | |
| Trying to keep same look'n'feel. | |||||
| 2017-02-04 | Adapt navigation bar to bootstrap 4 | Jocelyn Delalande | 1 | -22/+17 | |
| Also fixed some weird alignment issues. I think this will need more work later (revamp the navbar layout to avoid that sensation of thing which are floating at random places in the navbar). | |||||
| 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 | Refactor layout based on bootstrap 4 grid | Jocelyn Delalande | 5 | -38/+33 | |
| 2017-02-04 | Adapt to bootstrap 4 forms | Jocelyn Delalande | 4 | -13/+17 | |
| - 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 | |||||
| 2017-02-04 | Update bootstrap dependency to bootstrap 4 | Jocelyn Delalande | 1 | -1/+2 | |
| 2017-01-30 | Factor navbar between list_bills and settle_bill | Jocelyn Delalande | 2 | -7/+2 | |
| 2017-01-03 | Workaround rounding issues when displaying balance of users | Baptiste Jonglez | 2 | -6/+6 | |
| A user with a "0.00" balance would have either a "+0.00" in green or a "-0.00" in red, depending on the exact value of the floating-point value. Fix this by simply rounding to 2 digits before comparing to zero. | |||||
| 2016-06-16 | Hide the member weights in members list if all weights are "1". | Jocelyn Delande | 1 | -1/+3 | |
| 2016-06-16 | Added member edit form | Jocelyn Delande | 3 | -1/+32 | |
| 2016-06-15 | display an edit button on members list | Jocelyn Delande | 1 | -1/+4 | |
| 2016-06-15 | Ask for confirmation only for deleting users | Jocelyn Delande | 1 | -1/+5 | |
| 2016-06-15 | Added a template filter not to show zero decimals on user weights | Jocelyn Delande | 1 | -1/+1 | |
| 2016-06-15 | UI for showing user weights in user list | Jocelyn Delande | 1 | -1/+1 | |
| 2015-09-25 | Prevent comma to be included in URL | Mathieu Leplatre | 1 | -1/+1 | |
| 2015-09-25 | Prevent comma to be included in URL | Mathieu Leplatre | 1 | -1/+1 | |
| 2015-08-20 | Remove trailing whitespaces | Jocelyn Delande | 7 | -14/+14 | |
| 2014-07-22 | Format numbers in templates | Alexandre Avenel | 2 | -3/+3 | |
| 2013-10-13 | Fix translation for password tooltip | A.Avenel | 1 | -1/+1 | |
| - Javascript don't like non-escaped character - fix typo | |||||
| 2013-04-07 | bugfix : "Settle" link was not active on navbar. | A.Avenel | 2 | -5/+4 | |
| 2013-04-07 | More code cleanup for "settle bills" | A.Avenel | 1 | -2/+2 | |
| 2013-04-07 | use "member.id" instead of "member" | A.Avenel | 2 | -11/+11 | |
| 2013-02-19 | Merge branch 'flask0.9' of github.com:aavenel/ihatemoney | A.Avenel | 1 | -0/+1 | |
| 2012-11-26 | update for "create archive" interface | A.Avenel | 1 | -0/+1 | |
| 2012-11-03 | Add unit tests for settle_bill | A.Avenel | 1 | -10/+21 | |
| 2012-11-03 | Merge git://github.com/Lastpixl/ihatemoney into HEAD | A.Avenel | 3 | -6/+42 | |
| Conflicts: budget/templates/layout.html budget/templates/list_bills.html | |||||
| 2012-09-03 | Some love for the dashboard view | A.Avenel | 1 | -13/+14 | |
| 2012-09-03 | Bugfix : "Submit and add a new one" not working | A.Avenel | 1 | -1/+1 | |
| 2012-09-03 | Bugfix : calendar widget not working when you edit a bill. | A.Avenel | 3 | -11/+9 | |
| 2012-09-03 | Remove some old code no longer needed (Correct 404 errors about jquery-ui) | A.Avenel | 1 | -6/+0 | |
| 2012-09-02 | Fix project deletion. fix #87 | Alexis Metaireau | 1 | -1/+1 | |
| 2012-04-05 | Update to Boostrap v2. | Frédéric Sureau | 12 | -180/+138 | |
| Remove unused libs (QTip, JQueryUI) and add bootstrap-datepicker which is much lighter. | |||||
| 2012-03-12 | Split bills function and basic template. | Xavier Mehrenberger | 3 | -5/+43 | |
| 2012-02-11 | Add QTip2 and use it to display a message about access code on the first page. | Adrien CLERC | 2 | -0/+22 | |
| 2012-01-28 | Changed delete feature to only support POST method. Fix #21. | Frédéric Sureau | 1 | -3/+7 | |
| 2011-12-04 | Fix an error in dashboard.html | Alexis Metaireau | 1 | -2/+2 | |
| 2011-12-03 | Fix for a bug introduced in last commit : crash of dashboard view when there ↵ | A.Avenel | 1 | -1/+10 | |
| is no bill. | |||||
