Commit Graph

22 Commits

Author SHA1 Message Date
Gregory Soutade
93f9ff8a57 Fix a bug introduced in previous commit (list.reverse() does not return anything)
Don't generate posts if they're not published
Update about me
2013-11-07 20:37:47 +01:00
cce2361b75 Archive geenration was broken for tags
Change ALl rights reserved in Tous droits réservés
2013-02-17 08:38:58 +01:00
e795fa1af6 New version 0.2
Add coding information in all py files
Add dyn:post_url and dyn:post_full_url for replace directive (doesn't prepend http://)
Escape double quotes in metas tag
Add HTML5 markup for blog.soutade.fr
Add ChangeLog
2013-02-09 08:55:06 +01:00
b41111d64e Add licence information in all source files 2013-02-07 18:50:54 +01:00
6e997862e7 Pygments code in preview 2013-01-31 19:24:29 +01:00
0150b9f6cd Add verifications during blog generation when user/category is suppressed
Delete comments when a post is deleted
Forgot to set email input as hidden in comment responses
Forgot to setup cache for post comment generation
2013-01-29 18:51:23 +01:00
c8d9d367c6 Remove recents and posts hooks in post generator 2013-01-12 09:02:08 +01:00
e31795efb2 Factorize hooks management (only overwrite)
Manage link attribute for title tag
Update copyright and CSS
2013-01-06 12:10:29 +01:00
224faf5dc4 Avoid parsing the template again and again by cloning it 2012-12-31 17:45:21 +01:00
2c7f4be96e Review generators : factorize a lot of code
Add delete hooks
2012-12-31 13:58:47 +01:00
aeadc248d1 Remove blog.create_paths() 2012-12-24 18:07:44 +01:00
2f1f38ca5c Basic search works for now 2012-12-10 19:30:25 +01:00
85488e0838 Add tags support
Set slugify to be global
Update modification date only if text has been changed
Fix a bug in preview (post_id was passed instead of blog_id)
Add Home, Category and Tag links in blog area instead of global area (dynastie template)
Fix a bug in Have_I_right
2012-11-08 21:23:30 +01:00
b87a78df59 Finalize comments 2012-10-20 19:05:29 +02:00
3c3070cf31 Need to return objects in generator hooks
Add dyn:comments and dyn:replace support
2012-10-16 22:06:33 +02:00
01685868e2 Fix some bugs + add primary comment support 2012-10-11 22:26:47 +02:00
76cda68611 Set category and tag refers to a Blog 2012-10-09 20:47:12 +02:00
d30bb18e43 Add primary comment support 2012-10-04 21:49:33 +02:00
fec7447d13 Add "dyn:meta" tag support
fix a bug (forgot self)
disconnect now redirects in /
2012-09-25 21:49:56 +02:00
3ac4540db4 Add preview 2012-09-11 22:25:58 +02:00
f7969e6134 Set title to be article's title 2012-08-28 10:42:33 +02:00
c393ea7197 Rename article in post 2012-08-28 09:09:14 +02:00