Commit Graph

17 次程式碼提交 (master)

作者 SHA1 備註 提交日期
Noah 2a3bb3bdef Use gzip compression wherever possible 2017-05-08 17:31:11 +00:00
Noah 1835300e33 Various improvements to commenting system 2017-01-02 19:49:47 -08:00
Noah fd21247fdf Trim blocks in Jinja2 2016-06-03 15:07:02 -07:00
Noah 91c7e3369e Implement blog drafts, privacy, sticky and bug fixes 2016-06-03 14:44:34 -07:00
Noah b36e764507 Fix SSLify test 2015-12-31 04:18:28 +00:00
Noah 0c71bc456b Add timezone offsetter and strftime template function 2015-07-26 15:13:25 -07:00
Noah 8786b8d49c Fix blog default category 2015-07-20 14:09:14 -07:00
Noah e38ccc7190 Support Python 3 for running the app 2015-07-10 00:27:13 -07:00
Noah 21dbede734 Moar unicode fixes 2015-02-23 13:10:21 -08:00
Noah e485725b4c Dummy out tracking code 2015-01-25 02:18:45 -08:00
Noah b0a5a53b09 Don't allow trailing slashes on catchall routes 2014-12-05 01:54:32 +00:00
Noah 45eec97bf3 Add exception e-mail handler 2014-12-04 15:56:20 -08:00
Noah ff75921129 Move to new settings system 2014-12-04 15:06:44 -08:00
Noah 67a30e2471 Add visitor tracking code 2014-12-02 15:46:13 -08:00
Noah 9f33f45015 Code cleanup and update documentation 2014-07-23 14:37:56 -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
Noah 9dcd556152 Reorganize module structure 2014-07-23 12:39:58 -07:00