Commit message (Collapse) | Author | Lines | ||
---|---|---|---|---|
2018-04-08 | Fix debug mode indicator | -1/+1 | ||
2018-04-08 | Easier debugging and optimised imports | -43/+53 | ||
Simply set FLASK_DEBUG=1 in your env to skip OAuth checks | ||||
2018-04-07 | [Wiki] Shorten edit/view links in sidebar | -2/+2 | ||
2018-04-07 | Allow helpers to edit pages also | -7/+8 | ||
2018-04-07 | Display improvements | -21/+33 | ||
2018-04-07 | Considerable progress on the wiki | -56/+132 | ||
2018-04-07 | Fix stupid error | -1/+1 | ||
2018-04-07 | Fix logging in gunicorn_config | -3/+3 | ||
2018-04-07 | Add `FLASK_DEBUG` to travis.yml | -0/+3 | ||
2018-04-07 | Fix tests | -0/+2 | ||
2018-04-07 | Don't create tables on route load by default. | -3/+41 | ||
* If "FLASK_DEBUG" is in your env vars, tables will be created on route load * If you run a query against a table not declared in database.py, a warning is emitted | ||||
2018-04-06 | Flake8 | -7/+7 | ||
2018-04-06 | Updated wiki editing system with live-previewing | -14/+83 | ||
2018-04-05 | 5XX error view non-werkzeug exception support | -1/+9 | ||
2018-04-05 | Flake8 | -1/+1 | ||
2018-04-05 | More work towards the wiki | -3/+3 | ||
2018-04-05 | More work towards the wiki | -7/+91 | ||
2018-04-05 | That was a little dumb. | -1/+1 | ||
2018-04-05 | RST test error catching | -1/+1 | ||
2018-04-05 | RST test error catching | -3/+8 | ||
2018-04-05 | A few smaller fixes | -1/+10 | ||
2018-04-05 | Attempt to fix CSRF; add debug info to staff page | -3/+10 | ||
2018-04-04 | Fun fact: docutils is NOT stdlib | -0/+1 | ||
2018-04-04 | Flake8 | -2/+2 | ||
2018-04-04 | Early wiki work including a WS test route for RST parsing | -5/+157 | ||
2018-04-04 | CSRF error route doesn't do shit, sadly | -36/+0 | ||