Commit Graph

108 Commits (a994d37a9e8ab226862079fa0286c9eaeaeb737b)

Author SHA1 Message Date
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 0146fea8e0 Update uwsgi wrapper 2014-07-23 19:42:29 +00: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
Noah 95da4b19a1 Add endpoint to delete entire photo album 2014-06-20 19:37:48 -07:00
Noah 3e6e51e308 Small fixes 2014-06-21 02:22:35 +00:00
Noah a682ea17c1 Add multiple photo upload support 2014-06-20 18:32:05 -07:00
Noah dc87792545 Add Python version, fix Markdown cheatsheet 2014-06-20 21:32:45 +00:00
Noah a3114a5212 Add Markdown syntax cheat sheet 2014-06-20 21:26:09 +00:00
Noah 66230a3059 Enhance Markdown pages with :meta tags 2014-06-20 18:52:47 +00:00
Noah fce481e85d Upgrade to Python 3 2014-06-02 14:04:44 -07:00
Noah da81ea21bc Add url param to login form to control redirect
Site layouts that include a login form on every page can now include
their relative URI (`request.path`) so the user can be redirected back
to the same page after login.
2014-05-09 19:29:49 +00:00
Noah afa783386b Render Markdown blog posts in the RSS feed 2014-04-29 21:59:51 -07:00
Noah 74a6534762 Remove Google ads placeholder text 2014-04-29 21:52:16 -07:00
Noah 18dab04f73 Move blog Google ads logic into core Rophako 2014-04-29 21:50:15 -07:00
Noah 2b3f0a748a Add editable preview screen for leaving comments 2014-04-29 21:40:40 -07:00
Noah acbd353617 Move comments anchor up to the top of the comment page 2014-04-24 19:02:11 +00:00
Noah e2f7495add Add blog sibling nav links to blog entries 2014-04-19 21:28:35 -07:00
Noah 978928c97e Add Markdown support to blogs, comments, pages 2014-04-18 21:55:37 -07:00
Noah b58563b0d1 Make Rophako support SSL 2014-04-18 23:00:13 +00:00
Noah a4a83d4a6c Use external blog links in RSS feed 2014-04-11 18:22:02 +00:00
Noah bd9e398120 Support UTF-8 characters in RSS feed 2014-04-11 18:18:48 +00:00
Noah 07f051f17e Add flashed messages to default site 2014-04-11 18:14:10 +00:00
Noah 1cbf93502d Use proper content-type for RSS feed 2014-04-11 18:08:14 +00:00
Noah d90ddffb0a Make kirsle.net legacy links use 301 redirect 2014-04-11 11:01:04 -07:00
Noah 6919458450 Add favicon.ico to default site 2014-04-09 22:52:37 -07:00
Noah 0bc01a2b16 Ignore local site uploaded images 2014-04-10 05:41:42 +00:00
Noah b4a63673e9 Update README 2014-04-10 05:40:36 +00:00
Noah f09b5308f3 Typo fixes in Apache.md 2014-04-10 05:38:34 +00:00
Noah 18ae1068e6 Add mod_uwsgi instructions 2014-04-10 05:37:12 +00:00
Noah c835e9ab32 Add logged-in links 2014-04-09 22:11:34 -07:00
Noah b1c79d104d Add UWSGI config file 2014-04-10 05:05:52 +00:00
Noah d4f3a00837 Add better default theme 2014-04-09 21:58:21 -07:00
Noah c9b9799589 Add hooks for pages to know more about their context 2014-04-09 15:46:37 -07:00
Noah c3052c302c Add dummy photo folder, so uploads won't crash 2014-04-09 22:18:30 +00:00
Noah fb9e9a9f01 Fix default SITE_ROOT 2014-04-09 15:15:45 -07:00
Noah 6709a867ea Make site root configurable for easier setup 2014-04-09 15:14:40 -07:00
Noah 1ff8e277b1 Add commenting on photos 2014-04-07 09:44:20 -07:00
Noah 61dce0f90f Blog avatars take priority over user photos 2014-04-07 08:59:50 -07:00
Noah a46930b148 Add redirect for old .html routes 2014-04-06 21:33:40 -07:00
Noah f982ad8ee8 More docs on Apache 2014-04-06 21:20:57 -07:00
Noah 1a30c2ab58 Remove link in blog, add documentation 2014-04-06 21:15:59 -07:00
Noah 87dfe28133 Remove useless link from blog entry view 2014-04-06 20:24:39 -07:00
Noah aa395ca206 Show user picture on blog update page 2014-04-06 20:02:33 -07:00
Noah 49496e1c2e Enhancements to the Siikir migrator 2014-04-06 18:36:26 -07:00