aboutsummaryrefslogtreecommitdiffstats
path: root/pysite/database.py (unfollow)
Commit message (Collapse)AuthorLines
2018-04-08Fix debug mode indicatorGravatar Gareth Coles-1/+1
2018-04-08Easier debugging and optimised importsGravatar Gareth Coles-43/+53
Simply set FLASK_DEBUG=1 in your env to skip OAuth checks
2018-04-07[Wiki] Shorten edit/view links in sidebarGravatar Gareth Coles-2/+2
2018-04-07Allow helpers to edit pages alsoGravatar Gareth Coles-7/+8
2018-04-07Display improvementsGravatar Gareth Coles-21/+33
2018-04-07Considerable progress on the wikiGravatar Gareth Coles-56/+132
2018-04-07Fix stupid errorGravatar Gareth Coles-1/+1
2018-04-07Fix logging in gunicorn_configGravatar Gareth Coles-3/+3
2018-04-07Add `FLASK_DEBUG` to travis.ymlGravatar Gareth Coles-0/+3
2018-04-07Fix testsGravatar Gareth Coles-0/+2
2018-04-07Don't create tables on route load by default.Gravatar Gareth Coles-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-06Flake8Gravatar Gareth Coles-7/+7
2018-04-06Updated wiki editing system with live-previewingGravatar Gareth Coles-14/+83
2018-04-055XX error view non-werkzeug exception supportGravatar JoeBanks13-1/+9
2018-04-05Flake8Gravatar Gareth Coles-1/+1
2018-04-05More work towards the wikiGravatar Gareth Coles-3/+3
2018-04-05More work towards the wikiGravatar Gareth Coles-7/+91
2018-04-05That was a little dumb.Gravatar Gareth Coles-1/+1
2018-04-05RST test error catchingGravatar Gareth Coles-1/+1
2018-04-05RST test error catchingGravatar Gareth Coles-3/+8
2018-04-05A few smaller fixesGravatar Gareth Coles-1/+10
2018-04-05Attempt to fix CSRF; add debug info to staff pageGravatar Gareth Coles-3/+10
2018-04-04Fun fact: docutils is NOT stdlibGravatar Gareth Coles-0/+1
2018-04-04Flake8Gravatar Gareth Coles-2/+2
2018-04-04Early wiki work including a WS test route for RST parsingGravatar Gareth Coles-5/+157
2018-04-04CSRF error route doesn't do shit, sadlyGravatar Gareth Coles-36/+0