Commit Graph

3767 Commits

Author SHA1 Message Date
Parker Moore aef2134128 Remove unneeded tests for the sass converter plugin. 2014-05-06 21:09:51 -04:00
Parker Moore 13f19ea21a Update histories to reflect 2.0.0 release. 2014-05-06 21:06:27 -04:00
Parker Moore 344906deb9 Release 2.0.0. 2014-05-06 20:11:44 -04:00
Matt Rogers e7e67ad235 Update history to reflect merge of #2299 [ci skip] 2014-05-06 16:49:44 -05:00
Matt Rogers 5c109ee8dc Merge pull request #2299 from penibelst/sort-nils 2014-05-06 16:49:40 -05:00
Anatol Broder 1e0d9f899b Follow Ruby Styleguide 2014-05-06 22:49:49 +02:00
Parker Moore 4f17080929 Update history to reflect merge of #2309 [ci skip] 2014-05-06 16:31:04 -04:00
Parker Moore b6cfb8aa4f Merge pull request #2309 from jekyll/remove-unreleased-notes 2014-05-06 16:30:15 -04:00
Parker Moore 21ab72b4da Update history to reflect merge of #2310 [ci skip] 2014-05-06 16:29:49 -04:00
Parker Moore 875718f40c Merge pull request #2310 from jekyll/fix-get-cwd-error 2014-05-06 16:29:25 -04:00
Anatol Broder 19b0fe9781 Separate example codes [ci skip] 2014-05-06 22:00:28 +02:00
Parker Moore c2d3f9d5b5 Close the file descriptor in has_yaml_header?
Previous method caused a problem where the calling Dir.chdir to get the next
directory's entries would cause the infamous 'Too many open files - getcwd'
error. Fixes #2279.
2014-05-06 15:58:25 -04:00
Anatol Broder 3a1c18ede2 Remove the hint aout type 2014-05-06 21:54:12 +02:00
Anatol Broder 2ee7e73531 Improve the description 2014-05-06 21:50:33 +02:00
Anatol Broder dc0e577b44 Fix markup 2014-05-06 21:40:52 +02:00
Anatol Broder 7c1709fab4 Change nils argument to string 2014-05-06 21:36:13 +02:00
Parker Moore ea054ef149 Add test for document.output.
Test for ref: 00f21ee93c
Closes #2232.
2014-05-06 15:27:13 -04:00
Anatol Broder 14e0abc4e2 Add documentation 2014-05-06 21:21:04 +02:00
Anatol Broder 558d0e8ac9 Add more strings tests 2014-05-06 21:07:09 +02:00
Parker Moore fa27132025 Fix link to variables docs page 2014-05-06 14:52:02 -04:00
Parker Moore 00f21ee93c Add `output` to Document#to_liquid 2014-05-06 14:51:56 -04:00
Parker Moore 2468b9f45c Remove notes in docs for unreleased features. 2014-05-06 14:47:21 -04:00
Parker Moore 1f94ca786d Update history to reflect merge of #2303 [ci skip] 2014-05-06 14:40:43 -04:00
Parker Moore 6c1bb76316 Merge pull request #2303 from jekyll/jbranchaud-adding_exclude_tests 2014-05-06 14:40:18 -04:00
Parker Moore 9d205fe43c Update history to reflect merge of #2298 [ci skip] 2014-05-06 14:37:43 -04:00
Parker Moore d2c5668baa Merge pull request #2298 from jekyll/release-post 2014-05-06 14:36:58 -04:00
Parker Moore 857bcf924a Update history to reflect merge of #2307 [ci skip] 2014-05-06 14:30:58 -04:00
Parker Moore 0d85592085 Merge pull request #2307 from jekyll/obey-stevenson 2014-05-06 14:27:57 -04:00
Parker Moore 72bb9b3d0a Update history to reflect merge of #2304 [ci skip] 2014-05-06 13:22:22 -04:00
Parker Moore 7a9c77fad7 Merge pull request #2304 from XhmikosR/html5shiv 2014-05-06 13:22:09 -04:00
Parker Moore 5614942c60 Update history to reflect merge of #2305 [ci skip] 2014-05-06 13:18:36 -04:00
Parker Moore 3440fb86c8 Merge pull request #2305 from XhmikosR/master 2014-05-06 13:18:25 -04:00
Parker Moore b2c62c4b4d Update history to reflect merge of #2306 [ci skip] 2014-05-06 13:17:32 -04:00
Parker Moore a00b031cd9 Merge pull request #2306 from XhmikosR/mobile-nav 2014-05-06 13:17:18 -04:00
Parker Moore 5d827ac40e No more relative permalinks! Fix for a test. 2014-05-06 13:16:51 -04:00
Parker Moore ba8783190b Fix test for new command's output. 2014-05-06 13:16:41 -04:00
Parker Moore 4c55c77c04 Using stderr instead of stdout 2014-05-06 13:15:19 -04:00
Parker Moore a7776f8279 Set relative_permalinks to false to deprecate! 2014-05-06 13:04:12 -04:00
Parker Moore 2aa8908948 Stevenson now uses symbols instead of integers to set log level 2014-05-06 13:03:56 -04:00
XhmikosR 3120414e10 Use black color for the mobile navbar.
It looks cleaner on the white background.
2014-05-06 20:03:50 +03:00
Parker Moore 63e959e4e1 Use Jekyll.logger, never puts 2014-05-06 13:02:35 -04:00
Parker Moore fda3461c5a We deprecated relative permalinks in 2.0 2014-05-06 13:02:17 -04:00
XhmikosR 067b137ed9 Use the built in date filter for the copyright year. 2014-05-06 19:57:23 +03:00
Parker Moore 413de3a0ee Also exclude an entry if it starts with one of the items given in the exclude key. 2014-05-06 12:46:41 -04:00
jbranchaud e4c3a8d0df Adding two new test cases for exclude configuration use cases. 2014-05-06 12:43:44 -04:00
XhmikosR 9da5e74287 Update html5shiv to v3.7.2. 2014-05-06 19:35:51 +03:00
Parker Moore caeca36a40 Update history to reflect merge of #2127 [ci skip] 2014-05-06 12:33:10 -04:00
Parker Moore a854a6a709 Merge pull request #2127 from XhmikosR/css 2014-05-06 12:32:52 -04:00
Parker Moore 1a38207faf Add docs for site.documents.
Ref: #2295.
2014-05-06 12:31:33 -04:00
Parker Moore 3eafb29eb8 Update history to reflect merge of #2295 [ci skip] 2014-05-06 12:29:42 -04:00