jekyllbot
823a84fec9
Merge pull request #4799 from vwochnik/patch-1
...
Merge pull request 4799
2016-04-20 14:01:22 -07:00
jekyllbot
1ec64f568d
Update history to reflect merge of #4804 [ci skip]
2016-04-20 13:57:26 -07:00
jekyllbot
f6f0d39b81
Merge pull request #4804 from henrywright/patch-1
...
Merge pull request 4804
2016-04-20 13:57:25 -07:00
jekyllbot
94647af1f4
Update history to reflect merge of #4754 [ci skip]
2016-04-20 12:31:10 -07:00
jekyllbot
894b356619
Merge pull request #4754 from lexoyo/patch-1
...
Merge pull request 4754
2016-04-20 12:31:08 -07:00
jekyllbot
f61ba8abf7
Update history to reflect merge of #4813 [ci skip]
2016-04-19 11:02:18 -07:00
jekyllbot
ccd5c9e106
Merge pull request #4813 from joshaidan/patch-1
...
Merge pull request 4813
2016-04-19 11:02:17 -07:00
Brian Jones
4e09375531
Added missing single quote on rsync client side command
...
The rsync command was missing a single quote around the --rsh='ssh -p2222' parameter.
2016-04-19 13:59:23 -04:00
Parker Moore
9315cdb473
Add v3.0.4 and v3.1.3 to the history.
2016-04-18 14:34:29 -07:00
Parker Moore
40e3a04704
test_document: scopes are based on relative_path
2016-04-18 13:56:02 -07:00
Parker Moore
87825e1e14
Document#read: frontmatter.all should get relative_path not URL
2016-04-18 13:55:57 -07:00
Florian Thomas
46dd5cf5a2
add failing test for scope values in subdirs
...
ref #4458
2016-04-18 13:55:51 -07:00
Henry Wright
adc6a491b9
Fixed typo
...
Add an apostrophe.
2016-04-17 20:39:20 +01:00
Vincent Wochnik
6f794ae320
Add jekyll-autoprefixer plugin
2016-04-16 14:48:35 +02:00
Jordon Bedwell
27366f2e30
Explicitly require Filters rather than implicitly.
2016-04-15 12:02:25 -05:00
jekyllbot
8257f0abd9
Update history to reflect merge of #4786 [ci skip]
2016-04-15 09:15:14 -07:00
jekyllbot
f922e8994a
Merge pull request #4786 from jekyll/convertible-use-doc-frontmatter-regexp
...
Merge pull request 4786
2016-04-15 09:15:13 -07:00
jekyllbot
b97d9b688e
Update history to reflect merge of #4789 [ci skip]
2016-04-15 09:14:33 -07:00
jekyllbot
5e302d7ec6
Merge pull request #4789 from duksis/master
...
Merge pull request 4789
2016-04-15 09:14:32 -07:00
skim
b122148acf
updates example domain in config template
2016-04-15 09:29:39 +01:00
Jordon Bedwell
1e74c7a547
Globalize Jekyll's Filters.
...
As it stands Jekyll does not globalize it's filters. So anybody wishing to go
into Jekyll's context to process their own Liquid (say in a plugin) may be taken
aback when they find out that Jekyll's filters are not available.
See: jekyll/jekyll-assets#252 .
2016-04-14 20:36:22 -05:00
Jordon Bedwell
8144e7620f
Update JRuby to 9.0.5.0; Drop the double digit test.
...
We've tested enough of the double digit stuff, it's only slowing down our specs and we've got an idea about what's going on with it.
2016-04-14 14:32:16 -05:00
Hugo Duksis
bb307bf6c1
Update Rack-Jekyll Heroku deployment blog post url
...
Failed to deploy to heroku by following old blog post
but after stumbling up on https://github.com/adaoraul/rack-jekyll/issues/20
managed to do it and would like to avoid the trouble for others.
2016-04-14 18:24:46 +02:00
Parker Moore
f210cafdf2
convertible: use Document::YAML_FRONT_MATTER_REGEXP to parse transformable files
2016-04-13 23:22:05 -04:00
jekyllbot
519c3eb51f
Update history to reflect merge of #4734 [ci skip]
2016-04-13 20:18:12 -07:00
jekyllbot
1cf5c8abd7
Merge pull request #4734 from nsgonultas/master
...
Merge pull request 4734
2016-04-13 20:18:12 -07:00
jekyllbot
7635d08ecf
Update history to reflect merge of #4478 [ci skip]
2016-04-13 13:37:29 -07:00
jekyllbot
fc0d440201
Merge pull request #4478 from edgemaster/where-exp
...
Merge pull request 4478
2016-04-13 13:37:29 -07:00
Thomas Wood
e470cae6da
Fix rubocop warning.
2016-04-12 19:11:59 +01:00
Thomas Wood
1ef7653fed
Fix minor code style recommendations and typos.
2016-04-12 18:59:56 +01:00
Thomas Wood
66c4ff8800
Add a where_exp filter for filtering by expression
...
This commit introduces a where_exp filter, which can be used as follows:
`{{ array | where_exp: "item", "item == 10" }}`
`{{ array | where_exp: "item", "item.field > 10" }}`
`{{ site.posts | where_exp: "post", "post contains 'field'" }}`
`{{ site.posts | where_exp: "post", "post.array contains 'giraffes'" }}`
This permits a variety of use cases, such as reported in: jekyll#4467,
jekyll#4385, jekyll#2787.
2016-04-12 18:52:58 +01:00
Parker Moore
64d1a81968
Fix history for #4693 & its cherry-pick into master which doesn't need a history line
2016-04-12 13:40:24 -04:00
Jordon Bedwell
61b17d3dc8
Update History.markdown to reflect the cherry-pick of 2b9e849.
2016-04-12 03:02:34 -05:00
Jordon Bedwell
1efb1d7a58
Fix #4689 : Use SSLEnable instead of EnableSSL and make URL HTTPS.
2016-04-12 02:59:48 -05:00
jekyllbot
4907b4c9f2
Update history to reflect merge of #4769 [ci skip]
2016-04-11 19:21:20 -07:00
jekyllbot
1bc8a83774
Merge pull request #4769 from lorentrogers/lr/update_collection_docs
...
Merge pull request 4769
2016-04-11 19:21:20 -07:00
jekyllbot
b0c3e3fa47
Update history to reflect merge of #4771 [ci skip]
2016-04-11 19:17:20 -07:00
jekyllbot
1430b6901d
Merge pull request #4771 from menatankush/patch-1
...
Merge pull request 4771
2016-04-11 19:17:20 -07:00
jekyllbot
9880cea627
Update history to reflect merge of #4775 [ci skip]
2016-04-11 19:16:32 -07:00
jekyllbot
42b68261da
Merge pull request #4775 from KrzysiekJ/jekyll-i18n_tags
...
Merge pull request 4775
2016-04-11 19:16:31 -07:00
jekyllbot
b1a6b21dad
Update history to reflect merge of #4781 [ci skip]
2016-04-11 12:09:55 -07:00
jekyllbot
b35a2dd66d
Merge pull request #4781 from kevee/docs-data-file-format
...
Merge pull request 4781
2016-04-11 12:09:54 -07:00
Kevin Miller
6f000c3807
Made statement about data file format more explicit
...
The doc read “These files must be YAML files…” then lists a few
extensions that are not YAML.
2016-04-10 09:53:50 -07:00
Krzysztof Jurewicz
499339548d
Add jekyll-i18n_tags plugin
2016-04-09 13:56:55 +02:00
Ankush Menat
cd1d7afd59
Removed Leonard Lamprecht's website
...
Removed Leonard Lamprecht's website, he isn't using Jekyll for blogging anymore. Ref - https://medium.com/@leo/jekyll-medium-41a058ac2c91#.36e95k7de
2016-04-08 14:19:51 +05:30
Loren Rogers
f17d0076e0
Updates documentation for collections
...
Closes #4687
2016-04-07 20:28:16 -04:00
Jordon Bedwell
0daf1f5514
Revert moving to 2.1.9
...
It seems that Travis has made available 2.1.10 which is for double digit testing but skipped 2.1.10 (for some reason.) This reverts us back to 2.1.8 so that we can maintain a working build since we are triggering no known bugs in 2.1 at this time.
2016-04-07 16:09:23 -05:00
Jordon Bedwell
5e212648f6
2.1.8 => 2.1.9
2016-04-07 15:57:24 -05:00
Jordon Bedwell
129a0b6b7d
Do as Ruby maintainers requested.
...
Lets see if anything breaks by using a 2 digit Ruby version number, they are looking for people to see if stuff breaks because this.
2016-04-07 15:53:32 -05:00
jekyllbot
a42d0ad9e9
Update history to reflect merge of #4756 [ci skip]
2016-04-06 18:25:00 -07:00