| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-03-28 | Update the .gitignore file | Alexis Métaireau | 1 | -1/+0 | |
| 2017-03-28 | Create a Makefile to ease development | Alexis Métaireau | 7 | -38/+60 | |
| 2017-03-28 | Change the README again | Alexis Métaireau | 1 | -1/+0 | |
| 2017-03-28 | Update the README with the release process | Alexis Métaireau | 1 | -0/+1 | |
| 2017-03-28 | Preparing release 1.0.0 | Alexis Métaireau | 1 | -1/+1 | |
| 2017-03-28 | Merge pull request #182 from spiral-project/releases | Alexis Metaireau | 7 | -2/+131 | |
| Start making releases | |||||
| 2017-03-22 | Fix setup.py mistake | Alexis Métaireau | 1 | -1/+1 | |
| 2017-03-21 | Specify python 2.7 and remove 3.6 since we do not test against it yet | Alexis Métaireau | 1 | -1/+1 | |
| 2017-03-21 | Add a setup.py file | Alexis Métaireau | 3 | -0/+75 | |
| 2017-03-21 | Update the README with the release process | Alexis Métaireau | 3 | -7/+35 | |
| 2017-03-20 | Add a changelog and a contributors file | Alexis Métaireau | 2 | -0/+26 | |
| 2017-03-20 | Merge pull request #181 from 0livd/remove_archive | Alexis Metaireau | 7 | -71/+2 | |
| Remove unused archive feature | |||||
| 2017-03-20 | Merge pull request #179 from 0livd/export_filename | Alexis Metaireau | 1 | -1/+1 | |
| Fix bad export filename | |||||
| 2017-03-19 | Remove unused archive feature | 0livd | 7 | -71/+2 | |
| The archive table is not removed from the database model because it would involve a tricky migration fixes #170 | |||||
| 2017-03-19 | Use project.id in export filename as it is already slugified | 0livd | 1 | -1/+1 | |
| 2017-03-18 | Merge pull request #178 from 0livd/py3 | Alexis Metaireau | 6 | -117/+132 | |
| Py2/3 compatibility, 2nd round | |||||
| 2017-03-17 | Travis CI: Run tests on python2.7 and python3.5 | 0livd | 1 | -0/+1 | |
| 2017-03-17 | Make ihatemoney Py2/3 compatible | 0livd | 4 | -108/+122 | |
| Flask-wtf>=0.13 is now required and Form is replaced by FlaskForm Py2/3 compatibility is assured by six | |||||
| 2017-03-12 | Fix broken authentication test | 0livd | 1 | -1/+1 | |
| 2017-03-12 | Fix tab indentation | 0livd | 2 | -9/+9 | |
| 2017-03-11 | Merge pull request #176 from 0livd/master | Alexis Metaireau | 9 | -14/+260 | |
| Add export feature | |||||
| 2017-03-09 | Add export feature | 0livd | 9 | -14/+260 | |
| Bills and transactions can now be exported to json or csv ref #28 | |||||
| 2017-02-22 | Add non-regression test for member name XSS | Jocelyn Delalande | 1 | -0/+12 | |
| ref #173 | |||||
| 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 | Remove obsolete code | Alexandre Avenel | 1 | -22/+0 | |
| 2017-02-16 | Fix xss (#173) | Alexandre Avenel | 3 | -3/+14 | |
| Fix #173 Rewrite multi select widget as a template in order to have all values properly escaped. | |||||
| 2017-02-15 | Merge pull request #172 from JocelynDelalande/jd-bootstrap-4 | Alexis Metaireau | 19 | -1514/+2702 | |
| WIP: Upgrade to bootstrap 4 | |||||
| 2017-02-09 | Prevent "Add new bill" button flickering | Jocelyn Delalande | 1 | -0/+5 | |
| 2017-02-09 | Prevent dancing cells while hovering sidebar lines | Jocelyn Delalande | 1 | -0/+4 | |
| Fix a regression introduced with BS4 update. | |||||
| 2017-02-09 | Prevent modal overflow | Jocelyn Delalande | 1 | -4/+0 | |
| Allowing the modal to extend; thus "natural" page scrolling allows to see the whole popup. | |||||
| 2017-02-07 | Update bootstrap-datepicker to 1.6.4 | Jocelyn Delalande | 7 | -700/+2543 | |
| 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 | 2 | -9/+18 | |
| - 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 | Do not force huge add member button | Jocelyn Delalande | 1 | -1/+0 | |
| BS4 provides larger touch-friendly controls anyway. | |||||
| 2017-02-04 | Adapt tryout button to bootstrap 4 | Jocelyn Delalande | 2 | -1/+9 | |
| Trying to keep same look'n'feel. | |||||
| 2017-02-04 | Adapt navigation bar to bootstrap 4 | Jocelyn Delalande | 2 | -26/+31 | |
| 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 | 6 | -49/+39 | |
| 2017-02-04 | Adapt to bootstrap 4 forms | Jocelyn Delalande | 5 | -15/+19 | |
| - 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 | 6 | -699/+20 | |
| 2017-02-01 | Merge pull request #171 from spiral-project/berteh-better-translations | Alexis Metaireau | 1 | -1/+5 | |
| Improve translation for user edit form. | |||||
| 2017-02-01 | Improve translation for user edit form. | Berteh | 1 | -1/+5 | |
| 2017-01-30 | Factor navbar between list_bills and settle_bill | Jocelyn Delalande | 3 | -9/+9 | |
| 2017-01-27 | Merge pull request #167 from aavenel/fix-deprecation-issues | JocelynDelalande | 5 | -8/+8 | |
| Fix deprecation issues (ExtDeprecationWarning) | |||||
| 2017-01-21 | Fix deprecation issues (ExtDeprecationWarning) | Alexandre Avenel | 5 | -8/+8 | |
| 2017-01-21 | Merge pull request #155 from aavenel/fix-test-rounding | JocelynDelalande | 1 | -1/+4 | |
| Fix unit test rounding | |||||
| 2017-01-21 | Fix unit test rounding : | Alexandre Avenel | 1 | -1/+4 | |
| Test was Ok but failed due to some floating point errors. | |||||
| 2017-01-17 | Merge pull request #166 from JocelynDelalande/jd-fix-prefixed-test | Alexis Metaireau | 1 | -0/+1 | |
| Fix ServerTestCase.test_unprefixed test | |||||
| 2017-01-16 | Merge pull request #161 from zorun/optimise_sql | Alexis Metaireau | 2 | -2/+4 | |
| Optimise sql queries | |||||
| 2017-01-16 | Merge pull request #164 from zorun/fix_zero_transfers | Alexis Metaireau | 4 | -8/+48 | |
| Fix zero-amount transfers and other rounding issues | |||||
| 2017-01-16 | Merge pull request #162 from zorun/order_bills | Alexis Metaireau | 1 | -1/+2 | |
| Sort bills by (date.desc, ID.desc) instead of just date.desc | |||||
