30b081cb86
Styling fixes
2014-12-02 23:47:52 +00:00
67a30e2471
Add visitor tracking code
2014-12-02 15:46:13 -08:00
a1b2550c0b
Use Reply-To in contact form
2014-11-02 17:43:36 -08:00
1f92d2a35d
Cap sizes for blog avatars
2014-10-16 17:36:44 +00:00
001db8d714
Bootstrap classes for form elements
2014-10-15 18:25:45 -07:00
fd5f4ce57d
Add the ability to edit users' comments
2014-09-11 22:26:45 -07:00
6f14456de2
Add /blog/archive endpoint
2014-08-27 13:56:06 -07:00
8f565f3286
Format album description like a photo description
2014-08-27 01:48:21 +00:00
1c32d08ab8
Enhanced photo album features
...
Support album descriptions and layout options, and add photo
descriptions
2014-08-26 18:11:34 -07:00
1035fe287c
Fix bug with blog post format type
2014-07-29 17:49:00 -07:00
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
259779770f
Fix secure session cookie
2014-07-16 19:20:53 +00:00
200befc65f
Add ability to rotate a photo
2014-06-20 21:25:15 -07:00
95da4b19a1
Add endpoint to delete entire photo album
2014-06-20 19:37:48 -07:00
3e6e51e308
Small fixes
2014-06-21 02:22:35 +00:00
a682ea17c1
Add multiple photo upload support
2014-06-20 18:32:05 -07:00
fce481e85d
Upgrade to Python 3
2014-06-02 14:04:44 -07:00
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
afa783386b
Render Markdown blog posts in the RSS feed
2014-04-29 21:59:51 -07:00
2b3f0a748a
Add editable preview screen for leaving comments
2014-04-29 21:40:40 -07:00
e2f7495add
Add blog sibling nav links to blog entries
2014-04-19 21:28:35 -07:00
978928c97e
Add Markdown support to blogs, comments, pages
2014-04-18 21:55:37 -07:00
b58563b0d1
Make Rophako support SSL
2014-04-18 23:00:13 +00:00
a4a83d4a6c
Use external blog links in RSS feed
2014-04-11 18:22:02 +00:00
bd9e398120
Support UTF-8 characters in RSS feed
2014-04-11 18:18:48 +00:00
1cbf93502d
Use proper content-type for RSS feed
2014-04-11 18:08:14 +00:00
d90ddffb0a
Make kirsle.net legacy links use 301 redirect
2014-04-11 11:01:04 -07:00
c9b9799589
Add hooks for pages to know more about their context
2014-04-09 15:46:37 -07:00
6709a867ea
Make site root configurable for easier setup
2014-04-09 15:14:40 -07:00
a46930b148
Add redirect for old .html routes
2014-04-06 21:33:40 -07:00
aa395ca206
Show user picture on blog update page
2014-04-06 20:02:33 -07:00
9a4f74844d
Add RSS feed, contact page, Kirsle.net stuff
2014-04-06 18:02:34 -07:00
4bb9b5d687
Add Comments and Emoticons modules
2014-04-06 15:45:43 -07:00
91536e3d05
Add photo albums and hook them up to the blog
2014-04-05 00:47:43 -07:00
19034f5b69
Only admins can delete blog posts
2014-03-28 01:24:41 -07:00
f9c2481499
Add the web blog views/models/controllers
2014-03-28 01:23:12 -07:00
80c20ec87b
JsonDB, In'tl setup, user login and admin pages
2014-02-19 23:51:18 -08:00
f86d1df276
Initial structure of web app
2014-02-18 22:30:21 -08:00