b6ea045e1b 
								
							 
						 
						
							
							
								
								Update history to reflect merge of  #3647  [ci skip]  
							
							
							
						 
						
							2015-04-10 16:28:28 -04:00  
				
					
						
							
							
								 
						
							
								6d6c15eba2 
								
							 
						 
						
							
							
								
								Merge pull request  #3647  from nhoizey/patch-1  
							
							... 
							
							
							
							Merge pull request 3647 
							
						 
						
							2015-04-10 16:28:03 -04:00  
				
					
						
							
							
								 
						
							
								a91775fcfe 
								
							 
						 
						
							
							
								
								Update history to reflect merge of  #3633  [ci skip]  
							
							
							
						 
						
							2015-04-10 16:25:34 -04:00  
				
					
						
							
							
								 
						
							
								2c373e6fe9 
								
							 
						 
						
							
							
								
								Merge branch 'delftswa2014-static-file-test'  
							
							... 
							
							
							
							* delftswa2014-static-file-test:
  DRY up the StaticFile tests a bit. #3633 .
  Added tests for Jekyll:StaticFile 
							
						 
						
							2015-04-10 16:24:51 -04:00  
				
					
						
							
							
								 
						
							
								f86727c45a 
								
							 
						 
						
							
							
								
								DRY up the StaticFile tests a bit.  #3633 .  
							
							
							
						 
						
							2015-04-10 16:24:45 -04:00  
				
					
						
							
							
								 
						
							
								76416e50e8 
								
							 
						 
						
							
							
								
								Add WOFF2 font format  
							
							
							
						 
						
							2015-04-10 00:13:02 +02:00  
				
					
						
							
							
								 
						
							
								90793b12e7 
								
							 
						 
						
							
							
								
								Update history to reflect merge of  #3638  [ci skip]  
							
							
							
						 
						
							2015-04-08 10:24:33 -07:00  
				
					
						
							
							
								 
						
							
								9c02353b3c 
								
							 
						 
						
							
							
								
								Merge pull request  #3638  from adunning/patch-1  
							
							... 
							
							
							
							Merge pull request 3638 
							
						 
						
							2015-04-08 10:24:15 -07:00  
				
					
						
							
							
								 
						
							
								329ed07405 
								
							 
						 
						
							
							
								
								Merge pull request  #3637  from Sourdoughh/patch-1  
							
							... 
							
							
							
							Removed inconsistency with period 
							
						 
						
							2015-04-04 18:05:29 -07:00  
				
					
						
							
							
								 
						
							
								305a22a5bf 
								
							 
						 
						
							
							
								
								Explain how to access collection variables.  
							
							... 
							
							
							
							This example also demonstrates the use of nested variables. 
							
						 
						
							2015-04-04 18:40:03 -04:00  
				
					
						
							
							
								 
						
							
								a9dbb0de57 
								
							 
						 
						
							
							
								
								Removed inconsistency with period  
							
							
							
						 
						
							2015-04-04 14:08:28 -07:00  
				
					
						
							
							
								 
						
							
								28a1d2445e 
								
							 
						 
						
							
							
								
								Added tests for Jekyll:StaticFile  
							
							
							
						 
						
							2015-04-01 17:15:44 +02:00  
				
					
						
							
							
								 
						
							
								f0cac685de 
								
							 
						 
						
							
							
								
								removed unused method StaticFile::extname  
							
							
							
						 
						
							2015-04-01 12:57:49 +02:00  
				
					
						
							
							
								 
						
							
								0e52b83b6f 
								
							 
						 
						
							
							
								
								Update history.md to reflect the merger of  #3628 .  
							
							
							
						 
						
							2015-03-30 11:12:55 -05:00  
				
					
						
							
							
								 
						
							
								1ac7f5cb15 
								
							 
						 
						
							
							
								
								Merge pull request  #3628  from delftswa2014/profiling  
							
							... 
							
							
							
							Bring back minitest-profile 
							
						 
						
							2015-03-30 11:11:59 -05:00  
				
					
						
							
							
								 
						
							
								397492fa38 
								
							 
						 
						
							
							
								
								added the --profile flag to make use of the minitest-profile tool  
							
							
							
						 
						
							2015-03-30 17:53:40 +02:00  
				
					
						
							
							
								 
						
							
								fa435fae94 
								
							 
						 
						
							
							
								
								Use `Jekyll::Post`s for both LSI indexing and lookup.  
							
							... 
							
							
							
							When looking for related posts, Jekyll was indexing `Jekyll::Post`
