Commit Graph

  • 013f7edc83 Add permalink warning to pagination docs Cory Simmons 2015-03-06 01:17:02 -0500
  • c371926e09 Restructure excerpt_separator documentation for clarity Stuart Kent 2015-03-05 23:56:25 -0500
  • 66785b43ba Release 💎 3.0.0.beta2 Parker Moore 2015-03-05 13:40:18 -0800
  • 6d9258bcdc Release 💎 v3.0.0.beta2 Parker Moore 2015-03-05 13:40:10 -0800
  • 6b4219f0e2 Merge branch 'master' of github.com:jekyll/jekyll Parker Moore 2015-03-05 13:14:29 -0800
  • bb4d47b905 Move History declaration for #3528 back up to HEAD. Parker Moore 2015-03-05 13:14:15 -0800
  • b41ddbb8a9 Update history to reflect merge of #3520 [ci skip] Matt Rogers 2015-03-05 14:35:40 -0600
  • 02e98f238e Merge pull request #3520 from delftswa2014/sort-null Matt Rogers 2015-03-05 14:35:40 -0600
  • 2185339ee0 Merge branch 'master' of github.com:jekyll/jekyll Parker Moore 2015-03-05 11:20:55 -0800
  • 3a4d826852 Update history to reflect merge of #3547 [ci skip] Parker Moore 2015-03-05 11:20:13 -0800
  • 4a89db2102 Merge pull request #3547 from yous/resolve-warnings Parker Moore 2015-03-05 11:19:50 -0800
  • 4b8e3cfdbd Moved the in_(source/dest)_dir back to site.rb. Martin Jorn Rogalla 2015-03-05 13:30:29 +0100
  • 7806f9ed52 Replace `File.exists?` with `File.exist?` ChaYoung You 2015-03-05 18:21:52 +0900
  • 489da6784a Remove duplicated range from regex ChaYoung You 2015-03-05 18:19:32 +0900
  • 117bd8a6f0 Update history to reflect merge of #3537 [ci skip] Parker Moore 2015-03-04 18:33:22 -0800
  • e229e3285f Merge pull request #3537 from kleinfreund/patch-2 Parker Moore 2015-03-04 18:32:57 -0800
  • a608494e18 Update history to reflect merge of #3538 [ci skip] Will Norris 2015-03-04 15:20:25 -0800
  • f6f2626828 Merge pull request #3538 from willnorris/permalink Will Norris 2015-03-04 15:18:43 -0800
  • 252665ddc6 Update history to reflect merge of #3546 [ci skip] Parker Moore 2015-03-04 15:16:07 -0800
  • 51dc0dfcf5 Merge pull request #3546 from capnfabs/patch-1 Parker Moore 2015-03-04 15:15:30 -0800
  • c8d23ffee2 Update history to reflect merge of #3544 [ci skip] Parker Moore 2015-03-04 15:14:18 -0800
  • ced9146c11 Merge pull request #3544 from delftswa2014/micro_refactor_url Parker Moore 2015-03-04 15:13:35 -0800
  • ca7375a51b Corrected quote-usage. Replaced [-1].eql with end_with. Martin Jorn Rogalla 2015-03-04 22:31:19 +0100
  • 9e1cb96a7e Added site reference for encoding configuration. Martin Jorn Rogalla 2015-03-04 22:23:47 +0100
  • c1562c8997 Improve consistency in site/_docs/plugins.md Fabian Tamp 2015-03-04 21:20:08 +0000
  • 7114380da7 Added and improved documentation, fixed long method name. Martin Jorn Rogalla 2015-03-04 21:37:25 +0100
  • 1b796354fb Added documentation, made method private and fixed quotes. Martin Jorn Rogalla 2015-03-04 21:10:26 +0100
  • f252a82afc Made the Reader responsible for the actual Reading. Martin Jorn Rogalla 2015-03-04 21:00:45 +0100
  • 2f88a0c0a1 Extracted `read_collections` from site.rb into reader.rb Martin Jorn Rogalla 2015-03-04 20:55:53 +0100
  • 2857350df1 Extracted `read_directories` from site.rb into reader.rb Martin Jorn Rogalla 2015-03-04 20:51:26 +0100
  • 9bcad08e3a Extracted `limit_posts` from site.rb into reader.rb Martin Jorn Rogalla 2015-03-04 20:35:02 +0100
  • a4adeb446b Extracted `read_posts` from site.rb into reader.rb Martin Jorn Rogalla 2015-03-04 20:22:37 +0100
  • 504c9a34ad Extracted `read_drafts` from site.rb into reader.rb Martin Jorn Rogalla 2015-03-04 20:19:39 +0100
  • 29169aa858 Extracted `aggregate_post_info` from site.rb into reader.rb Martin Jorn Rogalla 2015-03-04 20:16:31 +0100
  • 67a2369854 Extracted `read_content` from site.rb into reader.rb Martin Jorn Rogalla 2015-03-04 20:11:27 +0100
  • 537235c38b Extracted `read_data` from site.rb into reader.rb Martin Jorn Rogalla 2015-03-04 20:07:53 +0100
  • 5b0e2a294d Extracted `read_data_to` from site.rb into reader.rb Martin Jorn Rogalla 2015-03-04 20:05:10 +0100
  • e586105b46 Extracted `sanitize_filename` from site.rb into reader.rb Martin Jorn Rogalla 2015-03-04 20:01:27 +0100
  • ddfecb0f53 Extracted `read_data_file` from site.rb into reader.rb Martin Jorn Rogalla 2015-03-04 19:55:54 +0100
  • 6e06fd8734 Extracted `get_entries` from site.rb into reader.rb Martin Jorn Rogalla 2015-03-04 19:51:44 +0100
  • 05bbcddb29 Extracted `filter_entries` from site.rb into reader.rb Martin Jorn Rogalla 2015-03-04 19:45:23 +0100
  • c836ec613d Extracted `in_dest_dir` from site.rb into reader.rb Martin Jorn Rogalla 2015-03-04 19:21:24 +0100
  • bb9d43dff5 Extracted `in_source_dir` from site.rb and into reader.rb. Martin Jorn Rogalla 2015-03-04 19:16:03 +0100
  • 0d1586a5c4 Improved permalinks for pages and collections Will Norris 2015-02-28 22:23:08 -0800
  • 2ef9bae75a Refactored url.rb to compliant with Ruby Style Guide. Martin Jorn Rogalla 2015-03-04 14:16:55 +0100
  • fa31fcb3bf Update history.md to reflect the merger of #3418 [ci skip] Jordon Bedwell 2015-03-04 05:22:29 -0600
  • d40b6d6ee0 Merge pull request #3418 from tarebyte/destination-and-source Jordon Bedwell 2015-03-04 05:21:36 -0600
  • 5e9b7343bf Update history to reflect merge of #3490 [ci skip] Will Norris 2015-03-03 10:54:13 -0800
  • 5d1a24e291 Merge pull request #3490 from willnorris/ext Will Norris 2015-03-03 10:53:08 -0800
  • d56df7592c Removing unused code from post layout Philipp Rudloff 2015-03-03 09:52:23 +0100
  • 669c803912 always include file extension on destination files Will Norris 2015-02-21 19:51:28 -0800
  • 8917ef011c Update history to reflect merge of #3535 [ci skip] Alfred Xing 2015-03-02 15:05:37 -0800
  • 27a02e163b Merge pull request #3535 from delftswa2014/deprecation-inconsistency Alfred Xing 2015-03-02 15:04:21 -0800
  • 7a31029c79 Removed deprecation inconsistency Joop Aué 2015-03-02 21:54:05 +0100
  • 48bf711ec7 Update history to reflect merge of #3531 [ci skip] Parker Moore 2015-03-02 09:40:05 -0800
  • b3371119fd Merge pull request #3531 from jekyll/liquid-c-upgrade Parker Moore 2015-03-02 09:39:32 -0800
  • dae5d30096 Update history to reflect merge of #3532 [ci skip] Will Norris 2015-03-01 18:16:49 -0800
  • bc2b87ca92 Merge pull request #3532 from willnorris/ordinal_docs Will Norris 2015-03-01 18:15:46 -0800
  • f251848283 document 'ordinal' built-in permalink style Will Norris 2015-03-01 17:27:56 -0800
  • 2b1b7b977b Upgrade liquid-c to 3.x Parker Moore 2015-03-01 16:07:29 -0800
  • c2b613d05e Update history to reflect merge of #3469 [ci skip] Parker Moore 2015-03-01 16:05:53 -0800
  • 5ee4e6d9c9 Merge pull request #3469 from jedd-ahyoung/Frontmatter-date-documentation Parker Moore 2015-03-01 16:05:23 -0800
  • 92a9582733 Corrected error message as suggested by @parkr. Martin Jorn Rogalla 2015-03-01 11:16:08 +0100
  • 78af3c5018 Improved clarity of sort nil input error message. Martin Jorn Rogalla 2015-03-01 09:51:59 +0100
  • 0565308ce6 Added test to check on nil input for sort filter. Martin Jorn Rogalla 2015-03-01 09:40:32 +0100
  • 9437bd4669 Update history to reflect merge of #3529 [ci skip] Parker Moore 2015-03-01 00:37:44 -0800
  • 9b962dc565 Merge branch 'fabianrbz-remove_adapters_deprecation_warning' Parker Moore 2015-03-01 00:36:48 -0800
  • f1edf9e692 Add minitest/profile to profile 10 slowest tests Parker Moore 2015-03-01 00:36:40 -0800
  • fbe52bca85 Move simplecov_custom_profile to test/ & gate with TRAVIS env Parker Moore 2015-03-01 00:36:20 -0800
  • 60f0977a50 Update history to reflect merge of #3528 [ci skip] Matt Rogers 2015-02-28 21:44:29 -0600
  • 7d6d29b4ca Merge pull request #3528 from willnorris/textile Matt Rogers 2015-02-28 21:44:29 -0600
  • 6b09d1818d Update history to reflect merge of #3516 [ci skip] Parker Moore 2015-02-28 18:56:13 -0800
  • 50a4b2824b Merge pull request #3516 from jekyll/end-with Parker Moore 2015-02-28 18:55:53 -0800
  • 6c073ec476 Remove reference to jekyll-textile-converter. Parker Moore 2015-02-28 17:29:39 -0800
  • 8e87e9ebec Update history to reflect merge of #3530 [ci skip] Parker Moore 2015-02-28 17:28:43 -0800
  • e777c9b213 Merge pull request #3530 from delftswa2014/picturetag-link-fix Parker Moore 2015-02-28 17:27:53 -0800
  • d79c0fc4dd Replaced a picture element link with @parkr's suggestion. Martin Jorn Rogalla 2015-02-28 15:10:05 +0100
  • dae77e9a63 switch remaining textile test files to markdown Will Norris 2015-02-27 17:31:24 -0800
  • e4b1382bfd Remove unused groups from simplecov's profile Fabian Rodriguez 2015-02-27 23:09:33 -0200
  • cd7b3f54f1 Removes the following deprecation warning: 'method adapters is deprecated. use profiles instead' Fabian Rodriguez 2015-02-27 22:41:32 -0200
  • a25f2d7dd6 Ask people to use talk.jekyllrb.com for non bugs. Jordon Bedwell 2015-02-27 15:33:08 -0600
  • ed953e6e1f Update history to reflect merge of #3523 [ci skip] Parker Moore 2015-02-27 13:07:12 -0800
  • 5a84d1960e Merge pull request #3523 from alfredxing/introducing-jekyll-talk Parker Moore 2015-02-27 13:05:54 -0800
  • e56f2414ae Add blog post introducing Jekyll Talk Alfred Xing 2015-02-26 21:23:21 -0800
  • 531d0fb261 Sort will now raise error on nil object array input. Martin Jorn Rogalla 2015-02-26 22:12:06 +0100
  • 14fa3287b7 Update history to reflect merge of #3518 [ci skip] Parker Moore 2015-02-25 16:16:16 -0800
  • 8997212222 Merge branch 'alfredxing-add-talk-to-help' Parker Moore 2015-02-25 16:11:43 -0800
  • a621752425 Add Jekyll Talk to Help page on site Alfred Xing 2015-02-25 16:09:41 -0800
  • 90c974c4e2 Hide the 'Improve this page' message on mobile. /cc #3510 [ci skip] Parker Moore 2015-02-25 16:10:11 -0800
  • 3f3b203992 Use end_with? instead of regexp for adding index.html Parker Moore 2015-02-25 11:59:27 -0800
  • 4da6bfd81a Add benchmark for end_with? vs regexp Parker Moore 2015-02-25 11:57:49 -0800
  • 21fa47f92b Add benchmark-ips to Gemfile. Parker Moore 2015-02-25 11:57:35 -0800
  • 03d21b0cd1 Update history to reflect merge of #3489 [ci skip] Parker Moore 2015-02-24 23:02:48 -0800
  • c1f7684b92 Merge pull request #3489 from merlos/patch-1 Parker Moore 2015-02-24 23:02:04 -0800
  • 7fb71871cf Update history to reflect merge of #3485 [ci skip] Parker Moore 2015-02-24 23:01:34 -0800
  • b75db477e0 Merge pull request #3485 from watkyn/extra_slash_in_example_base_url Parker Moore 2015-02-24 23:01:03 -0800
  • 9e0bad7255 Update history to reflect merge of #3510 [ci skip] Parker Moore 2015-02-24 21:21:14 -0800
  • bebb75ff0e Merge branch 'delftswa2014-improve-this-page' Parker Moore 2015-02-24 21:19:55 -0800
  • a43d3d1dc8 Make the .improve callout a light grey. Parker Moore 2015-02-24 21:19:47 -0800
  • 5d97ec9174 Update history to reflect merge of #3511 [ci skip] Parker Moore 2015-02-24 21:10:53 -0800