https://github.com/jekyll/jekyll

sort by:
Revision Author Date Message Commit Date
4b827e1 Release :gem: 3.1.0.pre.rc3 22 January 2016, 21:15:41 UTC
4d138c9 Update history to reflect merge of #4195 [ci skip] 22 January 2016, 21:13:19 UTC
ccb3826 Merge pull request #4195 from jekyll/pull/cleanup-document__post_read Merge pull request 4195 22 January 2016, 21:13:18 UTC
6d67e9b Update history to reflect merge of #4388 [ci skip] 22 January 2016, 21:01:05 UTC
512c7fd Merge pull request #4388 from jekyll/fix-page.class-access Merge pull request 4388 22 January 2016, 21:01:04 UTC
2b8de59 remove merge conflict 22 January 2016, 17:38:34 UTC
afff4f0 Merge remote-tracking branch 'origin/pull/cleanup-document__post_read' into pull/cleanup-document__post_read * origin/pull/cleanup-document__post_read: add Utils.strip_heredoc Fix #4191: Reduce Document#post_read complexity slightly. Fix #4188: Extract title from filename successfully when dateless. 22 January 2016, 17:37:58 UTC
5878aca Document#post_read: only overwrite slug & ext if they aren't set by YAML 22 January 2016, 17:36:55 UTC
6c40c7f collections.feature: check for 0 exit status always 22 January 2016, 17:36:37 UTC
ba1cfab step_definitions: fixture collections should copy _thanksgiving 22 January 2016, 17:36:25 UTC
8204e47 add Utils.strip_heredoc 22 January 2016, 17:11:56 UTC
67f8425 Fix #4191: Reduce Document#post_read complexity slightly. 22 January 2016, 17:11:56 UTC
1298ba6 Fix #4188: Extract title from filename successfully when dateless. 22 January 2016, 17:09:30 UTC
c0e0159 Update history to reflect merge of #4389 [ci skip] 22 January 2016, 17:03:44 UTC
c42d27e Merge pull request #4389 from zsyed91/refactor_page_permalink Merge pull request 4389 22 January 2016, 17:03:43 UTC
95df351 Update history to reflect merge of #4390 [ci skip] 22 January 2016, 17:01:21 UTC
cbe6619 Merge pull request #4390 from contentful/contentful/add-contentful-to-docs Merge pull request 4390 22 January 2016, 17:01:20 UTC
cf51e32 Drop#[]: use self.class.invokable? instead of content_methods.include? for speed 22 January 2016, 16:59:48 UTC
442074f Add Contentful Extension to Plugins 22 January 2016, 16:29:31 UTC
4ecdf6c 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 22 January 2016, 05:44:30 UTC
31ae61b Drop#[]: only use public_send for keys in the content_methods array 22 January 2016, 02:20:35 UTC
b3ddd98 Merge pull request #4380 from jekyll/cherry-pick-4378 Document: throw a useful error when an invalid date is given 20 January 2016, 22:58:44 UTC
4017e30 Merge pull request #4382 from jekyll/3.0.2-release Release :gem: v3.0.2 20 January 2016, 22:34:00 UTC
e9be893 Release :gem: v3.0.2 20 January 2016, 22:33:02 UTC
a726299 Document: throw a useful error when an invalid date is given 20 January 2016, 22:19:06 UTC
1ba23c3 add Utils.strip_heredoc 20 January 2016, 19:46:18 UTC
ec0eff3 Switch to pry-byebug so everybody gets the benefit. 20 January 2016, 19:30:56 UTC
f1ac1f2 Update history to reflect merge of #4376 [ci skip] 20 January 2016, 19:07:34 UTC
7b8c397 Merge pull request #4376 from pathawks/detach Merge pull request 4376 20 January 2016, 19:07:33 UTC
af20abf Update history to reflect merge of #4377 [ci skip] 20 January 2016, 19:06:31 UTC
94b0c50 Merge pull request #4377 from liambowers/master Merge pull request 4377 20 January 2016, 19:06:31 UTC
e50d4d6 Fix bad UNLESS. 20 January 2016, 13:30:07 UTC
61acafe Move ByeBug to development and disallow for JRuby. 20 January 2016, 13:24:24 UTC
37e1101 Re-add Gem version after accidental removal. 20 January 2016, 13:04:22 UTC
f44a9cf Added the Wordpress2Jekyll Wordpress plugin 20 January 2016, 12:25:29 UTC
090cf5a Disable auto-regeneration when running server detached 20 January 2016, 07:12:59 UTC
f8e8672 Fix #4191: Reduce Document#post_read complexity slightly. 19 January 2016, 19:18:19 UTC
d506560 Fix #4188: Extract title from filename successfully when dateless. 19 January 2016, 19:18:19 UTC
ecc5121 Update our badge URL's for more reliability. 19 January 2016, 16:15:58 UTC
56a711f Move to static Ruby versions so we can test on latest versions. 19 January 2016, 16:11:54 UTC
00285f7 Release :gem: 3.1.0.pre.rc2 18 January 2016, 23:39:56 UTC
32fba4f Release :gem: v3.1.0.pre.rc2 18 January 2016, 23:39:53 UTC
be0e951 features: Reorganize step definitions to reduce duplication 18 January 2016, 23:35:11 UTC
d27f1d9 features: #run_command should prefix command with $ 18 January 2016, 23:34:50 UTC
e75d703 Page#write? shouldn't freeze 'true' 18 January 2016, 23:33:58 UTC
2d5feab Update history to reflect merge of #4373 [ci skip] 18 January 2016, 23:00:47 UTC
c5830ce Merge pull request #4373 from jekyll/page-as-renderable Merge pull request 4373 18 January 2016, 23:00:46 UTC
4de1873 Renderer: #output_ext should check to make sure the output extension of the permalink isn't empty 18 January 2016, 22:09:14 UTC
a351a70 test: Slight refactor to doublecheck destination. 18 January 2016, 22:08:53 UTC
275d56a test: use {assert,refute}_exist everywhere 18 January 2016, 21:45:36 UTC
2de5bac 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. 18 January 2016, 21:45:17 UTC
5cf5ce9 test: add assert_exist and refute_exist 18 January 2016, 21:42:03 UTC
2554281 document#merge_data!: reformat 18 January 2016, 21:41:49 UTC
cc6e49a features/embed_filters: reformat a little 18 January 2016, 21:41:41 UTC
1d369aa features: some under-the-hood enhancements 18 January 2016, 20:48:12 UTC
e5d8bde Page: freeze true in write? 18 January 2016, 20:47:48 UTC
66dc083 Renderer: set paginator 18 January 2016, 20:47:36 UTC
0a6f289 page: write? should always be true 18 January 2016, 19:53:16 UTC
ae3a71e features: config writing should decode value from string to ruby 18 January 2016, 19:53:07 UTC
736a800 features: validate the exit status of 0 for successful calls 18 January 2016, 19:52:31 UTC
9a6f4e0 features/permalinks: add a permalink feature for non-html extension name for pages Fixes https://github.com/mpc-hc/mpc-hc.org/pull/58#issuecomment-172594526 18 January 2016, 19:44:00 UTC
e9c5c45 features: look for lack of "EXIT STATUS: 0" for non-zero exit status 18 January 2016, 19:43:21 UTC
2adb70a features: writing a configuration file should append if it's already there 18 January 2016, 19:42:59 UTC
dd15e3c features: write EXIT STATUS to output so it all prints when we get an exit status we aren't expecting 18 January 2016, 19:42:34 UTC
7d81c00 Renderer: use Convertible's way of picking the last Converter's output extension 18 January 2016, 19:41:47 UTC
d343da6 Page: pipe through Renderer instead of using Convertible 18 January 2016, 19:41:05 UTC
9676b77 Want the readme and CNAME. 18 January 2016, 16:47:35 UTC
4482f80 Update history to reflect merge of #4364 [ci skip] 18 January 2016, 15:48:11 UTC
10ae624 Merge pull request #4364 from jekyll/jmcglone-github-pages-guide Merge pull request 4364 18 January 2016, 15:48:11 UTC
9c6f330 Restructure the resources page a bit 16 January 2016, 20:21:07 UTC
b3b4abe Add @jmcglone's guide to github-pages doc page Nearly every day, when I get the report of visitors to jekyllrb.com, I see jmcglone's excellent guide. Reading through it today makes me think it is one of the finest if not _the_ finest guide to getting started with Git, GitHub, and Jekyll in order to publish successfully and happily on GitHub Pages. @jmcglone, mind if I add this to our GitHub Pages doc page? 16 January 2016, 20:09:13 UTC
281f751 Release :gem: 3.1.0.pre.rc1 16 January 2016, 00:26:08 UTC
c678640 Release :gem: v3.1.0.pre.rc1 16 January 2016, 00:25:58 UTC
d9aef14 Update history to reflect merge of #4361 [ci skip] 16 January 2016, 00:19:23 UTC
0daafd7 Merge pull request #4361 from jekyll/pheuko-empty-permalink Merge pull request 4361 16 January 2016, 00:19:22 UTC
06fa14c Restructure data validation so that permalink check raises an error. 16 January 2016, 00:11:08 UTC
89db3c6 Convertible: separate data validation out of #read 15 January 2016, 23:52:54 UTC
948dcf2 Convertible: consolidate empty check into Convertible#read 15 January 2016, 23:51:32 UTC
15a2dac Merge pull request #4359 from jekyll/optimize-drop Fix deep_merge_hashes! handling of drops and hashes 15 January 2016, 23:19:18 UTC
04e1768 Update history to reflect merge of #4359 [ci skip] 15 January 2016, 23:06:56 UTC
ea9cac5 Add a nasty hack to reduce persistence until RSpec. 15 January 2016, 20:15:28 UTC
0587a3b Fix some debug logging. - excluded? should now only print when it is excluded - requiring is now properly aligned 15 January 2016, 19:30:02 UTC
207fcbd Add byebug for debugging purposes. 15 January 2016, 19:23:09 UTC
5d79c55 Fix deep_merge_hashes! handling of drops and hashes 15 January 2016, 19:22:39 UTC
22931f4 Drop: require 'json' for #inspect call 15 January 2016, 18:00:56 UTC
3e81331 Utils: don't require mime/types 15 January 2016, 18:00:45 UTC
156e093 Ensure no errors when there is no permalink 15 January 2016, 16:40:59 UTC
5681742 Check if permalink key was given 15 January 2016, 16:40:59 UTC
f8a6315 Empty permalink now shows an error 15 January 2016, 16:40:47 UTC
9368e26 Update history to reflect merge of #4355 [ci skip] 15 January 2016, 00:36:11 UTC
54b6395 Correct typo in ### Precdence The Precedence section referred to the "last example" where it should have referred to the "second to last." 15 January 2016, 00:35:58 UTC
4048b8e Update history to reflect merge of #4350 [ci skip] 12 January 2016, 16:28:10 UTC
9c4695c Merge pull request #4350 from jekyll/pr/cleanup-gemfile Merge pull request 4350 12 January 2016, 16:28:10 UTC
5555db8 Start using Rubocop from Github, it supports our config. 12 January 2016, 12:59:09 UTC
712c16a Try to cleanup the Gemfile... again. The problem last time was that we removed Pry and Pry brings in CodeRay, we were testing legacy stuff and didn't have CodeRay in our dependencies, which resulted in those tests failing. This also quietly announces the intention to move to RSpec by moving the old test dependencies to ":test_legacy" and is slightly less agressive in it's organization than before. 12 January 2016, 12:54:45 UTC
4595aab Update history.makrdown to reflect the merger of #4349. 12 January 2016, 07:00:42 UTC
9efeade Merge pull request #4349 from pathawks/fixme Remove old FIXME 12 January 2016, 06:59:42 UTC
ba017eb Remove old Fixme note 12 January 2016, 06:32:04 UTC
1583b26 Update jekyll-feed. 11 January 2016, 22:45:50 UTC
03582c3 site: update generated history per automatic fixes to History.markdown 11 January 2016, 21:37:27 UTC
back to top