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
1835300e33
Various improvements to commenting system
2017-01-02 19:49:47 -08:00
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
878733a7c5
Less verbose logging from the JsonDB driver
2016-06-20 18:07:05 +00:00
38594a382b
Add hooks for Markdown pages to render their own table of contents
2016-06-17 14:54:45 -07:00
753b84cdf1
Also allow blog fid's to remove double dashes
2016-06-08 20:30:26 +00:00
3eb8e74e54
Allow for fixing blog friendly URLs to remove extra dashes
2016-06-08 13:19:33 -07:00
fd21247fdf
Trim blocks in Jinja2
2016-06-03 15:07:02 -07:00
646620fa92
Merge pull request #2 from kirsle/feature/blog-drafts-and-privacy
...
Many blog improvements
2016-06-03 14:58:38 -07:00
91c7e3369e
Implement blog drafts, privacy, sticky and bug fixes
2016-06-03 14:44:34 -07:00
f1f69552d4
Don't include kirsle_legacy.py in the Rophako project
2016-06-03 12:05:42 -07:00
6bb370c7fd
Fix legacy CNET download link
2016-04-27 19:32:52 +00:00
7edb2f21bc
Retry on private blog entry logic
2016-04-19 22:46:49 +00:00
1d3dc51bca
Bugfixes with blog and photo albums
2016-04-19 22:31:55 +00:00
b36e764507
Fix SSLify test
2015-12-31 04:18:28 +00:00
4b6be02e5a
Spaces to tabs in HTML and CSS
2015-08-11 17:39:16 -07:00
0c71bc456b
Add timezone offsetter and strftime template function
2015-07-26 15:13:25 -07:00
bf18978195
Fix bug in JsonDB.list_docs when folder doesn't exist
2015-07-20 14:10:09 -07:00
8786b8d49c
Fix blog default category
2015-07-20 14:09:14 -07:00
a43db105b2
Add feature to rebuild blog index
2015-07-20 12:16:52 -07:00
ea2ef9876d
Some Unicode fixes for Python 3
2015-07-10 00:41:44 -07:00
e38ccc7190
Support Python 3 for running the app
2015-07-10 00:27:13 -07:00
9b890a1cf8
Clean up pyflakes errors
2015-07-09 23:33:53 -07:00
447711e995
Blog current year
2015-07-09 23:23:44 -07:00
2015530338
Add support for X-Forwarded-For
2015-07-09 23:14:44 -07:00
dcba91c0c1
Migrate config system to YamlSettings
2015-07-09 22:46:51 -07:00
a994d37a9e
Protocol agnostic URL for emoticons
2015-06-19 21:52:06 +00:00
09a604b555
Add gunicorn dependency
2015-06-17 03:35:53 +00:00
0b85aaf091
Add gunicorn, supervisor and nginx configs
2015-06-17 03:34:17 +00:00
482b47b6aa
Allow overriding partial blog index template
2015-05-14 17:37:29 -07:00
2441e729c3
Inline form controls
2015-05-15 00:22:33 +00:00
76c58e5b19
No quote unescaping
2015-05-15 00:20:24 +00:00
297db00520
Fix Bootstrap class name
2015-05-15 00:19:57 +00:00
6a2e055dfd
Fix photo markup and add copyable links for blogs
2015-05-15 00:18:50 +00:00
d77e9e10b9
Add class to wiki titles
2015-05-14 17:04:51 -07:00
72b9c60595
Add <snip> feature to blog for hiding bulk of post body
2015-05-14 16:46:47 -07:00
413d527a3e
Make settings.ini path configurable via env variable
2015-05-14 22:41:58 +00:00
29d178793d
Add metacity redirect
2015-04-14 19:21:33 +00:00
ca9e34f117
Fix UTF-8 bug in email sending code
2015-03-20 00:08:33 +00:00
c665db20b8
Enforce blog posts not allowing commenting on them
2015-03-06 18:42:16 -08:00
21dbede734
Moar unicode fixes
2015-02-23 13:10:21 -08:00
e485725b4c
Dummy out tracking code
2015-01-25 02:18:45 -08:00
8a7cf66248
Add Wiki syntax for page links, style updates
2015-01-25 02:05:14 -08:00
13b5c18062
Style updates for wiki pages
2015-01-25 01:44:52 -08:00
6fdf0ae0ea
Add Wiki plugin to Rophako
2015-01-25 01:32:38 -08:00
a69e013fb5
Continue functioning even if Redis is down
2014-12-23 15:55:48 -08:00
364c334b98
Absolute URL for emoticons
2014-12-16 20:26:01 +00:00
7184d9ad3c
Unicode fix
2014-12-16 04:03:12 +00:00
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