Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | /add now remembers the date on reloading | René 'Necoro' Neumann | 2020-01-11 | 1 | -1/+16 |
* | Fix from upgrading flask-sqlalchemy | René 'Necoro' Neumann | 2020-01-11 | 2 | -3/+6 |
* | Update Flask URL | René 'Necoro' Neumann | 2020-01-11 | 1 | -1/+1 |
* | Increase copyright | René 'Necoro' Neumann | 2020-01-11 | 1 | -1/+1 |
* | Incorporate API changes | René 'Necoro' Neumann | 2017-02-12 | 3 | -6/+6 |
* | Migrate flask.ext.foo to flask_foo | René 'Necoro' Neumann | 2017-02-12 | 3 | -4/+4 |
* | Enable debugging for manage.sh | René 'Necoro' Neumann | 2017-02-12 | 1 | -1/+1 |
* | No need for flask-script anymore; flask provides this out of the box | René 'Necoro' Neumann | 2017-02-12 | 3 | -28/+17 |
* | No need for flask-sqlalchemy to track modifications and send events | René 'Necoro' Neumann | 2017-02-12 | 1 | -0/+1 |
* | Fix | René 'Necoro' Neumann | 2017-02-12 | 1 | -1/+1 |
* | Constant -> Konstant | René 'Necoro' Neumann | 2016-07-08 | 1 | -1/+1 |
* | 2to3 fixed too much | René 'Necoro' Neumann | 2016-07-05 | 1 | -1/+1 |
* | 2to3 conversion | René 'Necoro' Neumann | 2016-07-05 | 12 | -42/+42 |
* | First batch of py3 changes | René 'Necoro' Neumann | 2016-07-05 | 7 | -8/+7 |
* | Removed base 'Expense' class; introduce CategoryModel instead | René 'Necoro' Neumann | 2016-05-01 | 1 | -6/+7 |
* | Ignore .pyo | René 'Necoro' Neumann | 2016-05-01 | 1 | -0/+1 |
* | initial migration version (empty) | René 'Necoro' Neumann | 2016-05-01 | 1 | -0/+26 |
* | Init flask-migrate | René 'Necoro' Neumann | 2016-05-01 | 4 | -0/+143 |
* | Fix stat-chart layout | René 'Necoro' Neumann | 2016-05-01 | 2 | -11/+19 |
* | Add normale expenses to stats-page | René 'Necoro' Neumann | 2016-05-01 | 4 | -26/+72 |
* | Better whitespace handling | René 'Necoro' Neumann | 2016-05-01 | 2 | -11/+14 |
* | Moved third-party js to js/lib/ | René 'Necoro' Neumann | 2016-05-01 | 3 | -2/+2 |
* | Overhaul js handling | René 'Necoro' Neumann | 2016-05-01 | 5 | -19/+35 |
* | Updated highstocks to version 4.2.2 | René 'Necoro' Neumann | 2016-05-01 | 2 | -412/+431 |
* | Use flask-script for commandos | René 'Necoro' Neumann | 2016-01-19 | 2 | -20/+25 |
* | Allow to put in the date in short format | René 'Necoro' Neumann | 2016-01-19 | 2 | -5/+57 |
* | Fix | René 'Necoro' Neumann | 2015-11-01 | 1 | -3/+3 |
* | List constant expenses ending last month | René 'Necoro' Neumann | 2015-11-01 | 2 | -1/+7 |
* | Upgrade highstock | René 'Necoro' Neumann | 2015-04-23 | 4 | -388/+414 |
* | Upgrade jquery | René 'Necoro' Neumann | 2015-04-23 | 3 | -7/+5 |
* | Search function | René 'Necoro' Neumann | 2014-12-15 | 7 | -0/+117 |
* | [stats] %d -> %m ... m( | René 'Necoro' Neumann | 2014-09-09 | 2 | -2/+2 |
* | [stats] Allow clicking everywhere | René 'Necoro' Neumann | 2014-09-09 | 2 | -1/+21 |
* | Use step for stat plot | René 'Necoro' Neumann | 2014-09-09 | 2 | -2/+4 |
* | Fix Javascript | René 'Necoro' Neumann | 2014-09-09 | 2 | -5/+7 |
* | Remove some 'return's | René 'Necoro' Neumann | 2014-08-28 | 2 | -43/+38 |
* | Add clickable stat points | René 'Necoro' Neumann | 2014-08-28 | 5 | -12/+67 |
* | Update jQuery-UI | René 'Necoro' Neumann | 2014-08-27 | 12 | -9/+11 |
* | Fix statistics | René 'Necoro' Neumann | 2014-08-26 | 1 | -4/+7 |
* | Upgrade to newer highstock version | René 'Necoro' Neumann | 2014-08-25 | 6 | -376/+408 |
* | Port for WTForms2 (partially) | René 'Necoro' Neumann | 2014-08-25 | 1 | -6/+5 |
* | Remove API | René 'Necoro' Neumann | 2014-08-25 | 2 | -13/+0 |
* | More LiveScriptier | René 'Necoro' Neumann | 2014-01-17 | 2 | -56/+56 |
* | [] instead of null | René 'Necoro' Neumann | 2014-01-17 | 2 | -2/+2 |
* | First statistics :) | René 'Necoro' Neumann | 2014-01-17 | 9 | -300/+524 |
* | Update copyright date to 2014 | René 'Necoro' Neumann | 2014-01-14 | 1 | -1/+1 |
* | Bump highcharts to 3.0.8 | René 'Necoro' Neumann | 2014-01-14 | 3 | -281/+295 |
* | Default to category name when there is no description given (only on add()!) | René 'Necoro' Neumann | 2014-01-14 | 2 | -5/+11 |
* | Remember me | René 'Necoro' Neumann | 2014-01-14 | 1 | -1/+2 |
* | D'oh | René 'Necoro' Neumann | 2014-01-14 | 1 | -1/+1 |