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
56c32e77f0
Set default font size to 14 for tinymce
2013-03-24 09:13:41 +01:00
0e84244db3
Returns to first page when adding a post
2013-03-02 10:11:44 +01:00
cac9e366b7
Update ChangeLog
2013-02-17 09:31:54 +01:00
0e60732f26
Simplify archive generation code
2013-02-17 08:57:37 +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
e277e1cc24
Fix a bug on email notifications : a slash was inserted before #
2013-02-09 10:55:47 +01:00
61d2d63bf4
Do the same for comment edition
2013-02-09 09:48:30 +01:00
fd65e84b62
Replace line returns by <br /> for comments
2013-02-09 09:12:01 +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
1837bb127c
Add COPYING README and AUTHORS
2013-02-07 18:51:57 +01:00
b41111d64e
Add licence information in all source files
2013-02-07 18:50:54 +01:00
4b859eec12
Update CSS (titles management)
2013-01-31 19:36:46 +01:00
6e997862e7
Pygments code in preview
2013-01-31 19:24:29 +01:00
e0da2df75f
Avoid exception if a post doesn't exists
...
Avoid duplicating messages in report
2013-01-31 19:21:58 +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
8d02850017
Fix a bug in tag deletion and category deletion. Avoid double slash on image URL
2013-01-27 09:44:17 +01:00
3d393c907c
Forgot to initialize post cache for search
2013-01-22 20:02:56 +01:00
5b3eafe758
Can specify date format in dyn:date
2013-01-13 18:55:20 +01:00
179fc3da2f
Add Dynastie version to displayed pages
2013-01-13 18:47:38 +01:00
d0aaa61f09
Add new initial database
2013-01-12 15:07:51 +01:00
7de1562d73
comments in post template used dev addresses
2013-01-12 15:05:03 +01:00
c8d9d367c6
Remove recents and posts hooks in post generator
2013-01-12 09:02:08 +01:00
ede64026d6
Use another cache for posts content
2013-01-06 18:28:03 +01:00
6d747d8dfc
Forgot to enable link to post titles
2013-01-06 18:12:00 +01:00
1dceba9288
Better use of posts cache
2013-01-06 17:59:46 +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
7ea8fd9280
Fix a bug in archive generator due to factorization
...
Filter posts for new year adding published and front page criteria
2013-01-03 10:19:37 +01:00
Gregory Soutade
bf86e7a81b
Fix a bug : take last posts and not first if there is no new posts with the current year
2013-01-02 10:47:15 +01:00
224faf5dc4
Avoid parsing the template again and again by cloning it
2012-12-31 17:45:21 +01:00
0cef65c4e1
Add a cache for post reading during blog generation
2012-12-31 16:50:11 +01:00
2c7f4be96e
Review generators : factorize a lot of code
...
Add delete hooks
2012-12-31 13:58:47 +01:00
b7c4cf4e2f
Speed up search
2012-12-24 19:18:19 +01:00
Gregory Soutade
efff6d8a47
Merge soutade.fr:dynastie
2012-12-24 18:13:01 +01:00
Gregory Soutade
919e9a5575
Fix bugs in search (string conversion)
2012-12-24 18:12:51 +01:00
aeadc248d1
Remove blog.create_paths()
2012-12-24 18:07:44 +01:00
152e2ab0a6
Do a lot of little modification (remove most of unused comments)
2012-12-24 16:34:30 +01:00
e068c4b24c
Remove local password encryption in login.html
2012-12-24 15:43:33 +01:00
f0f32d31cc
Fix bug of empty names in users
2012-12-24 15:40:11 +01:00
933035314b
Fix a bug in blog navigation bar
2012-12-24 10:06:46 +01:00
9070fb79dd
Request confirmation before deleting one item
2012-12-24 09:35:59 +01:00
652b279850
Merge branch 'master' of soutade.fr:dynastie
2012-12-22 09:39:42 +01:00