Noah Petherbridge
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).
8 years ago
Noah Petherbridge
9dcd556152
Reorganize module structure
8 years ago
Noah Petherbridge
259779770f
Fix secure session cookie
8 years ago
Noah Petherbridge
969a758a8d
Handle 403 Forbidden errors better
8 years ago
Noah Petherbridge
7e0fc42700
Small tweaks
8 years ago
Noah Petherbridge
200befc65f
Add ability to rotate a photo
8 years ago
Noah Petherbridge
95da4b19a1
Add endpoint to delete entire photo album
8 years ago
Noah Petherbridge
3e6e51e308
Small fixes
8 years ago
Noah Petherbridge
a682ea17c1
Add multiple photo upload support
8 years ago
Noah Petherbridge
dc87792545
Add Python version, fix Markdown cheatsheet
8 years ago
Noah Petherbridge
a3114a5212
Add Markdown syntax cheat sheet
8 years ago
Noah Petherbridge
66230a3059
Enhance Markdown pages with :meta tags
8 years ago
Noah Petherbridge
fce481e85d
Upgrade to Python 3
8 years ago
Noah Petherbridge
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.
8 years ago
Noah Petherbridge
afa783386b
Render Markdown blog posts in the RSS feed
8 years ago
Noah Petherbridge
74a6534762
Remove Google ads placeholder text
8 years ago
Noah Petherbridge
18dab04f73
Move blog Google ads logic into core Rophako
8 years ago
Noah Petherbridge
2b3f0a748a
Add editable preview screen for leaving comments
8 years ago
Noah Petherbridge
acbd353617
Move comments anchor up to the top of the comment page
8 years ago
Noah Petherbridge
e2f7495add
Add blog sibling nav links to blog entries
8 years ago
Noah Petherbridge
978928c97e
Add Markdown support to blogs, comments, pages
8 years ago
Noah Petherbridge
b58563b0d1
Make Rophako support SSL
8 years ago
Noah Petherbridge
a4a83d4a6c
Use external blog links in RSS feed
8 years ago
Noah Petherbridge
bd9e398120
Support UTF-8 characters in RSS feed
8 years ago
Noah Petherbridge
07f051f17e
Add flashed messages to default site
8 years ago
Noah Petherbridge
1cbf93502d
Use proper content-type for RSS feed
8 years ago
Noah Petherbridge
d90ddffb0a
Make kirsle.net legacy links use 301 redirect
8 years ago
Noah Petherbridge
6919458450
Add favicon.ico to default site
8 years ago
Noah Petherbridge
c835e9ab32
Add logged-in links
8 years ago
Noah Petherbridge
d4f3a00837
Add better default theme
8 years ago
Noah Petherbridge
c9b9799589
Add hooks for pages to know more about their context
8 years ago
Noah Petherbridge
6709a867ea
Make site root configurable for easier setup
8 years ago
Noah Petherbridge
1ff8e277b1
Add commenting on photos
8 years ago
Noah Petherbridge
61dce0f90f
Blog avatars take priority over user photos
8 years ago
Noah Petherbridge
a46930b148
Add redirect for old .html routes
8 years ago
Noah Petherbridge
1a30c2ab58
Remove link in blog, add documentation
8 years ago
Noah Petherbridge
87dfe28133
Remove useless link from blog entry view
8 years ago
Noah Petherbridge
aa395ca206
Show user picture on blog update page
8 years ago
Noah Petherbridge
9a4f74844d
Add RSS feed, contact page, Kirsle.net stuff
8 years ago
Noah Petherbridge
4bb9b5d687
Add Comments and Emoticons modules
8 years ago
Noah Petherbridge
91536e3d05
Add photo albums and hook them up to the blog
8 years ago
Noah Petherbridge
19034f5b69
Only admins can delete blog posts
8 years ago
Noah Petherbridge
f9c2481499
Add the web blog views/models/controllers
8 years ago
Noah Petherbridge
80c20ec87b
JsonDB, In'tl setup, user login and admin pages
8 years ago
Noah Petherbridge
f86d1df276
Initial structure of web app
8 years ago