https://github.com/jekyll/jekyll

sort by:
Revision Author Date Message Commit Date
b66840c Release 0.11.2 28 December 2011, 00:53:50 UTC
4ece773 Gah, did not commit these for v0.11.1 version release. 28 December 2011, 00:48:00 UTC
febb31b Release 0.11.1 27 December 2011, 17:59:18 UTC
8754a02 Update history. 27 December 2011, 17:57:20 UTC
1da88bb Update and clarify dependencies. 27 November 2011, 02:48:51 UTC
3fa51d5 Ignore .DS_Store files. 26 November 2011, 18:05:46 UTC
ebc8ab5 Remove accidentally added doc stuff and change rakefile to prevent this. 26 November 2011, 18:05:15 UTC
9fbf90c Merge pull request #409 from wagenet/master Fix non-pygments code highlighting 27 September 2011, 14:06:38 UTC
4a9094f Fix non-pygments code highlighting 27 September 2011, 06:47:04 UTC
72b7b1f Release 0.11.0 10 July 2011, 22:14:25 UTC
3241d88 Merge remote-tracking branch 'kou/fix-error-message' 06 July 2011, 05:31:25 UTC
3c94ff3 Merge remote-tracking branch 'richbecks/master' 06 July 2011, 05:25:51 UTC
00a0d14 Tidied up indentation 04 July 2011, 12:09:50 UTC
8c35cc9 Create import_hash with .new(0) so that we don't have to check if a hash exists before incrementing it. 04 July 2011, 11:59:40 UTC
f6b5d82 Merge pull request #356 from mpalmer/yaml-exception-message Give name of file that generated YAML exception message 02 July 2011, 00:42:49 UTC
eebeaf5 Give name of file that generated YAML exception message It's not much good saying "hey, there was a problem" if you don't know where the problem *is*. Hunting through several hundred YAML files is no fun. 02 July 2011, 00:35:41 UTC
eb6a2b9 Now creates _<directory> for each post type (e.g. _posts, _pages, _attachments) 28 June 2011, 14:21:45 UTC
29c4808 Drafts are now marked as published:false 28 June 2011, 13:31:03 UTC
3389c6d Sometimes wp:post_name can be empty (e.g. when a post is still draft), in this case we make up an appropriate permalink_title that will be used as the filename. The importer can always rename the file later on, and at least the file is unlikely to have been overwritten by another draft on the same day. 28 June 2011, 09:31:42 UTC
365f57e Added meta tag import goodness. This for instance allows you to preserve all your hard-worked on WP SEO keywords, images, alternative images and other yummy-ness. Replaced PubDate with wp:post_date, this is better than PubDate since some of the posts you import could be a draft (in this case the pubDate is invalid and contains a non-sensical value). Added wp:status so we now know whether the post is published, draft or in the trash. Added wp:post_type so we differentiate between posts and image or other post types 28 June 2011, 09:05:51 UTC
e679729 Merge pull request #354 from juliangruber/patch-1 fixed redcarpet typo 26 June 2011, 21:11:35 UTC
89f4892 fixed redcarpet typo 26 June 2011, 14:09:01 UTC
70aaded fix path name in syntax error message. 20 June 2011, 13:46:38 UTC
6a75688 clean up some warnings 03 June 2011, 22:38:39 UTC
851172b Replace rdiscount filter with config-aware markdownify. 31 May 2011, 21:40:21 UTC
cae0eaf Merge remote-tracking branch 'mjschultz/master' Conflicts: lib/jekyll/filters.rb 30 May 2011, 19:27:11 UTC
70b1112 Update history. 30 May 2011, 18:45:30 UTC
da99306 Merge remote-tracking branch 'derekprior/configurable_coverter_file_extensions' 30 May 2011, 18:38:59 UTC
13f1cf5 Merge pull request #328 from shoaibkamil/master Bugfix in tumblr importer 30 May 2011, 18:22:23 UTC
5568e56 Merge remote-tracking branch 'vazexqi/patch-1' 30 May 2011, 18:20:29 UTC
14f371c Update gemspec so bundler installs work. 30 May 2011, 18:18:15 UTC
56ddf6a Merge branch 'next' 30 May 2011, 05:46:10 UTC
897d3e4 Update history. 30 May 2011, 05:44:04 UTC
e7135a6 Require cucumber 0.10.3 to fix tests with Ruby 1.9.2. 30 May 2011, 05:43:36 UTC
2ad0fbc Merge remote-tracking branch 'MattHall/redcarpet' 30 May 2011, 04:38:34 UTC
22585d4 avoid infinite recursion while rendering layouts 23 May 2011, 21:23:21 UTC
5788ca8 Changed [:state] check RE and required YAML 1) The published state is actually stored as "published" in the database but the regular expression checks for "Published" and thus will actually skip all published posts. 2) The to_yaml method is not immediately available without the "require 'yaml'" directive. This caused the migration script to fail while executing it following the instructions. Tested with Typo 5.3 14 May 2011, 17:09:59 UTC
1f4dd4e Fixed bug in "conversation" importing where <section> and <dialog> tags were not being closed. 12 May 2011, 05:06:53 UTC
f808c98 Clean up Enki importer and update History. 09 May 2011, 07:59:40 UTC
0dc55aa Merge remote-tracking branch 'rodrigopinto/master' 09 May 2011, 07:55:55 UTC
b86bc97 Clean up Tumblr importer and update History. 09 May 2011, 07:54:26 UTC
9cc9c23 Merge remote-tracking branch 'tonycosentini/master' 09 May 2011, 07:41:07 UTC
2de18d3 Merge remote-tracking branch 'guilleiguaran/patch-1' into devel 09 May 2011, 07:35:06 UTC
02b1d99 default_executable= have been deprecated 09 May 2011, 07:11:52 UTC
0ce4254 Better Pager.calculate_pages implementation. 09 May 2011, 06:44:20 UTC
82bd83f More TomDoc and formatting cleanup. 09 May 2011, 06:40:35 UTC
aa0d82f Clean up migrators formatting. 08 May 2011, 22:08:53 UTC
a428ace TomDoc some things. 08 May 2011, 21:49:19 UTC
e12cbdb Added Tumblr migrator. 02 May 2011, 18:31:01 UTC
55f42d2 adding enki migrator 29 April 2011, 00:28:13 UTC
155cbd1 All tests/features run in 1.8 and 1.9. 24 April 2011, 11:16:13 UTC
6a31e65 Tests and specs run under 1.9. 24 April 2011, 10:39:27 UTC
093a5ef Merge remote-tracking branch 'jbw/ruby-v1.9' into devel 23 April 2011, 10:08:34 UTC
cf779b2 Added Redcarpet for MD conversion 20 April 2011, 09:04:42 UTC
d2377b2 Fixed mistake in default markdown extensions 12 April 2011, 21:30:56 UTC
5801220 Added the ability to configure the file extensions to be processed by each converter. Test cases included. 12 April 2011, 21:03:28 UTC
0f71bdb Ignore .bundle dir. 13 March 2011, 23:57:35 UTC
dce4ccc Better error message for invalid post date. 12 March 2011, 01:52:25 UTC
6c94db1 TomDoc convertible.rb. 12 March 2011, 00:00:32 UTC
68eaadd Merge remote-tracking branch 'MattHall/cli' into test 11 March 2011, 07:01:18 UTC
01a9090 Merge remote-tracking branch 'phatblat/master' into test 11 March 2011, 06:51:58 UTC
d2814cf Merge remote-tracking branch 'elia/master' into devel 11 March 2011, 06:38:17 UTC
f58a821 Merge remote-tracking branch 'MattHall/posterous' into devel 11 March 2011, 05:20:38 UTC
38844cd Merge remote-tracking branch 'ab9/master' into devel 11 March 2011, 05:17:51 UTC
a31780a Move require to jekyll.rb and update history. 11 March 2011, 05:15:29 UTC
5f4dfe3 Merge remote-tracking branch 'zenspider/master' into devel 11 March 2011, 05:10:18 UTC
f82c51d Update history. 11 March 2011, 05:10:12 UTC
13cc44f sanitize urls and ignore symlinks 11 March 2011, 04:14:38 UTC
be8b771 speed up cleanup 11 March 2011, 04:11:45 UTC
edef025 make kramdown a runtime dep so people can use it instead of maruku 08 March 2011, 06:08:08 UTC
9da714d rdiscount is a dev dependency 08 March 2011, 03:13:57 UTC
8cc7f06 work around cucumber issue (closes #296) 08 March 2011, 02:50:02 UTC
4b5a4e8 open4 is not required 07 March 2011, 00:32:10 UTC
08725eb use the new albino gem 06 March 2011, 09:57:08 UTC
16ea326 fix "4.2.1" versioned dev dependencies, and cleanup syntax 06 March 2011, 09:47:18 UTC
a04c270 Gemfile to help install the dependencies 06 March 2011, 09:46:00 UTC
9e3ad69 - added rdiscount filter for templating system (like the textilize filter, but for markdown) 03 March 2011, 14:14:52 UTC
bd01e64 Cleaned up unnecessary string munging 02 March 2011, 08:24:17 UTC
034b064 Remove double directory creation. 27 January 2011, 12:13:12 UTC
c70dac3 Take permalink name directly from worpress export file. 27 January 2011, 12:12:08 UTC
ca48ea9 Merged wordpress.com migrator fix from 'heuripedes/jekyll' 27 January 2011, 11:14:22 UTC
f68bbcb The Wordpress.com migrator now works and gathers categories as tags. 27 January 2011, 10:12:42 UTC
d61c1e9 Fix compile error by making QUERY lowercase (local instead of const) 23 January 2011, 22:30:41 UTC
bc3771a Change TABLE_PREFIX from class member to 4th parameter of process method (now lowercase) Move QUERY into process method 23 January 2011, 22:25:33 UTC
e902bb9 Change TABLE_PREFIX back to default 23 January 2011, 22:21:29 UTC
42f63f9 Add Jekyll::WordPress.TABLE_PREFIX and inclusion in QUERY 23 January 2011, 22:19:26 UTC
033333f fix typo in history: site.ports -> site.posts 22 January 2011, 15:29:27 UTC
b3634b5 adding date to wordpress migrator 13 January 2011, 03:37:38 UTC
84c1a72 Updating CLI for importing 19 December 2010, 17:38:14 UTC
c1f0e07 Adding Posterous Importer 19 December 2010, 16:27:22 UTC
13df722 Release 0.10.0 17 December 2010, 00:29:48 UTC
86397cb Add --no-server option. 17 December 2010, 00:27:41 UTC
a8a837c Release 0.9.0 15 December 2010, 23:36:15 UTC
9e0eb75 updated/fixed wordpress.com migration script 15 December 2010, 18:44:01 UTC
36b1f8f Add Marley migrator. Closes #28. 14 December 2010, 23:12:12 UTC
c1ed790 Merge remote branch 'sos4nt/remove-orphaned-files' 14 December 2010, 05:18:21 UTC
9bd4875 Merge remote branch 'MattHall/master' 14 December 2010, 05:12:21 UTC
5db0408 Merge remote branch 'mattdipasquale/master' 14 December 2010, 05:09:33 UTC
65622cb Use OptionParser's [no-] functionality for better boolean parsing. 14 December 2010, 05:07:35 UTC
226c7cc Rescue exception when parsing invalid yaml. Prevents silent fail in auto and server mode 11 December 2010, 14:30:44 UTC
back to top