Noah
fd5f4ce57d
Add the ability to edit users' comments
9 years ago
Noah
6f14456de2
Add /blog/archive endpoint
9 years ago
Noah
b33b1af480
Bugfix
9 years ago
Noah
8f565f3286
Format album description like a photo description
9 years ago
Noah
1c32d08ab8
Enhanced photo album features
...
Support album descriptions and layout options, and add photo
descriptions
9 years ago
Noah
1035fe287c
Fix bug with blog post format type
9 years ago
Noah
9f33f45015
Code cleanup and update documentation
9 years ago
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).
9 years ago
Noah
0146fea8e0
Update uwsgi wrapper
9 years ago
Noah
9dcd556152
Reorganize module structure
9 years ago
Noah
259779770f
Fix secure session cookie
9 years ago
Noah
969a758a8d
Handle 403 Forbidden errors better
9 years ago
Noah
7e0fc42700
Small tweaks
9 years ago
Noah
200befc65f
Add ability to rotate a photo
9 years ago
Noah
95da4b19a1
Add endpoint to delete entire photo album
9 years ago
Noah
3e6e51e308
Small fixes
9 years ago
Noah
a682ea17c1
Add multiple photo upload support
9 years ago
Noah
dc87792545
Add Python version, fix Markdown cheatsheet
9 years ago
Noah
a3114a5212
Add Markdown syntax cheat sheet
9 years ago
Noah
66230a3059
Enhance Markdown pages with :meta tags
9 years ago
Noah
fce481e85d
Upgrade to Python 3
9 years ago
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.
9 years ago
Noah
afa783386b
Render Markdown blog posts in the RSS feed
9 years ago
Noah
74a6534762
Remove Google ads placeholder text
9 years ago
Noah
18dab04f73
Move blog Google ads logic into core Rophako
9 years ago
Noah
2b3f0a748a
Add editable preview screen for leaving comments
9 years ago
Noah
acbd353617
Move comments anchor up to the top of the comment page
9 years ago
Noah
e2f7495add
Add blog sibling nav links to blog entries
9 years ago
Noah
978928c97e
Add Markdown support to blogs, comments, pages
9 years ago
Noah
b58563b0d1
Make Rophako support SSL
9 years ago
Noah
a4a83d4a6c
Use external blog links in RSS feed
9 years ago
Noah
bd9e398120
Support UTF-8 characters in RSS feed
9 years ago
Noah
07f051f17e
Add flashed messages to default site
9 years ago
Noah
1cbf93502d
Use proper content-type for RSS feed
9 years ago
Noah
d90ddffb0a
Make kirsle.net legacy links use 301 redirect
9 years ago
Noah
6919458450
Add favicon.ico to default site
9 years ago
Noah
0bc01a2b16
Ignore local site uploaded images
9 years ago
Noah
b4a63673e9
Update README
9 years ago
Noah
f09b5308f3
Typo fixes in Apache.md
9 years ago
Noah
18ae1068e6
Add mod_uwsgi instructions
9 years ago
Noah
c835e9ab32
Add logged-in links
9 years ago
Noah
b1c79d104d
Add UWSGI config file
9 years ago
Noah
d4f3a00837
Add better default theme
9 years ago
Noah
c9b9799589
Add hooks for pages to know more about their context
9 years ago
Noah
c3052c302c
Add dummy photo folder, so uploads won't crash
9 years ago
Noah
fb9e9a9f01
Fix default SITE_ROOT
9 years ago
Noah
6709a867ea
Make site root configurable for easier setup
9 years ago
Noah
1ff8e277b1
Add commenting on photos
9 years ago
Noah
61dce0f90f
Blog avatars take priority over user photos
9 years ago
Noah
a46930b148
Add redirect for old .html routes
9 years ago