Commit Graph

138 Commits (c948822a0cb8105681e5ed5e51a2c0bcce366e96)

Author SHA1 Message Date
Noah c948822a0c
Add migration note. 2018-05-01 12:32:08 -07:00
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 8dbee56b38 Fix deleting comments already deleted 2017-01-02 20:04:58 -08:00
Noah 84d5b4a2cd Merge pull request #4 from kirsle/feature/comment-deletion
User-editable Comments, HTML Emails and Admin Quick-delete
2017-01-02 19:59:17 -08: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 878733a7c5 Less verbose logging from the JsonDB driver 2016-06-20 18:07:05 +00:00
Noah 38594a382b Add hooks for Markdown pages to render their own table of contents 2016-06-17 14:54:45 -07: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 fd21247fdf Trim blocks in Jinja2 2016-06-03 15:07:02 -07:00
Noah 646620fa92 Merge pull request #2 from kirsle/feature/blog-drafts-and-privacy
Many blog improvements
2016-06-03 14:58:38 -07:00
Noah 91c7e3369e Implement blog drafts, privacy, sticky and bug fixes 2016-06-03 14:44:34 -07:00
Noah f1f69552d4 Don't include kirsle_legacy.py in the Rophako project 2016-06-03 12:05:42 -07:00
Noah 6bb370c7fd Fix legacy CNET download link 2016-04-27 19:32:52 +00:00
Noah 7edb2f21bc Retry on private blog entry logic 2016-04-19 22:46:49 +00:00
Noah 1d3dc51bca Bugfixes with blog and photo albums 2016-04-19 22:31:55 +00:00
Noah b36e764507 Fix SSLify test 2015-12-31 04:18:28 +00:00
Noah 4b6be02e5a Spaces to tabs in HTML and CSS 2015-08-11 17:39:16 -07:00
Noah 0c71bc456b Add timezone offsetter and strftime template function 2015-07-26 15:13:25 -07:00
Noah bf18978195 Fix bug in JsonDB.list_docs when folder doesn't exist 2015-07-20 14:10:09 -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 9b890a1cf8 Clean up pyflakes errors 2015-07-09 23:33:53 -07:00
Noah 447711e995 Blog current year 2015-07-09 23:23:44 -07:00
Noah 2015530338 Add support for X-Forwarded-For 2015-07-09 23:14:44 -07:00
Noah dcba91c0c1 Migrate config system to YamlSettings 2015-07-09 22:46:51 -07:00
Noah a994d37a9e Protocol agnostic URL for emoticons 2015-06-19 21:52:06 +00:00
Noah 09a604b555 Add gunicorn dependency 2015-06-17 03:35:53 +00:00
Noah 0b85aaf091 Add gunicorn, supervisor and nginx configs 2015-06-17 03:34:17 +00: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 413d527a3e Make settings.ini path configurable via env variable 2015-05-14 22:41:58 +00:00
Noah 29d178793d Add metacity redirect 2015-04-14 19:21:33 +00:00
Noah ca9e34f117 Fix UTF-8 bug in email sending code 2015-03-20 00:08:33 +00: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 e485725b4c Dummy out tracking code 2015-01-25 02:18:45 -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 a69e013fb5 Continue functioning even if Redis is down 2014-12-23 15:55:48 -08:00