Fix HTML article inclusion

Fix draft inclusion in preview
Enhance cache post content (avoid recomputing md5sum if present)
Add generation duration time
Add post only generation (for Dev)
Remove Draft when it becomes Post
Update blog Copyright
Update TinyMCE plugins for inclusion
Sort tags by name
This commit is contained in:
Gregory Soutade
2016-01-09 20:10:27 +01:00
parent 9b49bf9114
commit e0b8f544ff
14 changed files with 213 additions and 181 deletions

View File

@@ -1,14 +1,21 @@
v0.4 (08/11/2015)
v0.4 (09/01/2016)
** User **
Redirect user to comment when it's added and not to begining of page
Enable code coloration support with Markdown syntax
Add article inclusion
Add autofocus to login page
Sort tags by name
Add generation duration time
** Dev **
Support Django 1.8
Enhance cache post content (avoid recomputing md5sum if present)
Add post only generation (for Dev)
** Bugs **
Always update modification date when post/draft is saved
Support Django 1.8
Draft were not remove from _draft directory when moving to Post
v0.3 (13/11/2014)