Dynastie/ChangeLog

75 lines
1.9 KiB
Plaintext
Raw Normal View History

2016-06-05 09:19:02 +02:00
v0.5 (05/06/2016)
** User **
** Dev **
** Bugs **
Some robots doesn't set referer when they try to add comment
2016-05-22 10:29:42 +02:00
v0.4 (22/05/2016)
2015-09-21 19:07:39 +02:00
** User **
Redirect user to comment when it's added and not to begining of page
2015-11-08 14:53:30 +01:00
Enable code coloration support with Markdown syntax
Add article inclusion
Add autofocus to login page
Sort tags by name
Add generation duration time
2016-05-22 10:29:42 +02:00
Add fail2ban filter
** 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
Draft were not remove from _draft directory when moving to Post
2015-11-08 14:53:30 +01:00
v0.3 (13/11/2014)
2014-06-01 18:59:18 +02:00
2014-05-27 18:24:14 +02:00
** User **
Add draft support
2014-06-01 18:59:18 +02:00
Add dyn:first_page_only : subtree will only appears in first page
Add dyn:ljdc_last : last "les joies du code" image
2014-06-05 19:57:11 +02:00
Add dyn:comments_count
2014-06-09 11:47:38 +02:00
Add dyn:category_name
2014-05-27 18:24:14 +02:00
** Dev **
2014-06-01 11:30:13 +02:00
Add FileOutputCache : md5 cache in database avoiding disk read operation
Do things in a more python way
2014-05-27 18:24:14 +02:00
** Bugs **
2014-06-01 11:30:13 +02:00
Posts set to non published were not removed during re generation
Can't create categories and tags
Recursively create directories
2014-05-27 18:24:14 +02:00
2014-04-27 19:13:09 +02:00
v0.2 (27/04/2014)
** User **
Add dyn:post_url and dyn:post_full_url for replace directive (doesn't prepend http://)
2014-01-04 13:55:39 +01:00
Update TinyMCE to version 3.5.10
2014-03-27 18:29:42 +01:00
Add Mardown support (with custom commands)
2014-01-04 13:55:39 +01:00
Add all posts generators
Set default font size to 14 for TinyMCE
Allow to reference comments with #comment_number
2014-03-16 19:36:39 +01:00
Add a favicon
2014-03-27 18:29:42 +01:00
Add post search to Dynastie
A base template can now contains multiple blocks
2014-04-27 19:13:09 +02:00
Add a generator for "lesjoiesducode.fr" (previously parsed by a PERL script)
** Dev **
Add coding information in all py files
2014-03-27 18:29:42 +01:00
Add HTML5 markup and a favicon for blog.soutade.fr
Add ChangeLog
2013-02-17 09:31:54 +01:00
Simplify archive generation code
2014-03-27 18:29:42 +01:00
Trim comments before saving
** Bugs **
Escape double quotes in metas tag
Replace line returns by <br /> for comments
2013-02-17 09:31:54 +01:00
Archive geenration was broken for tags
Returns to first page when adding a post