rophako/rophako
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
..
model Implement blog drafts, privacy, sticky and bug fixes 2016-06-03 14:44:34 -07:00
modules Fix blog posts losing data when previewing updates 2016-12-20 22:21:55 -08:00
www Add hooks for Markdown pages to render their own table of contents 2016-06-17 14:54:45 -07:00
__init__.py Reorganize module structure 2014-07-23 12:39:58 -07:00
app.py Trim blocks in Jinja2 2016-06-03 15:07:02 -07:00
jsondb.py Less verbose logging from the JsonDB driver 2016-06-20 18:07:05 +00:00
log.py Support Python 3 for running the app 2015-07-10 00:27:13 -07:00
plugin.py Support Python 3 for running the app 2015-07-10 00:27:13 -07:00
settings.py Support Python 3 for running the app 2015-07-10 00:27:13 -07:00
utils.py Add hooks for Markdown pages to render their own table of contents 2016-06-17 14:54:45 -07:00