Noah
1835300e33
Various improvements to commenting system
6 years ago
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.
6 years ago
Noah
878733a7c5
Less verbose logging from the JsonDB driver
7 years ago
Noah
38594a382b
Add hooks for Markdown pages to render their own table of contents
7 years ago
Noah
753b84cdf1
Also allow blog fid's to remove double dashes
7 years ago
Noah
3eb8e74e54
Allow for fixing blog friendly URLs to remove extra dashes
7 years ago
Noah
fd21247fdf
Trim blocks in Jinja2
7 years ago
Noah
646620fa92
Merge pull request #2 from kirsle/feature/blog-drafts-and-privacy
...
Many blog improvements
7 years ago
Noah
91c7e3369e
Implement blog drafts, privacy, sticky and bug fixes
7 years ago
Noah
f1f69552d4
Don't include kirsle_legacy.py in the Rophako project
7 years ago
Noah
6bb370c7fd
Fix legacy CNET download link
7 years ago
Noah
7edb2f21bc
Retry on private blog entry logic
7 years ago
Noah
1d3dc51bca
Bugfixes with blog and photo albums
7 years ago
Noah
b36e764507
Fix SSLify test
7 years ago
Noah
4b6be02e5a
Spaces to tabs in HTML and CSS
8 years ago
Noah
0c71bc456b
Add timezone offsetter and strftime template function
8 years ago
Noah
bf18978195
Fix bug in JsonDB.list_docs when folder doesn't exist
8 years ago
Noah
8786b8d49c
Fix blog default category
8 years ago
Noah
a43db105b2
Add feature to rebuild blog index
8 years ago
Noah
ea2ef9876d
Some Unicode fixes for Python 3
8 years ago
Noah
e38ccc7190
Support Python 3 for running the app
8 years ago
Noah
9b890a1cf8
Clean up pyflakes errors
8 years ago
Noah
447711e995
Blog current year
8 years ago
Noah
2015530338
Add support for X-Forwarded-For
8 years ago
Noah
dcba91c0c1
Migrate config system to YamlSettings
8 years ago
Noah
a994d37a9e
Protocol agnostic URL for emoticons
8 years ago
Noah
09a604b555
Add gunicorn dependency
8 years ago
Noah
0b85aaf091
Add gunicorn, supervisor and nginx configs
8 years ago
Noah
482b47b6aa
Allow overriding partial blog index template
8 years ago
Noah
2441e729c3
Inline form controls
8 years ago
Noah
76c58e5b19
No quote unescaping
8 years ago
Noah
297db00520
Fix Bootstrap class name
8 years ago
Noah
6a2e055dfd
Fix photo markup and add copyable links for blogs
8 years ago
Noah
d77e9e10b9
Add class to wiki titles
8 years ago
Noah
72b9c60595
Add <snip> feature to blog for hiding bulk of post body
8 years ago
Noah
413d527a3e
Make settings.ini path configurable via env variable
8 years ago
Noah
29d178793d
Add metacity redirect
8 years ago
Noah
ca9e34f117
Fix UTF-8 bug in email sending code
8 years ago
Noah
c665db20b8
Enforce blog posts not allowing commenting on them
8 years ago
Noah
21dbede734
Moar unicode fixes
8 years ago
Noah
e485725b4c
Dummy out tracking code
8 years ago
Noah
8a7cf66248
Add Wiki syntax for page links, style updates
8 years ago
Noah
13b5c18062
Style updates for wiki pages
8 years ago
Noah
6fdf0ae0ea
Add Wiki plugin to Rophako
8 years ago
Noah
a69e013fb5
Continue functioning even if Redis is down
8 years ago
Noah
364c334b98
Absolute URL for emoticons
8 years ago
Noah
7184d9ad3c
Unicode fix
8 years ago
Noah
2267a810c4
Apply a class to emoticons for CSS selectability
8 years ago
Noah
bf294e0009
Responsive images in markdown
8 years ago
Noah
845c47403e
Cache locking, markdown wrapping, referer fixing
8 years ago