| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-03-29 | Update flask-sqlalchemy to >=2.2 | Jocelyn Delalande | 1 | -1/+1 | |
| Versions prior to 2.1 trigger a deprecation warning because of the import of `flask.ext.sqlalchemy._compat` instead of `flask_sqlalchemy`. | |||||
| 2017-03-29 | Update flask-wtf to 0.14 | Jocelyn Delalande | 1 | -1/+1 | |
| Important changes include the new way to disable CSRF for a given form, 0.13 does not support it. | |||||
| 2017-03-29 | Use non-deprecated way to disable CSRF for API | Jocelyn Delalande | 1 | -6/+6 | |
| See also https://github.com/lepture/flask-wtf/pull/287 | |||||
| 2017-03-29 | Explicitly disables SQLALCHEMY_TRACK_MODIFICATIONS | Jocelyn Delalande | 1 | -0/+4 | |
| That noisy warning was everywhere in our test/CI logs before that commit: > ./home/travis/build/spiral-project/ihatemoney/.tox/py27/lib/python2.7/site-packages/flask_sqlalchemy/__init__.py:839: FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future. Set it to True or False to suppress this warning. > > 'SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhe | |||||
| 2017-03-29 | Merge pull request #190 from spiral-project/use-app-root | JocelynDelalande | 1 | -4/+3 | |
| Use app.root_path instead of __HERE__ | |||||
| 2017-03-29 | Merge pull request #189 from JocelynDelalande/py34 | Alexis Metaireau | 3 | -2/+5 | |
| Add Python 3.4 support | |||||
| 2017-03-29 | Add Python 3.4 support | Jocelyn Delalande | 3 | -2/+5 | |
| Note that py3.4 is the version shipped in current Debian version (Jessie). | |||||
| 2017-03-29 | Use app.root_path instead of __HERE__ | Alexis Métaireau | 1 | -4/+3 | |
| 2017-03-29 | Merge pull request #186 from spiral-project/tox | Alexis Metaireau | 12 | -61/+102 | |
| Tox support | |||||
| 2017-03-28 | @JocelynDelalande's review | Alexis Métaireau | 1 | -1/+0 | |
| 2017-03-28 | Merge pull request #188 from JocelynDelalande/travis-tox | Alexis Metaireau | 1 | -7/+7 | |
| Make travis use tox | |||||
| 2017-03-28 | Make travis use tox | Jocelyn Delalande | 1 | -7/+7 | |
| So that we are consistent between dev test env and CI test env. The use of `TOXENV` is to keep travis running the several envs in parallel. | |||||
| 2017-03-28 | Add tox support. | Alexis Métaireau | 5 | -1/+29 | |
| 2017-03-28 | Update the README with makefile changes | Alexis Métaireau | 2 | -15/+8 | |
| 2017-03-28 | Update requirements.txt location | Alexis Métaireau | 1 | -1/+1 | |
| 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). | |||||
