Commit Graph

65 次程式碼提交 (master)

作者 SHA1 備註 提交日期
Noah 2a3bb3bdef Use gzip compression wherever possible 2017-05-08 17:31:11 +00:00
Noah a83ad6506c Increase blog category threshhold to 10 2017-01-12 04:43:38 +00:00
Noah 1835300e33 Various improvements to commenting system 2017-01-02 19:49:47 -08:00
Noah 812378ea94 Fix blog posts losing data when previewing updates
When editing an existing blog post, and clicking on "Preview" instead of
just saving directly, the blog post would have its date/time updated to
"now" instead of keeping its original time (and regardless of the
checkbox to reset time not being checked).

The fix was to catch the post ID from the submission so it can load the
existing data first; previously it was only getting the post ID from the
query string, which isn't used when previewing the post.
2016-12-20 22:21:55 -08:00
Noah 753b84cdf1 Also allow blog fid's to remove double dashes 2016-06-08 20:30:26 +00:00
Noah 3eb8e74e54 Allow for fixing blog friendly URLs to remove extra dashes 2016-06-08 13:19:33 -07:00
Noah 91c7e3369e Implement blog drafts, privacy, sticky and bug fixes 2016-06-03 14:44:34 -07:00
Noah 1d3dc51bca Bugfixes with blog and photo albums 2016-04-19 22:31:55 +00:00
Noah 4b6be02e5a Spaces to tabs in HTML and CSS 2015-08-11 17:39:16 -07:00
Noah 8786b8d49c Fix blog default category 2015-07-20 14:09:14 -07:00
Noah a43db105b2 Add feature to rebuild blog index 2015-07-20 12:16:52 -07:00
Noah ea2ef9876d Some Unicode fixes for Python 3 2015-07-10 00:41:44 -07:00
Noah e38ccc7190 Support Python 3 for running the app 2015-07-10 00:27:13 -07:00
Noah 482b47b6aa Allow overriding partial blog index template 2015-05-14 17:37:29 -07:00
Noah 2441e729c3 Inline form controls 2015-05-15 00:22:33 +00:00
Noah 76c58e5b19 No quote unescaping 2015-05-15 00:20:24 +00:00
Noah 297db00520 Fix Bootstrap class name 2015-05-15 00:19:57 +00:00
Noah 6a2e055dfd Fix photo markup and add copyable links for blogs 2015-05-15 00:18:50 +00:00
Noah d77e9e10b9 Add class to wiki titles 2015-05-14 17:04:51 -07:00
Noah 72b9c60595 Add <snip> feature to blog for hiding bulk of post body 2015-05-14 16:46:47 -07:00
Noah c665db20b8 Enforce blog posts not allowing commenting on them 2015-03-06 18:42:16 -08:00
Noah 21dbede734 Moar unicode fixes 2015-02-23 13:10:21 -08:00
Noah 8a7cf66248 Add Wiki syntax for page links, style updates 2015-01-25 02:05:14 -08:00
Noah 13b5c18062 Style updates for wiki pages 2015-01-25 01:44:52 -08:00
Noah 6fdf0ae0ea Add Wiki plugin to Rophako 2015-01-25 01:32:38 -08:00
Noah ca241f2bcf Add feature to recalculate visitor counts 2014-12-06 22:45:20 +00:00
Noah ff75921129 Move to new settings system 2014-12-04 15:06:44 -08:00
Noah 30b081cb86 Styling fixes 2014-12-02 23:47:52 +00:00
Noah 67a30e2471 Add visitor tracking code 2014-12-02 15:46:13 -08:00
Noah a1b2550c0b Use Reply-To in contact form 2014-11-02 17:43:36 -08:00
Noah 1f92d2a35d Cap sizes for blog avatars 2014-10-16 17:36:44 +00:00
Noah 001db8d714 Bootstrap classes for form elements 2014-10-15 18:25:45 -07:00
Noah fd5f4ce57d Add the ability to edit users' comments 2014-09-11 22:26:45 -07:00
Noah 6f14456de2 Add /blog/archive endpoint 2014-08-27 13:56:06 -07:00
Noah 8f565f3286 Format album description like a photo description 2014-08-27 01:48:21 +00:00
Noah 1c32d08ab8 Enhanced photo album features
Support album descriptions and layout options, and add photo
descriptions
2014-08-26 18:11:34 -07:00
Noah 1035fe287c Fix bug with blog post format type 2014-07-29 17:49:00 -07:00
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).
2014-07-23 14:21:53 -07:00
Noah 259779770f Fix secure session cookie 2014-07-16 19:20:53 +00:00
Noah 200befc65f Add ability to rotate a photo 2014-06-20 21:25:15 -07:00
Noah 95da4b19a1 Add endpoint to delete entire photo album 2014-06-20 19:37:48 -07:00
Noah 3e6e51e308 Small fixes 2014-06-21 02:22:35 +00:00
Noah a682ea17c1 Add multiple photo upload support 2014-06-20 18:32:05 -07:00
Noah fce481e85d Upgrade to Python 3 2014-06-02 14:04:44 -07:00
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.
2014-05-09 19:29:49 +00:00
Noah afa783386b Render Markdown blog posts in the RSS feed 2014-04-29 21:59:51 -07:00
Noah 2b3f0a748a Add editable preview screen for leaving comments 2014-04-29 21:40:40 -07:00
Noah e2f7495add Add blog sibling nav links to blog entries 2014-04-19 21:28:35 -07:00
Noah 978928c97e Add Markdown support to blogs, comments, pages 2014-04-18 21:55:37 -07:00
Noah b58563b0d1 Make Rophako support SSL 2014-04-18 23:00:13 +00:00