Commit Graph

200 Commits

Author SHA1 Message Date
Grégory Soutadé d0aaa61f09 Add new initial database 2013-01-12 15:07:51 +01:00
Grégory Soutadé 7de1562d73 comments in post template used dev addresses 2013-01-12 15:05:03 +01:00
Grégory Soutadé c8d9d367c6 Remove recents and posts hooks in post generator 2013-01-12 09:02:08 +01:00
Grégory Soutadé ede64026d6 Use another cache for posts content 2013-01-06 18:28:03 +01:00
Grégory Soutadé 6d747d8dfc Forgot to enable link to post titles 2013-01-06 18:12:00 +01:00
Grégory Soutadé 1dceba9288 Better use of posts cache 2013-01-06 17:59:46 +01:00
Grégory Soutadé e31795efb2 Factorize hooks management (only overwrite)
Manage link attribute for title tag
Update copyright and CSS
2013-01-06 12:10:29 +01:00
Grégory Soutadé 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
Grégory Soutadé 224faf5dc4 Avoid parsing the template again and again by cloning it 2012-12-31 17:45:21 +01:00
Grégory Soutadé 0cef65c4e1 Add a cache for post reading during blog generation 2012-12-31 16:50:11 +01:00
Grégory Soutadé 2c7f4be96e Review generators : factorize a lot of code
Add delete hooks
2012-12-31 13:58:47 +01:00
Grégory Soutadé 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
Grégory Soutadé aeadc248d1 Remove blog.create_paths() 2012-12-24 18:07:44 +01:00
Grégory Soutadé 152e2ab0a6 Do a lot of little modification (remove most of unused comments) 2012-12-24 16:34:30 +01:00
Grégory Soutadé e068c4b24c Remove local password encryption in login.html 2012-12-24 15:43:33 +01:00
Grégory Soutadé f0f32d31cc Fix bug of empty names in users 2012-12-24 15:40:11 +01:00
Grégory Soutadé 933035314b Fix a bug in blog navigation bar 2012-12-24 10:06:46 +01:00
Grégory Soutadé 9070fb79dd Request confirmation before deleting one item 2012-12-24 09:35:59 +01:00
Grégory Soutadé 652b279850 Merge branch 'master' of soutade.fr:dynastie 2012-12-22 09:39:42 +01:00
Grégory Soutadé 5010f768d4 Use regexp during search computation 2012-12-22 09:39:09 +01:00
Grégory Soutadé 12b43ffbed Do a prepend instead of an append to generate search index. Allow reverse date order results display 2012-12-22 09:34:21 +01:00
Gregory Soutade 5077ab0a30 Add _search.html 2012-12-13 14:32:54 +01:00
Gregory Soutade 2f70a4bec5 Limit search text width 2012-12-13 14:32:27 +01:00
Gregory Soutade c3a75305cb Avoid empty tags to be created 2012-12-13 14:32:03 +01:00
Grégory Soutadé 839b935d47 Do a more pertinent search by including titles in indexing 2012-12-10 20:50:27 +01:00
Grégory Soutadé 2f1f38ca5c Basic search works for now 2012-12-10 19:30:25 +01:00
Grégory Soutadé 0b61fa7ff2 First work on search 2012-11-25 20:39:19 +01:00
Grégory Soutadé 0bc3089d05 Replace dynastie.soutade.fr in comments by a rules at proxy level 2012-11-25 09:52:22 +01:00
Grégory Soutadé 08f1747505 Invert <dyn:code> and <pre> tags 2012-11-19 19:11:04 +01:00
Grégory Soutadé 16c2c73389 Add navigation bar and fix the bug of "too many values to unbound" 2012-11-17 09:46:33 +01:00
Grégory Soutadé 4d89ccefb5 Add time to comments in edit_post.html 2012-11-15 18:48:38 +01:00
Grégory Soutadé 5597bd0523 Add DynastieColor button icon to tinymce 2012-11-15 18:39:17 +01:00
Grégory Soutadé e12b8685b1 Update CSS and dynastiecolor plugin (more lexers) 2012-11-13 20:56:49 +01:00
Grégory Soutadé a6f66afbac Fix a little bug due to <pre> tag in <dyn:code> 2012-11-13 18:58:50 +01:00
Gregory Soutade 44800ac42c Add primary support for code highlightning 2012-11-13 18:33:38 +01:00
Grégory Soutadé e14e184b1d Mistake in previous commit 2012-11-10 12:24:58 +01:00
Grégory Soutadé d96a5afd20 Add Tags to blog.soutade.fr 2012-11-10 12:13:34 +01:00
Grégory Soutadé 76508ef3fd Forgot Tag generator 2012-11-10 11:35:48 +01:00
Grégory Soutadé 4e9737297f Add anti robot tip 2012-11-08 21:36:21 +01:00
Grégory Soutadé 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
Grégory Soutadé a2f091a0f5 Merge branch 'master' of soutade.fr:dynastie 2012-11-06 20:58:24 +01:00
Gregory Soutade 6e292d9e2d Add blog.soutade.fr as example 2012-11-06 20:53:00 +01:00
Grégory Soutadé 426f4e8c7a Disable cache after add_comment 2012-10-25 18:36:10 +02:00
Grégory Soutadé fb76a53aa0 Merge soutade.fr:dynastie 2012-10-23 19:03:14 +02:00
Grégory Soutadé 8b015c7e85 Syntax error 2012-10-23 19:03:10 +02:00
Grégory Soutadé 190eb3d9b8 remove markup in comments 2012-10-23 18:59:40 +02:00
Grégory Soutadé 9945116ed0 Forgot an s 2012-10-20 21:06:16 +02:00