objects, but finding related posts based on `Jekyll::Post#content`. This
caused two problems:
1. Ruby 2.2 will warn on == if <=> throws an exception (and future Ruby
versions will surface that exception). Because `String`s can't be
compared with `Jekyll::Post`s, this warning was appearing all the time
while searching for related posts.
2. LSI won't return a post itself when searching for related posts. But
LSI could never tell that we were searching on a post, since Jekyll
passed post content, not a post object. With this fix, we can remove the
`- [post]` from `Jekyll::RelatedPosts#find_related`.
This is a more accurate fix for #3484 . 
							
						 
						
							2015-03-29 23:43:55 -07:00  
				
					
						
							
							
								 
						
							
								b2aa8b6e68 
								
							 
						 
						
							
							
								
								Update history.md to reflect the merger of  #3614 .  
							
							
							
						 
						
							2015-03-28 19:27:26 -05:00  
				
					
						
							
							
								 
						
							
								f75346c799 
								
							 
						 
						
							
							
								
								Merge pull request  #3614  from nickburlett/patch/incremental-build-dest-missing  
							
							... 
							
							
							
							Incremental build if destination file missing 
							
						 
						
							2015-03-28 19:26:01 -05:00  
				
					
						
							
							
								 
						
							
								ec7474f55c 
								
							 
						 
						
							
							
								
								Only use 3 sections  
							
							
							
						 
						
							2015-03-27 16:50:28 -04:00  
				
					
						
							
							
								 
						
							
								799edabc3d 
								
							 
						 
						
							
							
								
								Update history to reflect merge of  #3622  [ci skip]  
							
							
							
						 
						
							2015-03-27 10:15:35 -07:00  
				
					
						
							
							
								 
						
							
								6d3fc08a40 
								
							 
						 
						
							
							
								
								Merge pull request  #3622  from fulldecent/patch-1  
							
							... 
							
							
							
							Merge pull request 3622 
							
						 
						
							2015-03-27 10:10:12 -07:00  
				
					
						
							
							
								 
						
							
								e82cb3115d 
								
							 
						 
						
							
							
								
								Line wrapping  
							
							
							
						 
						
							2015-03-27 10:42:09 -04:00  
				
					
						
							
							
								 
						
							
								ebc6dff37e 
								
							 
						 
						
							
							
								
								Don't repeat yourself  
							
							
							
						 
						
							2015-03-27 10:31:40 -04:00  
				
					
						
							
							
								 
						
							
								017a26457c 
								
							 
						 
						
							
							
								
								Add a warning label  
							
							
							
						 
						
							2015-03-27 10:28:51 -04:00  
				
					
						
							
							
								 
						
							
								18209ff78c 
								
							 
						 
						
							
							
								
								Fixes   #3480  Show how to install and use html-proofer without Gemfile  
							
							
							
						 
						
							2015-03-27 09:09:06 -04:00  
				
					
						
							
							
								 
						
							
								d10c46d4fd 
								
							 
						 
						
							
							
								
								Use the new commands  
							
							
							
						 
						
							2015-03-26 17:52:35 -04:00  
				
					
						
							
							
								 
						
							
								391a672ac4 
								
							 
						 
						
							
							
								
								Update history to reflect merge of  #3619  [ci skip]  
							
							
							
						 
						
							2015-03-26 10:21:08 -07:00  
				
					
						
							
							
								 
						
							
								86211a020d 
								
							 
						 
						
							
							
								
								Merge pull request  #3619  from jekyll/no-args-exit-1  
							
							... 
							
							
							
							Merge pull request 3619 
							
						 
						
							2015-03-26 10:20:45 -07:00  
				
					
						
							
							
								 
						
							
								c6dce1660b 
								
							 
						 
						
							
							
								
								bin/jekyll: with no args, exit with exit code 1  
							
							... 
							
							
							
							fixes  #3584  
						
							2015-03-25 19:03:14 -07:00  
				
					
						
							
							
								 
						
							
								1f8157022a 
								
							 
						 
						
							
							
								
								Clean up destination modified check  
							
							... 
							
							
							
							Clean up the destination modified check in `source_modified_or_dest_missing?` to be easier to read. Note that it can now return `nil` instead of `false` for an unmodified `source_path` and a `nil` `dest_path`, but in a discussion on 706007ead9 
							
						 
						
							2015-03-25 08:51:58 -07:00  
				
					
						
							
							
								 
						
							
								d67ad64335 
								
							 
						 
						
							
							
								
								Update history.md to reflect the merger of  #3617 .  
							
							
							
						 
						
							2015-03-25 07:57:20 -05:00  
				
					
						
							
							
								 
						
							
								44b13f408e 
								
							 
						 
						
							
							
								
								Merge pull request  #3617  from delftswa2014/log-adapter  
							
							... 
							
							
							
							Removed the word 'Jekyll' a few times from the comments 
							
						 
						
							2015-03-25 07:56:30 -05:00  
				
					
						
							
							
								 
						
							
								d98047ef74 
								
							 
						 
						
							
							
								
								Removed the word 'Jekyll' a few times from the comments  
							
							
							
						 
						
							2015-03-25 08:49:05 +01:00  
				
					
						
							
							
								 
						
							
								8f4194eea5 
								
							 
						 
						
							
							
								
								Clean up regeneration missing-destination checks  
							
							... 
							
							
							
							Use easier-to-follow checks for missing-destinations in the regenerator. 
							
						 
						
							2015-03-24 21:21:37 -07:00  
				
					
						
							
							
								 
						
							
								a95b861d69 
								
							 
						 
						
							
							
								
								Update history to reflect merge of  #3612  [ci skip]  
							
							
							
						 
						
							2015-03-23 20:12:38 -07:00  
				
					
						
							
							
								 
						
							
								dc617767b3 
								
							 
						 
						
							
							
								
								Merge pull request  #3612  from jekyll/remove-activesupport  
							
							... 
							
							
							
							Merge pull request 3612 
							
						 
						
							2015-03-23 20:12:22 -07:00  
				
					
						
							
							
								 
						
							
								cc3ee868f4 
								
							 
						 
						
							
							
								
								Remove activesupport.  
							
							
							
						 
						
							2015-03-23 20:03:21 -07:00  
				
					
						
							
							
								 
						
							
								407eda8e83 
								
							 
						 
						
							
							
								
								Update history to reflect merge of  #3545  [ci skip]  
							
							
							
						 
						
							2015-03-23 19:53:37 -07:00  
				
					
						
							
							
								 
						
							
								e7d0b6c5a5 
								
							 
						 
						
							
							
								
								Merge pull request  #3545  from delftswa2014/site_extract_readers  
							
							... 
							
							
							
							Merge pull request 3545 
							
						 
						
							2015-03-23 19:53:07 -07:00  
				
					
						
							
							
								 
						
							
								1503ccce7d 
								
							 
						 
						
							
							
								
								Update history to reflect merge of  #3586  [ci skip]  
							
							
							
						 
						
							2015-03-23 19:37:45 -07:00  
				
					
						
							
							
								 
						
							
								5a702bfe13 
								
							 
						 
						
							
							
								
								Merge pull request  #3586  from x43x61x69/patch-1  
							
							... 
							
							
							
							Merge pull request 3586 
							
						 
						
							2015-03-23 19:37:11 -07:00  
				
					
						
							
							
								 
						
							
								5960069cd0 
								
							 
						 
						
							
							
								
								Update history to reflect merge of  #3581  [ci skip]  
							
							
							
						 
						
							2015-03-23 19:35:32 -07:00  
				
					
						
							
							
								 
						
							
								3a85aa0dac 
								
							 
						 
						
							
							
								
								Merge pull request  #3581  from daviewales/patch-1  
							
							... 
							
							
							
							Merge pull request 3581 
							
						 
						
							2015-03-23 19:35:15 -07:00  
				
					
						
							
							
								 
						
							
								dfb5a2f2fc 
								
							 
						 
						
							
							
								
								Update history.markdown to reflect the merger of  #3609  
							
							
							
						 
						
							2015-03-23 01:05:03 -05:00  
				
					
						
							
							
								 
						
							
								55c890f73a 
								
							 
						 
						
							
							
								
								Merge pull request  #3609  from nickburlett/patch/issue-3588-squashed  
							
							... 
							
							
							
							Create 'tmp' dir for test_tags if it doesn't exist 
							
						 
						
							2015-03-23 01:04:11 -05:00  
				
					
						
							
							
								 
						
							
								d39d0cea19 
								
							 
						 
						
							
							
								
								Create 'tmp' dir for test_tags if it doesn't exist  
							
							... 
							
							
							
							Rather than use script/test to create the tmp directory, create it in a setup block for the appropriate context in the `TestTags` test. 
							
						 
						
							2015-03-22 22:52:16 -07:00  
				
					
						
							
							
								 
						
							
								d4b8f0d9dd 
								
							 
						 
						
							
							
								
								Process metadata for all dependencies  
							
							... 
							
							
							
							When adding a dependency, also add the dependency to the metadata hash.
Addresses part 1 of #3591 . Prior to this fix, the regnerator only paid attention the mtime of the first dependency it checked, so for posts/pages with N multiple dependencies (i.e., every layout file used to render them), it continues to regenerate the post/page approximately N times, at which point it's seen all of the dependencies. 
							
						 
						
							2015-03-22 13:33:12 -07:00  
				
					
						
							
							
								 
						
							
								f635f3d34b 
								
							 
						 
						
							
							
								
								Fix a typo, wrap lines  
							
							
							
						 
						
							2015-03-22 15:22:27 -04:00  
				
					
						
							
							
								 
						
							
								db0e1a683c 
								
							 
						 
						
							
							
								
								Remove reference to the watch command  
							
							
							
						 
						
							2015-03-22 15:04:42 -04:00