Noah
91c7e3369e
Implement blog drafts, privacy, sticky and bug fixes
7 years ago
Noah
1d3dc51bca
Bugfixes with blog and photo albums
7 years ago
Noah
4b6be02e5a
Spaces to tabs in HTML and CSS
8 years ago
Noah
8786b8d49c
Fix blog default category
8 years ago
Noah
a43db105b2
Add feature to rebuild blog index
8 years ago
Noah
ea2ef9876d
Some Unicode fixes for Python 3
8 years ago
Noah
e38ccc7190
Support Python 3 for running the app
8 years ago
Noah
482b47b6aa
Allow overriding partial blog index template
8 years ago
Noah
2441e729c3
Inline form controls
8 years ago
Noah
76c58e5b19
No quote unescaping
8 years ago
Noah
297db00520
Fix Bootstrap class name
8 years ago
Noah
6a2e055dfd
Fix photo markup and add copyable links for blogs
8 years ago
Noah
d77e9e10b9
Add class to wiki titles
8 years ago
Noah
72b9c60595
Add <snip> feature to blog for hiding bulk of post body
8 years ago
Noah
c665db20b8
Enforce blog posts not allowing commenting on them
8 years ago
Noah
21dbede734
Moar unicode fixes
8 years ago
Noah
8a7cf66248
Add Wiki syntax for page links, style updates
8 years ago
Noah
13b5c18062
Style updates for wiki pages
8 years ago
Noah
6fdf0ae0ea
Add Wiki plugin to Rophako
8 years ago
Noah
ca241f2bcf
Add feature to recalculate visitor counts
8 years ago
Noah
ff75921129
Move to new settings system
8 years ago
Noah
30b081cb86
Styling fixes
8 years ago
Noah
67a30e2471
Add visitor tracking code
8 years ago
Noah
a1b2550c0b
Use Reply-To in contact form
8 years ago
Noah
1f92d2a35d
Cap sizes for blog avatars
8 years ago
Noah
001db8d714
Bootstrap classes for form elements
8 years ago
Noah
fd5f4ce57d
Add the ability to edit users' comments
9 years ago
Noah
6f14456de2
Add /blog/archive endpoint
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
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
259779770f
Fix secure session cookie
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
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
2b3f0a748a
Add editable preview screen for leaving comments
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
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
c9b9799589
Add hooks for pages to know more about their context
9 years ago
Noah
6709a867ea
Make site root configurable for easier setup
9 years ago