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