Commit Graph

  • bfee5c5b59 Release 💎 v3.1.1 Parker Moore 2016-01-28 20:36:51 -0800
  • 1d1ffdff9b Update history to reflect merge of #4404 [ci skip] jekyllbot 2016-01-28 17:20:34 -0800
  • 00d753612c Merge pull request #4404 from jekyll/bom-it jekyllbot 2016-01-28 17:20:33 -0800
  • eb5be62cba Upgrade 2-3 docs, include note about getting one single collection Parker Moore 2016-01-28 17:19:06 -0800
  • 98a64c8783 Merge pull request #4419 from chrisfinazzo/punctuation Parker Moore 2016-01-28 14:37:36 -0800
  • cc390d1a80 Merge pull request #4422 from kpym/patch-1 Parker Moore 2016-01-28 14:31:57 -0800
  • 0deae96a75 Update history to reflect merge of #4409 [ci skip] jekyllbot 2016-01-28 14:21:41 -0800
  • 0b32252506 Merge pull request #4409 from alfredxing/fix-test-stdout jekyllbot 2016-01-28 14:21:40 -0800
  • 5d126350d6 Correct indent in yaml preamble Kroum Tzanev 2016-01-28 22:20:40 +0100
  • 8592aed284 Small style fix chrisfinazzo 2016-01-28 10:45:16 -0500
  • 6c4a1bf00e Docs: Quickstart - added documentation about the `--force` option if directory is not empty Michael Lee 2016-01-27 22:22:12 -0500
  • 5fc48ffcb9 Suppress stdout in liquid profiling test Alfred Xing 2016-01-27 13:41:40 -0800
  • e898b6e8bd Update history to reflect merge of #4403 [ci skip] jekyllbot 2016-01-27 11:01:26 -0800
  • 6cd393c8ef Merge pull request #4403 from jekyll/page.dir-must-have-slash jekyllbot 2016-01-27 11:01:25 -0800
  • b1868983c7 Add test for Page#dir in :date/nil modes Parker Moore 2016-01-27 08:44:59 -0800
  • 9daebe8dd2 Use improved Page#dir Parker Moore 2016-01-27 08:28:47 -0800
  • b70ee10198 Add benchmarks for Page#dir Parker Moore 2016-01-27 08:28:41 -0800
  • aad54c9a87 Add Utils.merged_file_read_opts to unify reading & strip the BOM Parker Moore 2016-01-26 17:08:54 -0800
  • 38b64faeb2 Page#dir: ensure it ends in a slash Parker Moore 2016-01-26 16:44:30 -0800
  • ce77fe6488 Update history.markdown to reflect the merger of #4402 Jordon Bedwell 2016-01-26 06:55:55 -0600
  • a13102f039 Merge pull request #4402 from davidcelis/update-code-of-conduct Jordon Bedwell 2016-01-26 06:54:59 -0600
  • ea5e3d56f5 Update the Code of Conduct to the latest version David Celis 2016-01-25 18:24:27 -0800
  • 74fb4aca16 Update history to reflect merge of #4401 [ci skip] jekyllbot 2016-01-25 15:49:23 -0800
  • a4ba8246d7 Merge pull request #4401 from jekyll/fix-documents-with-permalink-with-slash jekyllbot 2016-01-25 15:49:22 -0800
  • d7ff4234f0 Renderer#output_ext: honor folders when looking for ext Parker Moore 2016-01-25 14:48:28 -0800
  • e940dd1be4 Site: make github-pages project page url structure refer to site.github.url Parker Moore 2016-01-25 14:09:22 -0800
  • 29da9024ca Today, not yesterday. Parker Moore 2016-01-24 13:17:38 -0800
  • 778fa4cc0e Release 💎 3.1.0 Parker Moore 2016-01-24 13:13:53 -0800
  • 55910f19c3 Merge branch 'master' of github.com:jekyll/jekyll Parker Moore 2016-01-24 13:13:21 -0800
  • 368f5b67a9 Release 💎 3.1.0 Parker Moore 2016-01-24 13:13:15 -0800
  • c5818d1837 Make our .travis.yml a little easier to maintain. Jordon Bedwell 2016-01-24 09:50:02 -0600
  • ab8f2d6bb1 Update History.markdown to reflect the merger of #4394 Jordon Bedwell 2016-01-24 08:40:31 -0600
  • 7b5febdcd5 Merge pull request #4394 from j26design/patch-1 Jordon Bedwell 2016-01-24 08:39:35 -0600
  • 96b80b1a72 Minor spelling error John Perry 2016-01-23 23:27:17 -0700
  • 4b827e1797 Release 💎 3.1.0.pre.rc3 Parker Moore 2016-01-22 13:15:41 -0800
  • 4d138c9ab5 Update history to reflect merge of #4195 [ci skip] jekyllbot 2016-01-22 13:13:19 -0800
  • ccb382679a Merge pull request #4195 from jekyll/pull/cleanup-document__post_read jekyllbot 2016-01-22 13:13:18 -0800
  • 6d67e9bdd4 Update history to reflect merge of #4388 [ci skip] jekyllbot 2016-01-22 13:01:05 -0800
  • 512c7fdb05 Merge pull request #4388 from jekyll/fix-page.class-access jekyllbot 2016-01-22 13:01:04 -0800
  • 2b8de59717 remove merge conflict Parker Moore 2016-01-22 09:38:34 -0800
  • afff4f0bec Merge remote-tracking branch 'origin/pull/cleanup-document__post_read' into pull/cleanup-document__post_read Parker Moore 2016-01-22 09:37:58 -0800
  • 5878acaaf1 Document#post_read: only overwrite slug & ext if they aren't set by YAML Parker Moore 2016-01-22 09:36:55 -0800
  • 6c40c7f553 collections.feature: check for 0 exit status always Parker Moore 2016-01-22 09:36:37 -0800
  • ba1cfab73c step_definitions: fixture collections should copy _thanksgiving Parker Moore 2016-01-22 09:36:25 -0800
  • 8204e479c3 add Utils.strip_heredoc Parker Moore 2016-01-20 11:46:18 -0800
  • 67f842546e Fix #4191: Reduce Document#post_read complexity slightly. Jordon Bedwell 2015-11-28 01:22:24 -0600
  • 1298ba6908 Fix #4188: Extract title from filename successfully when dateless. rebornix 2015-11-27 13:40:30 +0800
  • c0e0159783 Update history to reflect merge of #4389 [ci skip] jekyllbot 2016-01-22 09:03:44 -0800
  • c42d27e428 Merge pull request #4389 from zsyed91/refactor_page_permalink jekyllbot 2016-01-22 09:03:43 -0800
  • 95df351341 Update history to reflect merge of #4390 [ci skip] jekyllbot 2016-01-22 09:01:21 -0800
  • cbe66193c2 Merge pull request #4390 from contentful/contentful/add-contentful-to-docs jekyllbot 2016-01-22 09:01:20 -0800
  • cf51e32d0e Drop#[]: use self.class.invokable? instead of content_methods.include? for speed Parker Moore 2016-01-22 08:59:48 -0800
  • 442074fdb1 Add Contentful Extension to Plugins David Litvak Bruno 2016-01-22 10:42:52 -0300
  • 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 Zshawn Syed 2016-01-21 23:44:30 -0600
  • 31ae61b419 Drop#[]: only use public_send for keys in the content_methods array Parker Moore 2016-01-21 18:20:35 -0800
  • b3ddd985a4 Merge pull request #4380 from jekyll/cherry-pick-4378 Parker Moore 2016-01-20 14:58:44 -0800
  • 4017e30cca Merge pull request #4382 from jekyll/3.0.2-release Parker Moore 2016-01-20 14:34:00 -0800
  • e9be8933de Release 💎 v3.0.2 Parker Moore 2016-01-20 14:10:47 -0800
  • a72629908a Document: throw a useful error when an invalid date is given Parker Moore 2016-01-20 12:23:48 -0800
  • 1ba23c32c6 add Utils.strip_heredoc Parker Moore 2016-01-20 11:46:18 -0800
  • ec0eff3315 Switch to pry-byebug so everybody gets the benefit. Jordon Bedwell 2016-01-20 13:30:49 -0600
  • f1ac1f2125 Update history to reflect merge of #4376 [ci skip] jekyllbot 2016-01-20 11:07:34 -0800
  • 7b8c39722b Merge pull request #4376 from pathawks/detach jekyllbot 2016-01-20 11:07:33 -0800
  • af20abf1bc Update history to reflect merge of #4377 [ci skip] jekyllbot 2016-01-20 11:06:31 -0800
  • 94b0c500c6 Merge pull request #4377 from liambowers/master jekyllbot 2016-01-20 11:06:31 -0800
  • e50d4d6b6e Fix bad UNLESS. Jordon Bedwell 2016-01-20 07:30:07 -0600
  • 61acafe97a Move ByeBug to development and disallow for JRuby. Jordon Bedwell 2016-01-20 07:24:16 -0600
  • 37e1101690 Re-add Gem version after accidental removal. Jordon Bedwell 2016-01-20 07:04:22 -0600
  • f44a9cf401 Added the Wordpress2Jekyll Wordpress plugin Liam Bowers 2016-01-20 12:25:29 +0000
  • 090cf5a50b
    Disable auto-regeneration when running server detached Pat Hawks 2016-01-19 23:12:59 -0800
  • 8507cda6dd Rm date indicators and >1 year inactive sites Brenton Horne 2016-01-20 07:22:54 +1000
  • 805ab6b7f8 Adding commit/date indicators Brenton Horne 2016-01-20 06:59:00 +1000
  • f8e8672148 Fix #4191: Reduce Document#post_read complexity slightly. Jordon Bedwell 2015-11-28 01:22:24 -0600
  • d50656021f Fix #4188: Extract title from filename successfully when dateless. rebornix 2015-11-27 13:40:30 +0800
  • ecc5121918 Update our badge URL's for more reliability. Jordon Bedwell 2016-01-19 10:15:58 -0600
  • 56a711f1ee Move to static Ruby versions so we can test on latest versions. Jordon Bedwell 2016-01-19 10:11:54 -0600
  • 00285f7b9a Release 💎 3.1.0.pre.rc2 Parker Moore 2016-01-18 15:39:56 -0800
  • 32fba4f01a Release 💎 v3.1.0.pre.rc2 Parker Moore 2016-01-18 15:39:53 -0800
  • be0e951bb0 features: Reorganize step definitions to reduce duplication Parker Moore 2016-01-18 15:35:11 -0800
  • d27f1d95d5 features: #run_command should prefix command with $ Parker Moore 2016-01-18 15:34:50 -0800
  • e75d703806 Page#write? shouldn't freeze 'true' Parker Moore 2016-01-18 15:33:58 -0800
  • 2d5feab2ae Update history to reflect merge of #4373 [ci skip] jekyllbot 2016-01-18 15:00:47 -0800
  • c5830ce6e0 Merge pull request #4373 from jekyll/page-as-renderable jekyllbot 2016-01-18 15:00:46 -0800
  • 4de1873b56 Renderer: #output_ext should check to make sure the output extension of the permalink isn't empty Parker Moore 2016-01-18 14:09:14 -0800
  • a351a70b03 test: Slight refactor to doublecheck destination. Parker Moore 2016-01-18 14:08:53 -0800
  • 275d56a0fe test: use {assert,refute}_exist everywhere Parker Moore 2016-01-18 13:45:36 -0800
  • 2de5bacb41 pages' permalink' extnames must be respected Parker Moore 2016-01-18 13:45:17 -0800
  • 5cf5ce979f test: add assert_exist and refute_exist Parker Moore 2016-01-18 13:42:03 -0800
  • 2554281188 document#merge_data!: reformat Parker Moore 2016-01-18 13:41:49 -0800
  • cc6e49a389 features/embed_filters: reformat a little Parker Moore 2016-01-18 13:41:41 -0800
  • 1d369aada3 features: some under-the-hood enhancements Parker Moore 2016-01-18 12:48:12 -0800
  • e5d8bdee8f Page: freeze true in write? Parker Moore 2016-01-18 12:47:48 -0800
  • 66dc083ad0 Renderer: set paginator Parker Moore 2016-01-18 12:47:36 -0800
  • 0a6f289ba5 page: write? should always be true Parker Moore 2016-01-18 11:53:16 -0800
  • ae3a71ed0d features: config writing should decode value from string to ruby Parker Moore 2016-01-18 11:53:07 -0800
  • 736a800f0e features: validate the exit status of 0 for successful calls Parker Moore 2016-01-18 11:52:31 -0800
  • 9a6f4e08b7 features/permalinks: add a permalink feature for non-html extension name for pages Parker Moore 2016-01-18 11:44:00 -0800
  • e9c5c45651 features: look for lack of "EXIT STATUS: 0" for non-zero exit status Parker Moore 2016-01-18 11:43:21 -0800
  • 2adb70a247 features: writing a configuration file should append if it's already there Parker Moore 2016-01-18 11:42:59 -0800
  • dd15e3c368 features: write EXIT STATUS to output so it all prints when we get an exit status we aren't expecting Parker Moore 2016-01-18 11:42:34 -0800