https://github.com/jekyll/jekyll
Revision 5788ca88f816f9c1f258f7ee9ae24ad81895a0b9 authored by Nicholas Chen on 14 May 2011, 17:09:59 UTC, committed by Nicholas Chen on 14 May 2011, 17:09:59 UTC
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

1 parent f808c98
History
Tip revision: 5788ca88f816f9c1f258f7ee9ae24ad81895a0b9 authored by Nicholas Chen on 14 May 2011, 17:09:59 UTC
Changed [:state] check RE and required YAML
Tip revision: 5788ca8
File Mode Size
bin
features
lib
test
.gitignore -rw-r--r-- 59 bytes
Gemfile -rw-r--r-- 25 bytes
History.txt -rw-r--r-- 11.1 KB
LICENSE -rw-r--r-- 1.1 KB
README.textile -rw-r--r-- 2.0 KB
Rakefile -rw-r--r-- 4.2 KB
cucumber.yml -rw-r--r-- 26 bytes
jekyll.gemspec -rw-r--r-- 4.9 KB

README.textile

back to top