Commit Graph

4784 Commits

Author SHA1 Message Date
Parker Moore 39172e53bf Update history to reflect merge of #2881 [ci skip] 2014-09-07 10:41:36 -07:00
Parker Moore 0422c5fde6 Merge pull request #2881 from penibelst/patch-1 2014-09-07 10:41:11 -07:00
Parker Moore 192e5b9188 Update history to reflect merge of #2880 [ci skip] 2014-09-07 10:40:33 -07:00
Parker Moore c3dc5cceee Merge pull request #2880 from kansaichris/slugify-liquid-filter 2014-09-07 10:40:01 -07:00
Anatol Broder 1a11a994ea Remove Good Include
The plugin is deprecated.
2014-09-07 14:01:53 +02:00
Chris Frederick a2fedfc615 Document the slugify Liquid filter 2014-09-07 17:01:53 +09:00
Chris Frederick 77297744ce Add a test for the slugify Liquid filter 2014-09-07 16:49:14 +09:00
Chris Frederick 394eab4a3a Add the slugify Liquid filter 2014-09-07 16:48:57 +09:00
Parker Moore 2d3ca08d91 Update history to reflect merge of #2877 [ci skip] 2014-09-07 00:38:40 -07:00
Parker Moore d950680bbe Merge pull request #2877 from nitoyon/fix-variables-doc 2014-09-07 00:37:59 -07:00
Garen Torikian 9f558d1cec Rename tag to `include_relative` 2014-09-06 21:48:15 -07:00
Garen Torikian 787bb582da Trash the subclass 2014-09-06 21:48:00 -07:00
Parker Moore b5020bc590 Update history to reflect merge of #2879 [ci skip] 2014-09-06 11:52:43 -07:00
Parker Moore 64b2e11106 Merge pull request #2879 from SpectrumPixel/patch-1 2014-09-06 11:52:25 -07:00
TJ 7215c44146 Fixed "bellow" typo
Changed "bellow" to "below"
2014-09-06 13:53:49 -04:00
nitoyon 4435bcb1f8 Fix typo in site documentation for variables 2014-09-06 17:25:13 +09:00
Parker Moore fa86afb336 Update history to reflect merge of #2864 [ci skip] 2014-09-05 10:05:13 -07:00
Parker Moore 58a76911bb Merge pull request #2864 from kansaichris/add-title-to-collection-urls 2014-09-05 10:04:38 -07:00
Garen Torikian aa97f1025d Support a new `relative_include` tag 2014-09-03 15:43:51 -07:00
Chris Frederick 62a3961739 Add tests for Utils#slugify 2014-09-02 14:33:03 +09:00
Chris Frederick 4adc35aaf3 Revise Utils#slugify with inspiration from Rails 2014-09-02 14:32:14 +09:00
Chris Frederick 702b39dec5 Replace the 'name' parameter with 'string' 2014-09-02 13:34:44 +09:00
Chris Frederick 3ca1245027 Move Document#sluggify to Utils#slugify 2014-09-02 13:29:28 +09:00
Parker Moore 5674226b68 Update history to reflect merge of #2867 [ci skip] 2014-09-01 17:32:27 -07:00
Parker Moore 6928adf501 Merge pull request #2867 from chibicode/add-inspect-filter 2014-09-01 17:32:05 -07:00
Shu Uesugi cfd17b2e7d Add inspect filter 2014-09-01 14:51:09 -07:00
Parker Moore e4975836f4 Update history to reflect merge of #2862 [ci skip] 2014-09-01 11:48:11 -07:00
Parker Moore 820d6b3543 Merge pull request #2862 from mischah/fix-orientation-bugs 2014-09-01 11:47:44 -07:00
Chris Frederick 05d65f0341 Rename 'slug' to 'sluggify' and clean up code 2014-09-01 16:25:42 +09:00
Chris Frederick be2b16507e Test documents without a title 2014-09-01 13:32:31 +09:00
Chris Frederick a5e51cfdbe Properly handle titles with trailing punctuation 2014-09-01 13:25:38 +09:00
Chris Frederick 93f63df172 Document the :title variable 2014-09-01 13:16:14 +09:00
Chris Frederick 4dec3c8c6b Test titles in document permalinks 2014-09-01 13:04:54 +09:00
Chris Frederick cca9c50c26 Add 'title' to url_placeholders 2014-09-01 12:53:31 +09:00
Chris Frederick bcb6798838 Pass the filename as an argument to Document#slug 2014-09-01 12:45:41 +09:00
Michael Kühnel 9e9f4f1c53 Fix orientation bugs
Maintain fontsize and and adapt width when switching to landscape mode.
2014-08-31 15:27:51 +02:00
Parker Moore 18eb8e6fb7 Update history to reflect merge of #2829 [ci skip] 2014-08-31 00:09:22 -07:00
Parker Moore 8993cbe445 Merge pull request #2829 from kansaichris/collections-permalink-docs 2014-08-31 00:07:08 -07:00
Parker Moore 5b6b558c5a Update history to reflect merge of #2858 [ci skip] 2014-08-31 00:05:57 -07:00
Parker Moore 081e34a5ab Merge pull request #2858 from jekyll/auto-enable-watch 2014-08-31 00:05:42 -07:00
Parker Moore 8f46e23aa1 Update history to reflect merge of #2849 [ci skip] 2014-08-30 23:59:42 -07:00
Parker Moore 27d3126d54 Merge pull request #2849 from jekyll/maybe-secure-doc-reading 2014-08-30 23:58:33 -07:00
Parker Moore b5dbc36975 Use Jekyll.sanitized_path when adding static files to Collections.
h/t @benbalter https://github.com/jekyll/jekyll/pull/2737#discussion_r16713423
Not sure if the previous code can be exploited, but being super safe is never a bad thing.
2014-08-30 23:09:47 -07:00
Parker Moore 6cee2a87cc Auto-enable watch on 'serve'.
Addresses @kneath's and @chibicode's comments in #2695.
2014-08-30 22:52:41 -07:00
Parker Moore 7de681ef58 Update history to reflect merge of #2856 [ci skip] 2014-08-30 22:50:36 -07:00
Parker Moore ba05d00ac4 Merge pull request #2856 from jekyll/fix-liquid-in-sas 2014-08-30 22:50:07 -07:00
Parker Moore 943dc27e78 Add a space because regexp. 2014-08-30 22:40:32 -07:00
Parker Moore eea5921856 Fix test for Liquid rendering in Sass. 2014-08-30 21:54:50 -07:00
Parker Moore ca2e291306 prettier exceptions for cucumber. [ci skip] 2014-08-30 19:42:15 -07:00
Parker Moore 7baa56e1b2 Update history to reflect merge of #2859 [ci skip] 2014-08-30 19:34:52 -07:00