Commit Graph

89 Commits (09a604b555f07c941ce71cfaea5f227ee8230945)

Author SHA1 Message Date
Noah 482b47b6aa Allow overriding partial blog index template 2015-05-14 17:37:29 -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 d77e9e10b9 Add class to wiki titles 2015-05-14 17:04:51 -07:00
Noah 72b9c60595 Add <snip> feature to blog for hiding bulk of post body 2015-05-14 16:46:47 -07:00
Noah 413d527a3e Make settings.ini path configurable via env variable 2015-05-14 22:41:58 +00:00
Noah ca9e34f117 Fix UTF-8 bug in email sending code 2015-03-20 00:08:33 +00:00
Noah c665db20b8 Enforce blog posts not allowing commenting on them 2015-03-06 18:42:16 -08: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 8a7cf66248 Add Wiki syntax for page links, style updates 2015-01-25 02:05:14 -08:00
Noah 13b5c18062 Style updates for wiki pages 2015-01-25 01:44:52 -08:00
Noah 6fdf0ae0ea Add Wiki plugin to Rophako 2015-01-25 01:32:38 -08:00
Noah a69e013fb5 Continue functioning even if Redis is down 2014-12-23 15:55:48 -08:00
Noah 364c334b98 Absolute URL for emoticons 2014-12-16 20:26:01 +00:00
Noah 7184d9ad3c Unicode fix 2014-12-16 04:03:12 +00:00
Noah 2267a810c4 Apply a class to emoticons for CSS selectability 2014-12-16 04:00:27 +00:00
Noah bf294e0009 Responsive images in markdown 2014-12-16 03:50:42 +00:00
Noah 845c47403e Cache locking, markdown wrapping, referer fixing 2014-12-16 03:49:03 +00:00
Noah ca241f2bcf Add feature to recalculate visitor counts 2014-12-06 22:45:20 +00:00
Noah 83d878a6b6 Write JSON before updating cache, removes redundant loading 2014-12-06 22:34:40 +00:00
Noah 14971857c7 Implement cache lock on commit for JsonDB 2014-12-06 22:26:38 +00:00
Noah bccfcff19d Make referrer verification exceptions non-fatal 2014-12-05 22:33:42 +00: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 023d5f91df Make visitor tracking more robust 2014-12-03 20:49:17 +00:00
Noah 4374325eb3 Add tracking info to layout 2014-12-03 00:09:58 +00:00
Noah d5291aeebd Fix same hostname referrer 2014-12-02 16:01:30 -08:00
Noah 30b081cb86 Styling fixes 2014-12-02 23:47:52 +00:00
Noah 0c5f238637 Add CSS for visitor tracking 2014-12-02 15:47:22 -08:00
Noah 67a30e2471 Add visitor tracking code 2014-12-02 15:46:13 -08:00
Noah a1b2550c0b Use Reply-To in contact form 2014-11-02 17:43:36 -08: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 fd5f4ce57d Add the ability to edit users' comments 2014-09-11 22:26:45 -07:00
Noah 6f14456de2 Add /blog/archive endpoint 2014-08-27 13:56:06 -07:00
Noah b33b1af480 Bugfix 2014-08-26 19:17:41 -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 1035fe287c Fix bug with blog post format type 2014-07-29 17:49:00 -07: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
Noah 259779770f Fix secure session cookie 2014-07-16 19:20:53 +00:00
Noah 969a758a8d Handle 403 Forbidden errors better 2014-07-01 00:45:13 +00:00
Noah 7e0fc42700 Small tweaks 2014-06-24 18:59:00 +00:00
Noah 200befc65f Add ability to rotate a photo 2014-06-20 21:25:15 -07:00