提交線圖

8 次程式碼提交 (e38ccc719062a2d0d24a0fa04f22d75cd47c028f)

作者 SHA1 備註 日期
Noah e38ccc7190 Support Python 3 for running the app 2015-07-10 00:27:13 -07:00
Noah c665db20b8 Enforce blog posts not allowing commenting on them 2015-03-06 18:42:16 -08:00
Noah ff75921129 Move to new settings system 2014-12-04 15:06:44 -08:00
Noah 30b081cb86 Styling fixes 2014-12-02 23:47:52 +00:00
Noah 67a30e2471 Add visitor tracking code 2014-12-02 15:46:13 -08:00
Noah 001db8d714 Bootstrap classes for form elements 2014-10-15 18:25:45 -07:00
Noah fd5f4ce57d Add the ability to edit users' comments 2014-09-11 22:26:45 -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