de8f67c4a2 
								
							 
						 
						
							
							
								
								Fix link issues in the site found by HTML Proofer.  
							
							
							
						 
						
							2016-03-01 19:43:22 -08:00  
				
					
						
							
							
								 
						
							
								f274179d9b 
								
							 
						 
						
							
							
								
								Merge pull request  #4618  from spudowiar/fix-test-state-leakage  
							
							... 
							
							
							
							Merge pull request 4618 
							
						 
						
							2016-03-01 11:59:07 -08:00  
				
					
						
							
							
								 
						
							
								b0c730d278 
								
							 
						 
						
							
							
								
								kramdown: fix state leakage ( #4617 ) in test  
							
							... 
							
							
							
							fixes  #4250  
						
							2016-03-01 18:41:04 +00:00  
				
					
						
							
							
								 
						
							
								c16a2f4d6a 
								
							 
						 
						
							
							
								
								Merge pull request  #4590  from tonyg/pr4582  
							
							... 
							
							
							
							Merge pull request 4590 
							
						 
						
							2016-02-29 16:12:06 -08:00  
				
					
						
							
							
								 
						
							
								cddea273a9 
								
							 
						 
						
							
							
								
								Merge pull request  #4557  from timwis/patch-2  
							
							... 
							
							
							
							Merge pull request 4557 
							
						 
						
							2016-02-29 16:08:11 -08:00  
				
					
						
							
							
								 
						
							
								ac704b9763 
								
							 
						 
						
							
							
								
								Merge pull request  #4545  from jekyll/allow-no-extensions-coll-docs  
							
							... 
							
							
							
							Merge pull request 4545 
							
						 
						
							2016-02-29 15:50:29 -08:00  
				
					
						
							
							
								 
						
							
								fa1eb68941 
								
							 
						 
						
							
							
								
								Fix for issue  #4582 , plus simple test  
							
							
							
						 
						
							2016-02-26 11:06:03 -05:00  
				
					
						
							
							
								 
						
							
								3fbca47b1a 
								
							 
						 
						
							
							
								
								add test for group_by size property  
							
							
							
						 
						
							2016-02-25 10:41:23 -05:00  
				
					
						
							
							
								 
						
							
								d929242e2b 
								
							 
						 
						
							
							
								
								Permalinks which end in a slash should always output HTML  
							
							... 
							
							
							
							Duplicates #4493  for 3.1.1.
/cc @jekyll/core 
							
						 
						
							2016-02-19 15:02:13 -08:00  
				
					
						
							
							
								 
						
							
								3aa80b7d04 
								
							 
						 
						
							
							
								
								Allow collections to have documents that have no file extension  
							
							
							
						 
						
							2016-02-19 13:40:17 -08:00  
				
					
						
							
							
								 
						
							
								db9865ebb6 
								
							 
						 
						
							
							
								
								Merge pull request  #4525  from atomicules/capitalize-in-titleize  
							
							... 
							
							
							
							Merge pull request 4525 
							
						 
						
							2016-02-15 20:50:42 -08:00  
				
					
						
							
							
								 
						
							
								e4aa45b03f 
								
							 
						 
						
							
							
								
								Fix titleize_slug so already capitalized words are not dropped  
							
							... 
							
							
							
							Previously `titleize` used `capitalize!` which has the side effect of
returning `nil` for anything already starting with a capital letter. This
commit changes it to just `capitalize`.
Example, before:
A file "2016-01-01-This-is-a-title-with-Capitals.markdown" would return "Is A
Title With" for `post.title`
Example, after:
A file "2016-01-01-This-is-a-title-with-Capitals.markdown" will return "This Is A
Title With Capitals" for `post.title`
Tests added for `titleize_slug` in test_utils.rb
Fix problem introduced in 67f842546e#4525  
							
						 
						
							2016-02-15 21:22:50 +00:00  
				
					
						
							
							
								 
						
							
								a040af37c0 
								
							 
						 
						
							
							
								
								Jekyll.sanitized_path: sanitizing a questionable path should handle tildes  
							
							
							
						 
						
							2016-02-07 17:53:26 -08:00  
				
					
						
							
							
								 
						
							
								00d753612c 
								
							 
						 
						
							
							
								
								Merge pull request  #4404  from jekyll/bom-it  
							
							... 
							
							
							
							Merge pull request 4404 
							
						 
						
							2016-01-28 17:20:33 -08:00  
				
					
						
							
							
								 
						
							
								5fc48ffcb9 
								
							 
						 
						
							
							
								
								Suppress stdout in liquid profiling test  
							
							... 
							
							
							
							The test was spewing out some whitespace 
							
						 
						
							2016-01-27 14:06:48 -08:00  
				
					
						
							
							
								 
						
							
								b1868983c7 
								
							 
						 
						
							
							
								
								Add test for Page#dir in :date/nil modes  
							
							
							
						 
						
							2016-01-27 08:44:59 -08:00  
				
					
						
							
							
								 
						
							
								aad54c9a87 
								
							 
						 
						
							
							
								
								Add Utils.merged_file_read_opts to unify reading & strip the BOM  
							
							
							
						 
						
							2016-01-26 17:08:54 -08:00  
				
					
						
							
							
								 
						
							
								d7ff4234f0 
								
							 
						 
						
							
							
								
								Renderer#output_ext: honor folders when looking for ext  
							
							... 
							
							
							
							Previously, even if the document permalink was a folder, it would look for
an extension on that.  For example, if I have:
    permalink: "/new-version-jekyll-v3.0.0/"
the output_ext would be ".0".  Now, the output_ext honors the trailing
slash and will report based on the converters instead. 
							
						 
						
							2016-01-25 15:32:44 -08:00  
				
					
						
							
							
								 
						
							
								1298ba6908 
								
							 
						 
						
							
							
								
								Fix   #4188 : Extract title from filename successfully when dateless.  
							
							
							
						 
						
							2016-01-22 09:09:30 -08:00  
				
					
						
							
							
								 
						
							
								4ecdf6ce10 
								
							 
						 
						
							
							
								
								Remove extra OR condition since a missing hash key will return a nil anyway. Added a test to catch this nil condition since it was missing to begin with. Reduced line length in test_page.rb  
							
							
							
						 
						
							2016-01-21 23:44:30 -06:00  
				
					
						
							
							
								 
						
							
								a351a70b03 
								
							 
						 
						
							
							
								
								test: Slight refactor to doublecheck destination.  
							
							
							
						 
						
							2016-01-18 14:08:53 -08:00  
				
					
						
							
							
								 
						
							
								275d56a0fe 
								
							 
						 
						
							
							
								
								test: use {assert,refute}_exist everywhere  
							
							
							
						 
						
							2016-01-18 13:45:36 -08:00  
				
					
						
							
							
								 
						
							
								2de5bacb41 
								
							 
						 
						
							
							
								
								pages' permalink' extnames must be respected  
							
							... 
							
							
							
							This reverts a bit of the work @willnorris had made to support
extensionless permalinks. Using the ‘permalink’ front matter will no
longer work as it must allow non-html extensions to be written. 
							
						 
						
							2016-01-18 13:45:17 -08:00  
				
					
						
							
							
								 
						
							
								5cf5ce979f 
								
							 
						 
						
							
							
								
								test: add assert_exist and refute_exist  
							
							
							
						 
						
							2016-01-18 13:42:03 -08:00  
				
					
						
							
							
								 
						
							
								0daafd7bda 
								
							 
						 
						
							
							
								
								Merge pull request  #4361  from jekyll/pheuko-empty-permalink  
							
							... 
							
							
							
							Merge pull request 4361 
							
						 
						
							2016-01-15 16:19:22 -08:00  
				
					
						
							
							
								 
						
							
								06fa14c11a 
								
							 
						 
						
							
							
								
								Restructure data validation so that permalink check raises an error.  
							
							
							
						 
						
							2016-01-15 16:11:08 -08:00  
				
					
						
							
							
								 
						
							
								15a2dacd37 
								
							 
						 
						
							
							
								
								Merge pull request  #4359  from jekyll/optimize-drop  
							
							... 
							
							
							
							Fix deep_merge_hashes! handling of drops and hashes 
							
						 
						
							2016-01-15 15:19:18 -08:00  
				
					
						
							
							
								 
						
							
								ea9cac5214 
								
							 
						 
						
							
							
								
								Add a nasty hack to reduce persistence until RSpec.  
							
							
							
						 
						
							2016-01-15 14:15:28 -06:00  
				
					
						
							
							
								 
						
							
								0587a3bb57 
								
							 
						 
						
							
							
								
								Fix some debug logging.  
							
							... 
							
							
							
							- excluded? should now only print when it is excluded
- requiring is now properly aligned 
							
						 
						
							2016-01-15 11:30:02 -08:00  
				
					
						
							
							
								 
						
							
								5d79c55b2c 
								
							 
						 
						
							
							
								
								Fix deep_merge_hashes! handling of drops and hashes  
							
							
							
						 
						
							2016-01-15 11:22:39 -08:00  
				
					
						
							
							
								 
						
							
								156e093b5c 
								
							 
						 
						
							
							
								
								Ensure no errors when there is no permalink  
							
							
							
						 
						
							2016-01-15 14:40:59 -02:00  
				
					
						
							
							
								 
						
							
								f8a63157d7 
								
							 
						 
						
							
							
								
								Empty permalink now shows an error  
							
							
							
						 
						
							2016-01-15 14:40:47 -02:00  
				
					
						
							
							
								 
						
							
								ba017ebb97 
								
							 
						 
						
							
							
								
								Remove old Fixme note  
							
							
							
						 
						
							2016-01-11 22:32:04 -08:00  
				
					
						
							
							
								 
						
							
								55423e344e 
								
							 
						 
						
							
							
								
								Add CodeClimate to the testing stuff.  
							
							
							
						 
						
							2016-01-10 11:18:46 -06:00  
				
					
						
							
							
								 
						
							
								735554007c 
								
							 
						 
						
							
							
								
								Merge pull request  #4314  from jekyll/allow-custom-php-extensions  
							
							... 
							
							
							
							Merge pull request 4314 
							
						 
						
							2016-01-09 18:11:47 -08:00  
				
					
						
							
							
								 
						
							
								ddf640e6bd 
								
							 
						 
						
							
							
								
								Test all the things  
							
							
							
						 
						
							2016-01-08 17:10:36 -08:00  
				
					
						
							
							
								 
						
							
								acb2263f51 
								
							 
						 
						
							
							
								
								Add smartify filter  
							
							
							
						 
						
							2016-01-07 02:36:24 -08:00  
				
					
						
							
							
								 
						
							
								b6c283a4ae 
								
							 
						 
						
							
							
								
								wip: allow custom extensions  
							
							
							
						 
						
							2016-01-04 17:42:06 -08:00  
				
					
						
							
							
								 
						
							
								cb5bc1093e 
								
							 
						 
						
							
							
								
								utils: has_yaml_header? should accept files with extraneous spaces  
							
							... 
							
							
							
							Occasionally, extra spaces at the end of the YAML front matter prologue are
saved to a file and it goes missing without telling the user why. This
should simply accept those changes without any detriment to the user,
allowing anyone to add as many spaces as they like to the end of their
front matter prologues. 
							
						 
						
							2016-01-04 14:09:30 -08:00  
				
					
						
							
							
								 
						
							
								5bf596b239 
								
							 
						 
						
							
							
								
								utils/drops: update Drop to support Utils.deep_merge_hashes  
							
							... 
							
							
							
							Fixes  #4287  
						
							2015-12-27 08:06:37 -05:00  
				
					
						
							
							
								 
						
							
								69a6323599 
								
							 
						 
						
							
							
								
								Utils.deep_merge_hashes failing test  
							
							
							
						 
						
							2015-12-27 07:48:45 -05:00  
				
					
						
							
							
								 
						
							
								a47ce7b655 
								
							 
						 
						
							
							
								
								Wrap Arguments in () when used in a setter  
							
							
							
						 
						
							2015-12-26 12:48:20 -08:00  
				
					
						
							
							
								 
						
							
								d070a77716 
								
							 
						 
						
							
							
								
								url: fix issue with bad URL escaping when using Drop  
							
							
							
						 
						
							2015-12-24 15:07:20 -05:00  
				
					
						
							
							
								 
						
							
								cd2688ab66 
								
							 
						 
						
							
							
								
								test_excerpt & _page: use Drop instead of Hash to mock payload  
							
							
							
						 
						
							2015-12-22 22:37:48 -05:00  
				
					
						
							
							
								 
						
							
								645a2cc664 
								
							 
						 
						
							
							
								
								test/test_doctor_command.rb: fix test for Doctor.urls_only_differ_by_case  
							
							
							
						 
						
							2015-12-14 20:59:52 -08:00  
				
					
						
							
							
								 
						
							
								115926fd54 
								
							 
						 
						
							
							
								
								Change TestDoctorCommand to JekyllUnitTest since Test constant doesn't necessarily exist  
							
							
							
						 
						
							2015-12-14 21:58:36 -05:00  
				
					
						
							
							
								 
						
							
								fdcd761313 
								
							 
						 
						
							
							
								
								Merge branch 'akoeplinger-doctor-permalink-same-case-warning'  
							
							... 
							
							
							
							* akoeplinger-doctor-permalink-same-case-warning:
  Added tests for new jekyll doctor warning
  Incorporate code review feedback
  Incorporate code review feedback
  Add a Jekyll doctor warning for URLs that only differ by case 
							
						 
						
							2015-12-13 12:26:07 -08:00  
				
					
						
							
							
								 
						
							
								92adfd0e46 
								
							 
						 
						
							
							
								
								Merge pull request  #4052  from Crunch09/process-empty-config-files  
							
							... 
							
							
							
							Merge pull request 4052 
							
						 
						
							2015-12-11 14:11:11 -08:00  
				
					
						
							
							
								 
						
							
								4f21458b34 
								
							 
						 
						
							
							
								
								Merge pull request  #4184  from ducktyper/allow-quoted-dates  
							
							... 
							
							
							
							Merge pull request 4184 
							
						 
						
							2015-12-11 14:02:55 -08:00  
				
					
						
							
							
								 
						
							
								c6255d5f28 
								
							 
						 
						
							
							
								
								Merge pull request  #4223  from jekyll/pull/sample-filter  
							
							... 
							
							
							
							Merge pull request 4223 
							
						 
						
							2015-12-04 14:12:18 -08:00