Noah
6fdf0ae0ea
Add Wiki plugin to Rophako
8 years ago
Noah
a69e013fb5
Continue functioning even if Redis is down
8 years ago
Noah
364c334b98
Absolute URL for emoticons
8 years ago
Noah
7184d9ad3c
Unicode fix
8 years ago
Noah
2267a810c4
Apply a class to emoticons for CSS selectability
8 years ago
Noah
bf294e0009
Responsive images in markdown
8 years ago
Noah
845c47403e
Cache locking, markdown wrapping, referer fixing
8 years ago
Noah
ca241f2bcf
Add feature to recalculate visitor counts
8 years ago
Noah
83d878a6b6
Write JSON before updating cache, removes redundant loading
8 years ago
Noah
14971857c7
Implement cache lock on commit for JsonDB
8 years ago
Noah
bccfcff19d
Make referrer verification exceptions non-fatal
8 years ago
Noah
b0a5a53b09
Don't allow trailing slashes on catchall routes
8 years ago
Noah
45eec97bf3
Add exception e-mail handler
8 years ago
Noah
5c00f2b512
Update docs in defaults.ini
8 years ago
Noah
2e8c86eb48
Add AttrDict requirement
8 years ago
Noah
2f25b7924d
Remove old python-based config file
8 years ago
Noah
ff75921129
Move to new settings system
8 years ago
Noah
023d5f91df
Make visitor tracking more robust
8 years ago
Noah
4374325eb3
Add tracking info to layout
8 years ago
Noah
d5291aeebd
Fix same hostname referrer
8 years ago
Noah
30b081cb86
Styling fixes
8 years ago
Noah
0c5f238637
Add CSS for visitor tracking
8 years ago
Noah
67a30e2471
Add visitor tracking code
8 years ago
Noah
a1b2550c0b
Use Reply-To in contact form
9 years ago
Noah
1f92d2a35d
Cap sizes for blog avatars
9 years ago
Noah
001db8d714
Bootstrap classes for form elements
9 years ago
Noah
cea93cbf34
Moved documentation to the GitHub Wiki
9 years ago
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