Commit Graph

200 Commits

Author SHA1 Message Date
Gregory Soutade 798b5e1f92 Update version in dynastie template 2014-05-27 21:54:55 +02:00
Gregory Soutade 03f646b7fa Add Draft support 2014-05-27 18:24:14 +02:00
Gregory Soutade c468ea92b0 Add inline image in Markdown syntax
Change default font for my blog
2014-05-19 18:20:25 +02:00
Gregory Soutade 86d2b83ed9 Update ChangeLog and ljdc.xml 2014-04-27 19:13:09 +02:00
Gregory Soutade 2dccf89408 Update Changelog 2014-03-27 18:29:42 +01:00
Gregory Soutade d8a24e210f Add ljdc (les joies du code) generator 2014-03-27 18:29:06 +01:00
Gregory Soutade 577acbd9f5 Add underline command in markdown 2014-03-27 18:25:36 +01:00
Gregory Soutade 4bd583f92f Allows multiple block for a template 2014-03-27 18:24:58 +01:00
Gregory Soutade 814fd6c667 Add internal post search to Dynastie 2014-03-18 20:30:17 +01:00
Gregory Soutade f7a3e3f9c9 Add a favicon 2014-03-16 19:36:39 +01:00
Gregory Soutade 726d247632 Strip comments
Insert link to comment when it's referenced with #comment_number
2014-03-16 18:55:50 +01:00
Gregory Soutade 22b8c96fe3 Update README 2014-02-02 15:09:34 +01:00
Grégory Soutadé 0d05f8346b Do a cleaner package.
Add an Apache sample configuration file
Update README with better installation instructions
2014-02-02 14:21:16 +01:00
Gregory Soutade ef03d87799 Add manage.py to package 2014-02-02 08:53:08 +01:00
Gregory Soutade dde64f9219 Fix some stupid mistakes in previous commit 2014-02-01 12:01:57 +01:00
Gregory Soutade 355212bf4b Add feed icons from http://www.freeiconsdownload.com/Free_Downloads.asp?id=62 2014-02-01 11:51:02 +01:00
Gregory Soutade dab80993f2 Add line through support to Markdown 2014-01-31 19:28:25 +01:00
Gregory Soutade 44e4729a23 Forgot to update Atom & RSS generators for Markdown support 2014-01-05 22:19:19 +01:00
Gregory Soutade 91849bdccd Update Changelog 2014-01-04 13:55:39 +01:00
Gregory Soutade 8f374b9e1b Update copyrights 2014-01-04 13:55:30 +01:00
Gregory Soutade ebf738bffd Set default font size to 14px for TinyMCE advanced editor 2014-01-04 13:49:12 +01:00
Gregory Soutade 88e6ebd3a4 Add Markdown support 2014-01-04 13:43:38 +01:00
Gregory Soutade 9de9cea99a Add 2014 features (copyright and links) 2014-01-04 13:42:59 +01:00
Gregory Soutade b2663bf31b Add my GPG key 2014-01-04 13:42:28 +01:00
Gregory Soutade 013dd1a62c Fix a bug in all_posts generator (first post was not generated) 2014-01-04 13:30:01 +01:00
Gregory Soutade 26fa4b91b9 Update tinyMCE to version 3.5.10 2014-01-04 13:28:46 +01:00
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
Gregory Soutade f66feb4dbe Display all tags in add_post and edit_post
Reverse post list in all_posts
2013-11-03 09:17:24 +01:00
Gregory Soutade 0394ada46e Update blog 2013-10-26 09:33:47 +02:00
Gregory Soutade 7fba150877 Add AllPosts generator 2013-10-26 09:32:02 +02:00
Gregory Soutade fa4dbf48fe Fix a bug : forget to add os.environ['DYNASTIE_ROOT'] in blog add (thanks François Schmidts) 2013-10-10 18:37:52 +02:00
Grégory Soutadé 56c32e77f0 Set default font size to 14 for tinymce 2013-03-24 09:13:41 +01:00
Grégory Soutadé 0e84244db3 Returns to first page when adding a post 2013-03-02 10:11:44 +01:00
Grégory Soutadé cac9e366b7 Update ChangeLog 2013-02-17 09:31:54 +01:00
Grégory Soutadé 0e60732f26 Simplify archive generation code 2013-02-17 08:57:37 +01:00
Grégory Soutadé 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
Grégory Soutadé e277e1cc24 Fix a bug on email notifications : a slash was inserted before # 2013-02-09 10:55:47 +01:00
Grégory Soutadé 61d2d63bf4 Do the same for comment edition 2013-02-09 09:48:30 +01:00
Grégory Soutadé fd65e84b62 Replace line returns by <br /> for comments 2013-02-09 09:12:01 +01:00
Grégory Soutadé 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
Grégory Soutadé 1837bb127c Add COPYING README and AUTHORS 2013-02-07 18:51:57 +01:00
Grégory Soutadé b41111d64e Add licence information in all source files 2013-02-07 18:50:54 +01:00
Grégory Soutadé 4b859eec12 Update CSS (titles management) 2013-01-31 19:36:46 +01:00
Grégory Soutadé 6e997862e7 Pygments code in preview 2013-01-31 19:24:29 +01:00
Grégory Soutadé e0da2df75f Avoid exception if a post doesn't exists
Avoid duplicating messages in report
2013-01-31 19:21:58 +01:00
Grégory Soutadé 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
Grégory Soutadé 8d02850017 Fix a bug in tag deletion and category deletion. Avoid double slash on image URL 2013-01-27 09:44:17 +01:00
Grégory Soutadé 3d393c907c Forgot to initialize post cache for search 2013-01-22 20:02:56 +01:00
Grégory Soutadé 5b3eafe758 Can specify date format in dyn:date 2013-01-13 18:55:20 +01:00
Grégory Soutadé 179fc3da2f Add Dynastie version to displayed pages 2013-01-13 18:47:38 +01:00