Alexander Köplinger
6055f112fb
Incorporate code review feedback
2014-11-30 14:52:16 +01:00
Alexander Köplinger
a0da18e4f8
Incorporate code review feedback
2014-11-30 14:30:22 +01:00
Alexander Köplinger
98405edf61
Add a Jekyll doctor warning for URLs that only differ by case
...
Those URLs are problematic on case-insensitive file systems because one of the URLs is overwritten by the other.
Fixes #3035
2014-11-29 15:14:44 +01:00
Aidan Feldman
0662d31bf6
fix jsonify filter when used with boolean values
2014-11-26 02:40:41 -06:00
Brandon Bradley
e546eb3e9f
force markdown regexp to match the full extension
2014-11-24 20:08:31 -06:00
Parker Moore
5b77d02e3b
Merge pull request #3141 from jekyll/bundle-require-is-borking-pygments
...
Fix Bundler-integration Plugin Manager
2014-11-23 14:18:06 -08:00
Parker Moore
c2b24e82e5
Refactor the case statement in highlighter for better readability. [ci skip]
2014-11-23 14:17:21 -08:00
Parker Moore
10030ae8cd
Put that Bundle.require statement back.
2014-11-23 14:13:47 -08:00
Parker Moore
ef53e677a4
Better tests for plugin manager.
2014-11-23 13:14:51 -08:00
Parker Moore
b1bba1945a
Prepare for a v2.5.2 release.
2014-11-22 15:37:07 -08:00
Parker Moore
d17b80bf2a
Keep track of the required gems.
2014-11-22 12:38:36 -08:00
Parker Moore
60202782ea
Only try bundler if the Gemfile is there.
2014-11-16 21:21:50 -08:00
Parker Moore
32b14d6402
First, setup Bundler. Then, require it.
...
Per a conversation in
https://github.com/bundler/bundler/issues/3252#issuecomment-63208769
2014-11-16 21:18:23 -08:00
Parker Moore
687b9cdf19
Merge pull request #3058 from alfredxing/fix-post-url-equality
2014-11-16 20:19:37 -08:00
Parker Moore
314fb875b5
Merge pull request #3089 from jekyll/remove-duplication-in-regexp
2014-11-12 18:46:44 -08:00
Alfred Xing
d4c15efff9
Cache name matching regex
2014-11-11 17:35:09 -08:00
Alfred Xing
06750b8502
Print error message in renderer
2014-11-10 11:45:56 -08:00
Parker Moore
bd907c5be6
Remove duplicate regexp phrase: ^\A.
...
Addresses @mastahyeti's comment in #3077 : https://github.com/jekyll/jekyll/pull/3077#discussion_r20077150
2014-11-10 11:36:05 -08:00
Alfred Xing
84cef2202d
Remove duplicate 'Conversion error:' message
2014-11-10 09:12:51 -08:00
Alfred Xing
eaa132c65b
Fall back to old method with deprecation warning
2014-11-09 11:55:47 -08:00
Parker Moore
22d11bef2d
Prepare a 💎 v2.5.1 release.
2014-11-08 22:29:47 -08:00
Parker Moore
067f8b6be7
Strip the drive name from both paths when checking the prefix.
2014-11-08 13:10:28 -08:00
Parker Moore
e11fb4d427
Merge pull request #3067 from jekyll/specify-log-level
2014-11-06 12:05:07 -08:00
Parker Moore
5b54f78875
Allow users to specify the log level via JEKYLL_LOG_LEVEL.
2014-11-06 12:03:07 -08:00
Parker Moore
989c70fe4a
In the case that a Gemfile does not exist, ensure Jekyll doesn't fail.
2014-11-06 10:48:09 -08:00
Parker Moore
a0afa19e9a
Release 💎 v2.5.0
2014-11-05 22:07:23 -08:00
Parker Moore
13bb7360c0
Merge pull request #2865 from jekyll/some-kind-of-bundler-thingy
2014-11-05 22:01:37 -08:00
Parker Moore
5a350788e7
Test JEKYLL_NO_BUNDLER_REQUIRE.
2014-11-05 21:04:34 -08:00
Sean Collins
5a288e7de4
Add 'b' and 's' aliases for build and serve, respectively
2014-11-05 23:13:08 -05:00
Parker Moore
8ee1b2a1fd
Finish up the plugin manager
...
And so it shall be.
2014-11-05 19:29:54 -08:00
Parker Moore
b0a7f9c8c9
Require plugins from Gemfile :jekyll_plugins group.
2014-11-05 18:50:38 -08:00
Parker Moore
34de676713
Require gems in :jekyll_plugins group in a Gemfile in unsafe mode.
...
Replaces #1658 . /cc @imathis
2014-11-05 18:39:54 -08:00
Parker Moore
9a15a09028
Add {{ | jsonify }} support for hashes.
2014-11-05 11:37:34 -08:00
Alfred Xing
50d0fc3c85
Match post.name instead of slugs and dates
2014-11-04 16:13:04 -08:00
Parker Moore
90cddade53
Commit the paths one by one to Jekyll.sanitized_path with the proper initial base.
...
Prevents errors like these:
[39/78] TestPost#test_: A Post processing posts should not be writable outside of destination. /Users/parker/jekyll/jekyll/test/dest
/Users/parker/jekyll/jekyll/test/dest/Users/parker/jekyll/baddie.html
= 0.01 s
1) Failure:
TestPost#test_: A Post processing posts should not be writable outside of destination. [/Users/parker/jekyll/jekyll/test/test_post.rb:152]:
Failed assertion, no message given.
2014-11-03 22:27:55 -08:00
Parker Moore
2ee8d690c4
More conversion of Jekyll.sanitized_path ~> site.in_(source|dest)_dir
2014-11-03 22:16:48 -08:00
Parker Moore
ca40c771d0
Only allow CWD _layouts outside of safe mode.
2014-11-03 22:16:48 -08:00
Parker Moore
4bccbdead4
If no overrides are passed in, just default to a Hash.
2014-11-03 22:16:48 -08:00
Parker Moore
68e9c84a18
Flatten paths sent into `#in_dest_dir`
2014-11-03 22:16:48 -08:00
Parker Moore
f7b1782294
Fix post.rb permalink stuff in light of merge of #2925 .
2014-11-03 22:16:48 -08:00
Parker Moore
656e772388
Cache the related posts most_recent_posts
...
/cc @mattr- is this safe to do, you think? it only happens at render
time...
2014-11-03 22:16:47 -08:00
Parker Moore
817f6cb658
Fix problem where entries weren't stripped of their trailing slashes.
2014-11-03 22:16:47 -08:00
Parker Moore
179b5ab193
Use site.in_source_dir as @mastahyeti suggested
2014-11-03 22:16:47 -08:00
Parker Moore
b4a2788626
Just swallow it if there is no content for the excerpt to parse.
2014-11-03 22:16:47 -08:00
Parker Moore
3762878381
Correctly access the StaticFile's site variable.
2014-11-03 22:16:47 -08:00
Parker Moore
9cbc24fce5
More safety. 🔒
2014-11-03 22:16:47 -08:00
Parker Moore
461e16f8bc
More tests are passing. Hooray.
2014-11-03 22:15:40 -08:00
Parker Moore
0bc88975c8
More removal of File.join
2014-11-03 22:15:40 -08:00
Parker Moore
98182aab4a
Use site.in_source_dir in Collection.
2014-11-03 22:15:40 -08:00
Parker Moore
3a3be7e5a7
Add Site#in_dest_dir
2014-11-03 22:15:40 -08:00