0
0
Fork 0
Commit Graph

121 Commits

Author SHA1 Message Date
Gibheer 2594d43843 ignore the pictures 2011-08-10 20:03:55 +02:00
Gibheer 26a609d44a added an image dir, just to support images a little bit 2011-08-10 19:52:47 +02:00
Gibheer a0a2c5266f the pagination was wrong and posts disappeard 2011-08-10 19:49:28 +02:00
Gibheer e0833de4a5 make an initial setup with the console, so that the passwords do not
apear anywhere
2011-08-10 19:49:02 +02:00
Gibheer 88f8fadc9e - fixed an error an creating a post with tags
- set the account to the current user, when account is nil
2011-08-10 09:45:39 +02:00
Gibheer f618c927a5 added the atom feed 2011-08-09 22:18:34 +02:00
Gibheer b06381fdfc mark the tags, when some were set 2011-08-09 18:05:59 +02:00
Gibheer c716db616b read, create and everything else with tags 2011-08-09 14:59:55 +02:00
Gibheer 573ac89d78 gem updates 2011-08-09 11:08:44 +02:00
Gibheer 0cbaecd5dd some layout changes 2011-08-09 11:06:53 +02:00
Gibheer 326fb46236 added tag support for models 2011-07-27 18:03:53 +02:00
Gibheer a8660e01d5 don't use the pool at this place (why is it even there?) 2011-07-27 18:03:17 +02:00
Gibheer d4cedc908d template tags get replaced when importing 2011-07-25 15:08:16 +02:00
Gibheer 1d1a66cd51 added some missing css elements
* added some css design for elements from the old blog
* added list formatting
2011-07-20 20:40:33 +02:00
Gibheer cd65fe811e formatted the date
fixes #6
2011-07-20 20:09:28 +02:00
Gibheer 9949d409f8 * changed the links to relative paths
* added links to the headings of the posts
2011-07-19 20:22:50 +02:00
Gibheer 6ebe31e6fb added minimalystic support for importing old blog entries from jekyll 2011-07-19 19:14:32 +02:00
Gibheer 7517ca6819 added syntax highlighting for code 2011-07-19 19:14:10 +02:00
Gibheer b2a6dddb0c added styling for the pages 2011-07-18 12:32:36 +02:00
Gibheer 927e80cf1c added pagination at the bottom of the index page 2011-07-15 21:21:52 +02:00
Gibheer 1787b4aa8d add more posts to the seed 2011-07-15 19:17:48 +02:00
Gibheer 3468f01ee6 added pages 2011-07-11 20:01:23 +02:00
Gibheer c82d60ad24 one form too much 2011-07-05 21:38:38 +02:00
Gibheer 1d22ef087e Merge branch 'master' of github.com:Gibheer/zero-blog 2011-07-05 21:37:56 +02:00
Gibheer f60c4a45b3 try to find the post with the jenkins url format 2011-07-05 21:37:18 +02:00
Stormwind 51ffe200d2 Merge branch 'master' of github.com:Gibheer/zero-blog 2011-07-05 21:10:11 +02:00
Stormwind 6aba1a12a8 - adopt "old" design 2011-07-05 21:08:24 +02:00
Gibheer 45a2dd1635 redirect to 404, when post was not found 2011-07-05 19:33:00 +02:00
Gibheer 700d42fe54 get the comments as json 2011-07-05 19:18:11 +02:00
Gibheer 0debfef42f the comments were not saved 2011-07-05 19:05:30 +02:00
Gibheer 8af068ac26 forgot to commit the view for viewing a single post 2011-07-05 19:02:42 +02:00
Gibheer 4ce3f643dd show a single post 2011-07-05 19:02:26 +02:00
Gibheer 1bd4158b17 added comments to the post and added some to the seeds file 2011-07-05 18:32:53 +02:00
Gibheer 1296143a97 - changed the index url for admin
- added a small javascript to make it more web 2.0
2011-07-04 11:15:29 +02:00
Gibheer 8c29826c6f inserted the admin_post_create template in the admin_index view 2011-07-01 14:57:05 +02:00
Gibheer b0f80f3b9a - changed the login path to /login
- added the posts view in the admin panel
2011-07-01 14:14:02 +02:00
Gibheer 63c0d87b6f - reordered some urls
- splitted the edit and create template
2011-07-01 10:45:55 +02:00
Gibheer 31e3dc5909 changed from rdiscount to redcarpet for markdown 2011-07-01 09:18:56 +02:00
Gibheer 14b6680ce4 Merge branch 'master' of github.com:Gibheer/zero-blog 2011-06-30 21:39:49 +02:00
Gibheer 928be4bf8a added some changes to the admin layout, stylesheet and added some
templates to edit posts
2011-06-30 21:39:01 +02:00
Stormwind cf354d939e - made post markup flexible 2011-06-30 21:16:10 +02:00
Gibheer 1f19368e4d changed the javascript style 2011-06-30 14:48:05 +02:00
Gibheer 8895f9aca5 another fix for 1.9.2 2011-06-28 21:37:37 +02:00
Gibheer 4c8a70e370 two fixes for ruby 1.9.2 2011-06-28 21:28:43 +02:00
Gibheer 5fce216346 added the admin javascript file 2011-06-28 15:15:17 +02:00
Gibheer f6e500c5ce changed the way the session and account is read 2011-06-28 11:58:41 +02:00
Gibheer 6570579073 use session pool, as it saves the data on the server side, not client
side
2011-06-28 10:59:49 +02:00
Gibheer af369b3681 invalidate the session as good as possible 2011-06-28 10:57:24 +02:00
Gibheer 07ece721f3 added session handling for the admin panel 2011-06-28 10:29:44 +02:00
Gibheer 3b4f5447e1 added an admin stylesheet 2011-06-27 09:20:07 +02:00