Commit Graph

15 Commits

Author SHA1 Message Date
pederbs 20c51df49a Start on the colorscheme system 2017-12-26 19:03:31 +01:00
pederbs 3c85e84272 Fix a bug in the model class
The bug would hide any attribute with a underscore in the middle, not just those with starting or trailing underscore(private variables)
2017-12-26 19:01:48 +01:00
pederbs 74f1c4913a Fix bug where routes using templates couldn't redirect 2017-11-20 23:49:13 +01:00
pederbs cdc3dc9801 Add strip_unit helper to velocity templates
This can be used to strip units on stats
2017-11-19 02:27:00 +01:00
pederbs b41a1eff67 Categorize stuff in common.py 2017-11-19 02:25:46 +01:00
pederbs 897fc6b5a2 Simplify withResource, replace withTemplate with mergeTemplate 2017-11-16 23:03:34 +01:00
pederbs 7bae2e34d7 Fix minor import bug 2017-11-16 22:36:50 +01:00
pederbs c7e6b9b566 Generalize listify_output decorator into wrap_output 2017-11-16 22:10:14 +01:00
pederbs d46b006032 Add kwargs support to memoizer decorator 2017-11-16 21:49:31 +01:00
pederbs 902ae45ab3 Fixed a bug where static files would use the last read filetype as mimetype
We need a prettier way of making namespaces
2017-11-11 13:00:43 +01:00
pederbs 94d233988e Add ability to include files in velocity 2017-11-10 22:15:52 +01:00
pederbs dfb21c3c46 Don't keep files in memory when not using cache 2017-10-17 18:46:05 +02:00
pederbs 1d41e9884a Add 2 decorators and cleanup in common.py 2017-10-15 11:41:13 +02:00
pederbs 0332cabb03 Add HTML prettification option 2017-10-15 11:18:51 +02:00
pederbs 7d7642ead6 Initial commit 2017-09-24 18:07:50 +02:00