Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Fix calculation of default time span for constant costs. | René 'Necoro' Neumann | 2014-01-13 | 1 | -2/+10 |
* | Fixes and cleanup and documentation | René 'Necoro' Neumann | 2013-11-01 | 9 | -65/+176 |
* | Remove 'flask_extend' -- we are on 0.10 already | René 'Necoro' Neumann | 2013-11-01 | 3 | -35/+2 |
* | Some reorganization | René 'Necoro' Neumann | 2013-11-01 | 6 | -112/+108 |
* | Make links white in message boxes | René 'Necoro' Neumann | 2013-11-01 | 1 | -0/+4 |
* | Add a link to the flash for new/edited expenses | René 'Necoro' Neumann | 2013-10-22 | 1 | -3/+10 |
* | 'Change password' support | René 'Necoro' Neumann | 2013-10-19 | 5 | -8/+56 |
* | Rename 'login' to 'user' | René 'Necoro' Neumann | 2013-10-19 | 4 | -5/+5 |
* | Autofocus for some forms | René 'Necoro' Neumann | 2013-10-19 | 3 | -3/+3 |
* | More informational flashes | René 'Necoro' Neumann | 2013-10-19 | 2 | -2/+9 |
* | Moar fixes | René 'Necoro' Neumann | 2013-10-17 | 3 | -3/+3 |
* | Fixed too much | René 'Necoro' Neumann | 2013-10-17 | 2 | -2/+2 |