Parker Moore
14b73667b8
Make default rake task a multitask so tests run in parallel.
2014-08-12 14:34:17 -04:00
Parker Moore
a330bb0801
Update history to reflect merge of #2731 [ci skip]
2014-08-12 13:49:26 -04:00
Parker Moore
5c9eb324e8
Update history to reflect merge of #2731 [ci skip]
2014-08-12 13:47:45 -04:00
Parker Moore
ba63a2c6d1
Merge pull request #2731 from jekyll/doc-to_s
2014-08-12 13:47:32 -04:00
Parker Moore
db34c48927
Just like for Convertible, place the un-layouted content in document.content.
2014-08-12 12:52:38 -04:00
Parker Moore
5367bc3416
Update history to reflect merge of #2732 [ci skip]
2014-08-12 12:48:09 -04:00
Parker Moore
871e425fa0
Merge pull request #2732 from jekyll/type-should-be-similar-in-number
2014-08-12 12:46:42 -04:00
Parker Moore
90ec93373b
Ensure the new type works.
2014-08-12 12:24:28 -04:00
Parker Moore
2fd155615f
Forgot a question mark == broken tests.
2014-08-12 12:22:48 -04:00
Parker Moore
e36d433100
FrontmatterDefaults#update_deprecated_types deals with a set, not a scope
2014-08-12 12:22:39 -04:00
Parker Moore
9c090c862f
Ask about 'Draft' before asking about 'Post'
...
`Draft`s are a subclass of `Post` so `draft.is_a?(Post)` will return
`true`, thus making all `Draft`s `Post`s, which is not desired. If
asking about `Draft` first, then we avoid this problem.
Fixes #2726
2014-08-12 11:52:16 -04:00
Parker Moore
60c29561f2
Use plural 'type' in front matter defaults for pages/posts/drafts
...
Fixes #2657
2014-08-12 11:50:02 -04:00
Parker Moore
d57c4f1c01
Document#to_s should produce just the content of the document.
...
Fixes #2655
2014-08-12 11:25:28 -04:00
Parker Moore
f190a960a1
Update history to reflect merge of #2722 [ci skip]
2014-08-12 11:20:20 -04:00
Parker Moore
1dcf241677
Merge pull request #2722 from jekyll/don-t-concat-extnames
2014-08-12 11:19:53 -04:00
Parker Moore
1de1ab9303
Update history to reflect merge of #2729 [ci skip]
2014-08-12 11:19:02 -04:00
Parker Moore
7b9d392d6f
Merge pull request #2729 from jekyll/to_liquid_before_jsonify
2014-08-12 11:18:30 -04:00
Parker Moore
1666bbc52e
Call #to_liquid before calling #to_json in jsonify filter.
2014-08-11 20:16:42 -04:00
Parker Moore
ebb4a4c1b6
Specify Ruby Dev Headers on Installation docs page.
...
Closes #2728
2014-08-11 17:55:21 -04:00
Parker Moore
fd2d7df9b7
Don't concat extnames in output for multiple converters
2014-08-10 20:32:29 -04:00
Parker Moore
8c0cd10b07
Update history to reflect merge of #2704 [ci skip]
2014-08-10 20:30:07 -04:00
Parker Moore
6f8b8816f5
Merge pull request #2704 from jekyll/mult-converters
2014-08-10 20:29:37 -04:00
Parker Moore
6470804a51
Update history to reflect merge of #2716 [ci skip]
2014-08-10 20:28:49 -04:00
Parker Moore
47b38cf9ee
Merge pull request #2716 from jekyll/reform-watch
2014-08-10 20:28:38 -04:00
Parker Moore
e4b829da3b
Update history to reflect merge of #2708 [ci skip]
2014-08-10 17:06:29 -04:00
Parker Moore
3ad202429c
Merge pull request #2708 from felixkiss/patch-1
2014-08-10 17:05:58 -04:00
Parker Moore
fb02ce1e33
Update history to reflect merge of #2720 [ci skip]
2014-08-10 16:45:42 -04:00
Parker Moore
11373acb15
Merge pull request #2720 from jekyll/read-in-utf8
2014-08-10 16:45:11 -04:00
Parker Moore
9b3ccee3dd
Pass in options to File.open in Document.
2014-08-10 16:23:33 -04:00
Parker Moore
f0e91b3667
Update history to reflect merge of #2719 [ci skip]
2014-08-10 16:19:19 -04:00
Parker Moore
966b22488c
Merge pull request #2719 from pathawks/null-not-nil
2014-08-10 16:18:56 -04:00
Parker Moore
67da09e5e0
Update history to reflect merge of #2718 [ci skip]
2014-08-10 16:18:17 -04:00
Parker Moore
e5463b41f2
Merge pull request #2718 from jekyll/case-insensitive-extnames
2014-08-10 16:17:45 -04:00
Parker Moore
68fb130fd0
Add magic comments for UTF-8
2014-08-10 16:16:48 -04:00
Parker Moore
45a347c022
Read in every Document's content as UTF-8
2014-08-10 16:16:41 -04:00
Pat Hawks
b2eae2e676
Use `null` in YAML instead of `nil`
2014-08-10 13:05:23 -07:00
Parker Moore
29254150b1
Update history to reflect merge of #2717 [ci skip]
2014-08-10 16:00:23 -04:00
Parker Moore
d74b179ecd
Merge pull request #2717 from hockeybuggy/fenced-paragraphs
2014-08-10 15:59:56 -04:00
Parker Moore
69cc414c1b
Don't need to capture the group.
2014-08-10 15:44:36 -04:00
Parker Moore
533ed6eb38
Remove tests for the Command.ignored_paths method which now lives in jekyll-watch.
2014-08-10 14:46:06 -04:00
Parker Moore
3264766762
Use case-insensitive checking for the file extensions when loading config files.
2014-08-10 14:37:41 -04:00
Parker Moore
c7c1eddd47
It's called Jekyll::Watcher
2014-08-10 14:33:11 -04:00
Douglas Anderson
d0d8759c10
Removing indentation that was causing some paragraphs to be interpreted as code blocks
2014-08-10 13:51:42 -04:00
Parker Moore
1261c1cd66
Bump jekyll-watch version to 1.1.
2014-08-09 00:15:20 -04:00
Parker Moore
5a0c066845
Update history to reflect merge of #2707 [ci skip]
2014-08-09 00:13:59 -04:00
Parker Moore
d4fbf5c056
Merge pull request #2707 from jekyll/jekyll-help
2014-08-09 00:13:29 -04:00
Parker Moore
a2dfd6eddc
Refactor based on jekyll-watch clean-up.
...
https://github.com/jekyll/jekyll-watch/pull/5
2014-08-09 00:13:18 -04:00
Felix Kiss
d452fa65ba
Update continuous-integration.md
...
Fix typo
2014-08-07 03:26:42 -04:00
Parker Moore
939c67222a
Check to make sure the command is valid.
2014-08-06 21:28:21 -04:00
Parker Moore
23515acc31
Slim down help command.
2014-08-06 21:20:39 -04:00