Commit grafiek

12 Commits (2a3bb3bdef854afbcd07056f5a02e0e13b9d9622)

Auteur SHA1 Bericht Datum
Noah 2a3bb3bdef Use gzip compression wherever possible 2017-05-08 17:31:11 +00:00
Noah 91c7e3369e Implement blog drafts, privacy, sticky and bug fixes 2016-06-03 14:44:34 -07:00
Noah 4b6be02e5a Spaces to tabs in HTML and CSS 2015-08-11 17:39:16 -07:00
Noah 8786b8d49c Fix blog default category 2015-07-20 14:09:14 -07:00
Noah a43db105b2 Add feature to rebuild blog index 2015-07-20 12:16:52 -07:00
Noah 72b9c60595 Add <snip> feature to blog for hiding bulk of post body 2015-05-14 16:46:47 -07:00
Noah c665db20b8 Enforce blog posts not allowing commenting on them 2015-03-06 18:42:16 -08:00
Noah 30b081cb86 Styling fixes 2014-12-02 23:47:52 +00:00
Noah 1f92d2a35d Cap sizes for blog avatars 2014-10-16 17:36:44 +00:00
Noah 001db8d714 Bootstrap classes for form elements 2014-10-15 18:25:45 -07:00
Noah 6f14456de2 Add /blog/archive endpoint 2014-08-27 13:56:06 -07:00
Noah 8a2d6a7c04 Refactor modules into a plugin-based system
All modules are now plugins. The config.py calls load_plugin for each
plugin it needs (some plugins may load others automatically). Also each
plugin keeps its own template folder which gets added to the template
search path, so i.e. if the photo plugin is unloaded completely, the URL
endpoints won't work either (with the old system, since the HTML
templates still existed in the default root the endpoints would still
serve pages, just without any Python logic behind them).
2014-07-23 14:21:53 -07:00