atomicules
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
References #4525
2016-02-15 21:22:50 +00:00
Parker Moore
9dc273ca50
Release 💎 3.1.1
2016-01-29 15:12:29 -08:00
Parker Moore
39ac364b2c
CoC must be redirected from an HTML link due to bug in jekyll-redirect-from
...
https://github.com/jekyll/jekyll-redirect-from/pull/96
2016-01-29 15:12:17 -08:00
Parker Moore
c6dde4af51
Merge pull request #4423 from jekyll/release-3-1-1
...
Release 💎 v3.1.1
2016-01-29 15:10:54 -08:00
Parker Moore
6fbd965509
Update site/latest_version.txt
2016-01-28 21:08:26 -08:00
Parker Moore
bfee5c5b59
Release 💎 v3.1.1
2016-01-28 20:36:51 -08:00
jekyllbot
1d1ffdff9b
Update history to reflect merge of #4404 [ci skip]
2016-01-28 17:20:34 -08:00
jekyllbot
00d753612c
Merge pull request #4404 from jekyll/bom-it
...
Merge pull request 4404
2016-01-28 17:20:33 -08:00
Parker Moore
eb5be62cba
Upgrade 2-3 docs, include note about getting one single collection
...
Yay, @pathawks! https://github.com/jekyll/jekyll/issues/4392#issuecomment-174369983
2016-01-28 17:19:24 -08:00
Parker Moore
98a64c8783
Merge pull request #4419 from chrisfinazzo/punctuation
...
Small style fix
2016-01-28 14:37:36 -08:00
Parker Moore
cc390d1a80
Merge pull request #4422 from kpym/patch-1
...
Correct indent in yaml preamble
2016-01-28 14:31:57 -08:00
jekyllbot
0deae96a75
Update history to reflect merge of #4409 [ci skip]
2016-01-28 14:21:41 -08:00
jekyllbot
0b32252506
Merge pull request #4409 from alfredxing/fix-test-stdout
...
Merge pull request 4409
2016-01-28 14:21:40 -08:00
Kroum Tzanev
5d126350d6
Correct indent in yaml preamble
2016-01-28 22:20:40 +01:00
chrisfinazzo
8592aed284
Small style fix
2016-01-28 10:45:16 -05:00
Alfred Xing
5fc48ffcb9
Suppress stdout in liquid profiling test
...
The test was spewing out some whitespace
2016-01-27 14:06:48 -08:00
jekyllbot
e898b6e8bd
Update history to reflect merge of #4403 [ci skip]
2016-01-27 11:01:26 -08:00
jekyllbot
6cd393c8ef
Merge pull request #4403 from jekyll/page.dir-must-have-slash
...
Merge pull request 4403
2016-01-27 11:01:25 -08:00
Parker Moore
b1868983c7
Add test for Page#dir in :date/nil modes
2016-01-27 08:44:59 -08:00
Parker Moore
9daebe8dd2
Use improved Page#dir
2016-01-27 08:32:36 -08:00
Parker Moore
b70ee10198
Add benchmarks for Page#dir
2016-01-27 08:28:41 -08:00
Parker Moore
aad54c9a87
Add Utils.merged_file_read_opts to unify reading & strip the BOM
2016-01-26 17:08:54 -08:00
Parker Moore
38b64faeb2
Page#dir: ensure it ends in a slash
2016-01-26 16:44:30 -08:00
Jordon Bedwell
ce77fe6488
Update history.markdown to reflect the merger of #4402
2016-01-26 06:55:55 -06:00
Jordon Bedwell
a13102f039
Merge pull request #4402 from davidcelis/update-code-of-conduct
...
Update the Code of Conduct to the latest version
2016-01-26 06:54:59 -06:00
David Celis
ea5e3d56f5
Update the Code of Conduct to the latest version
...
The Contributor Code of Conduct is now at version 1.3.0 and has several
changes. Many of these are simply wording changes, but an important note
is added that project maintainers must maintain confidentiality when
dealing with any code of conduct violations. Additionally, a note is
added that states violations will be investigated and dealt with in a
way that is deemed necessary and appropriate based on the circumstances.
Signed-off-by: David Celis <me@davidcel.is>
2016-01-25 18:40:16 -08:00
jekyllbot
74fb4aca16
Update history to reflect merge of #4401 [ci skip]
2016-01-25 15:49:23 -08:00
jekyllbot
a4ba8246d7
Merge pull request #4401 from jekyll/fix-documents-with-permalink-with-slash
...
Merge pull request 4401
2016-01-25 15:49:22 -08:00
Parker Moore
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
Parker Moore
e940dd1be4
Site: make github-pages project page url structure refer to site.github.url
2016-01-25 14:09:22 -08:00
Parker Moore
29da9024ca
Today, not yesterday.
2016-01-24 13:17:38 -08:00
Parker Moore
778fa4cc0e
Release 💎 3.1.0
2016-01-24 13:13:53 -08:00
Parker Moore
55910f19c3
Merge branch 'master' of github.com:jekyll/jekyll
...
* 'master' of github.com:jekyll/jekyll:
Make our .travis.yml a little easier to maintain.
Update History.markdown to reflect the merger of #4394
Minor spelling error
2016-01-24 13:13:21 -08:00
Parker Moore
368f5b67a9
Release 💎 3.1.0
2016-01-24 13:13:15 -08:00
Jordon Bedwell
c5818d1837
Make our .travis.yml a little easier to maintain.
2016-01-24 09:50:02 -06:00
Jordon Bedwell
ab8f2d6bb1
Update History.markdown to reflect the merger of #4394
2016-01-24 08:40:31 -06:00
Jordon Bedwell
7b5febdcd5
Merge pull request #4394 from j26design/patch-1
...
Minor spelling error
2016-01-24 08:39:35 -06:00
John Perry
96b80b1a72
Minor spelling error
2016-01-23 23:27:17 -07:00
Parker Moore
4b827e1797
Release 💎 3.1.0.pre.rc3
2016-01-22 13:15:41 -08:00
jekyllbot
4d138c9ab5
Update history to reflect merge of #4195 [ci skip]
2016-01-22 13:13:19 -08:00
jekyllbot
ccb382679a
Merge pull request #4195 from jekyll/pull/cleanup-document__post_read
...
Merge pull request 4195
2016-01-22 13:13:18 -08:00
jekyllbot
6d67e9bdd4
Update history to reflect merge of #4388 [ci skip]
2016-01-22 13:01:05 -08:00
jekyllbot
512c7fdb05
Merge pull request #4388 from jekyll/fix-page.class-access
...
Merge pull request 4388
2016-01-22 13:01:04 -08:00
Parker Moore
2b8de59717
remove merge conflict
2016-01-22 09:38:34 -08:00
Parker Moore
afff4f0bec
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.
2016-01-22 09:37:58 -08:00
Parker Moore
5878acaaf1
Document#post_read: only overwrite slug & ext if they aren't set by YAML
2016-01-22 09:36:55 -08:00
Parker Moore
6c40c7f553
collections.feature: check for 0 exit status always
2016-01-22 09:36:37 -08:00
Parker Moore
ba1cfab73c
step_definitions: fixture collections should copy _thanksgiving
2016-01-22 09:36:25 -08:00
Parker Moore
8204e479c3
add Utils.strip_heredoc
2016-01-22 09:11:56 -08:00
Jordon Bedwell
67f842546e
Fix #4191 : Reduce Document#post_read complexity slightly.
2016-01-22 09:11:56 -08:00