Commit Graph

136 Commits

Author SHA1 Message Date
2267a810c4 Apply a class to emoticons for CSS selectability 2014-12-16 04:00:27 +00:00
bf294e0009 Responsive images in markdown 2014-12-16 03:50:42 +00:00
845c47403e Cache locking, markdown wrapping, referer fixing 2014-12-16 03:49:03 +00:00
ca241f2bcf Add feature to recalculate visitor counts 2014-12-06 22:45:20 +00:00
83d878a6b6 Write JSON before updating cache, removes redundant loading 2014-12-06 22:34:40 +00:00
14971857c7 Implement cache lock on commit for JsonDB 2014-12-06 22:26:38 +00:00
bccfcff19d Make referrer verification exceptions non-fatal 2014-12-05 22:33:42 +00:00
b0a5a53b09 Don't allow trailing slashes on catchall routes 2014-12-05 01:54:32 +00:00
45eec97bf3 Add exception e-mail handler 2014-12-04 15:56:20 -08:00
5c00f2b512 Update docs in defaults.ini 2014-12-04 15:17:24 -08:00
2e8c86eb48 Add AttrDict requirement 2014-12-04 23:10:03 +00:00
2f25b7924d Remove old python-based config file 2014-12-04 15:07:26 -08:00
ff75921129 Move to new settings system 2014-12-04 15:06:44 -08:00
023d5f91df Make visitor tracking more robust 2014-12-03 20:49:17 +00:00
4374325eb3 Add tracking info to layout 2014-12-03 00:09:58 +00:00
d5291aeebd Fix same hostname referrer 2014-12-02 16:01:30 -08:00
30b081cb86 Styling fixes 2014-12-02 23:47:52 +00:00
0c5f238637 Add CSS for visitor tracking 2014-12-02 15:47:22 -08:00
67a30e2471 Add visitor tracking code 2014-12-02 15:46:13 -08:00
a1b2550c0b Use Reply-To in contact form 2014-11-02 17:43:36 -08:00
1f92d2a35d Cap sizes for blog avatars 2014-10-16 17:36:44 +00:00
001db8d714 Bootstrap classes for form elements 2014-10-15 18:25:45 -07:00
cea93cbf34 Moved documentation to the GitHub Wiki 2014-09-11 23:25:37 -07:00
fd5f4ce57d Add the ability to edit users' comments 2014-09-11 22:26:45 -07:00
6f14456de2 Add /blog/archive endpoint 2014-08-27 13:56:06 -07:00
b33b1af480 Bugfix 2014-08-26 19:17:41 -07:00
8f565f3286 Format album description like a photo description 2014-08-27 01:48:21 +00:00
1c32d08ab8 Enhanced photo album features
Support album descriptions and layout options, and add photo
descriptions
2014-08-26 18:11:34 -07:00
1035fe287c Fix bug with blog post format type 2014-07-29 17:49:00 -07:00
9f33f45015 Code cleanup and update documentation 2014-07-23 14:37:56 -07:00
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).
2014-07-23 14:21:53 -07:00
0146fea8e0 Update uwsgi wrapper 2014-07-23 19:42:29 +00:00
9dcd556152 Reorganize module structure 2014-07-23 12:39:58 -07:00
259779770f Fix secure session cookie 2014-07-16 19:20:53 +00:00
969a758a8d Handle 403 Forbidden errors better 2014-07-01 00:45:13 +00:00
7e0fc42700 Small tweaks 2014-06-24 18:59:00 +00:00
200befc65f Add ability to rotate a photo 2014-06-20 21:25:15 -07:00
95da4b19a1 Add endpoint to delete entire photo album 2014-06-20 19:37:48 -07:00
3e6e51e308 Small fixes 2014-06-21 02:22:35 +00:00
a682ea17c1 Add multiple photo upload support 2014-06-20 18:32:05 -07:00
dc87792545 Add Python version, fix Markdown cheatsheet 2014-06-20 21:32:45 +00:00
a3114a5212 Add Markdown syntax cheat sheet 2014-06-20 21:26:09 +00:00
66230a3059 Enhance Markdown pages with :meta tags 2014-06-20 18:52:47 +00:00
fce481e85d Upgrade to Python 3 2014-06-02 14:04:44 -07:00
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.
2014-05-09 19:29:49 +00:00
afa783386b Render Markdown blog posts in the RSS feed 2014-04-29 21:59:51 -07:00
74a6534762 Remove Google ads placeholder text 2014-04-29 21:52:16 -07:00
18dab04f73 Move blog Google ads logic into core Rophako 2014-04-29 21:50:15 -07:00
2b3f0a748a Add editable preview screen for leaving comments 2014-04-29 21:40:40 -07:00
acbd353617 Move comments anchor up to the top of the comment page 2014-04-24 19:02:11 +00:00