Dynastie/ChangeLog

40 lines
1.2 KiB
Plaintext
Raw Normal View History

2014-06-01 11:30:13 +02:00
v0.3 (01/06/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-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
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
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