Commit Graph

9 Commits (4b6be02e5a29dc68a6cf1142f44ff9a53419f03d)

Author SHA1 Message Date
Noah 4b6be02e5a Spaces to tabs in HTML and CSS 2015-08-11 17:39:16 -07:00
Noah 2441e729c3 Inline form controls 2015-05-15 00:22:33 +00:00
Noah 76c58e5b19 No quote unescaping 2015-05-15 00:20:24 +00:00
Noah 297db00520 Fix Bootstrap class name 2015-05-15 00:19:57 +00:00
Noah 6a2e055dfd Fix photo markup and add copyable links for blogs 2015-05-15 00:18:50 +00:00
Noah 001db8d714 Bootstrap classes for form elements 2014-10-15 18:25:45 -07:00
Noah 8f565f3286 Format album description like a photo description 2014-08-27 01:48:21 +00:00
Noah 1c32d08ab8 Enhanced photo album features
Support album descriptions and layout options, and add photo
descriptions
2014-08-26 18:11:34 -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