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
413d527a3e
Make settings.ini path configurable via env variable
7 years ago
Noah Petherbridge
29d178793d
Add metacity redirect
7 years ago
Noah Petherbridge
ca9e34f117
Fix UTF-8 bug in email sending code
8 years ago
Noah Petherbridge
c665db20b8
Enforce blog posts not allowing commenting on them
8 years ago
Noah Petherbridge
21dbede734
Moar unicode fixes
8 years ago
Noah Petherbridge
e485725b4c
Dummy out tracking code
8 years ago
Noah Petherbridge
8a7cf66248
Add Wiki syntax for page links, style updates
8 years ago
Noah Petherbridge
13b5c18062
Style updates for wiki pages
8 years ago
Noah Petherbridge
6fdf0ae0ea
Add Wiki plugin to Rophako
8 years ago
Noah Petherbridge
a69e013fb5
Continue functioning even if Redis is down
8 years ago
Noah Petherbridge
364c334b98
Absolute URL for emoticons
8 years ago
Noah Petherbridge
7184d9ad3c
Unicode fix
8 years ago
Noah Petherbridge
2267a810c4
Apply a class to emoticons for CSS selectability
8 years ago
Noah Petherbridge
bf294e0009
Responsive images in markdown
8 years ago
Noah Petherbridge
845c47403e
Cache locking, markdown wrapping, referer fixing
8 years ago
Noah Petherbridge
ca241f2bcf
Add feature to recalculate visitor counts
8 years ago
Noah Petherbridge
83d878a6b6
Write JSON before updating cache, removes redundant loading
8 years ago
Noah Petherbridge
14971857c7
Implement cache lock on commit for JsonDB
8 years ago
Noah Petherbridge
bccfcff19d
Make referrer verification exceptions non-fatal
8 years ago
Noah Petherbridge
b0a5a53b09
Don't allow trailing slashes on catchall routes
8 years ago
Noah Petherbridge
45eec97bf3
Add exception e-mail handler
8 years ago
Noah Petherbridge
5c00f2b512
Update docs in defaults.ini
8 years ago
Noah Petherbridge
2e8c86eb48
Add AttrDict requirement
8 years ago
Noah Petherbridge
2f25b7924d
Remove old python-based config file
8 years ago
Noah Petherbridge
ff75921129
Move to new settings system
8 years ago
Noah Petherbridge
023d5f91df
Make visitor tracking more robust
8 years ago
Noah Petherbridge
4374325eb3
Add tracking info to layout
8 years ago
Noah Petherbridge
d5291aeebd
Fix same hostname referrer
8 years ago
Noah Petherbridge
30b081cb86
Styling fixes
8 years ago
Noah Petherbridge
0c5f238637
Add CSS for visitor tracking
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
cea93cbf34
Moved documentation to the GitHub Wiki
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
b33b1af480
Bugfix
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
9f33f45015
Code cleanup and update documentation
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
0146fea8e0
Update uwsgi wrapper
8 years ago
Noah Petherbridge
9dcd556152
Reorganize module structure
8 years ago
Noah Petherbridge
259779770f
Fix secure session cookie
8 years ago