Dmitry Chestnykh
8fe25a6958
Replace directory_watcher with listen.
...
Directory_watcher consumed ~25% CPU on big Jekyll projects (depending on
the number of watched files), since it polled for changes every second.
Listen is easier on CPU, as it uses directory change notifications
provided by OS (currently OS X and Linux), falling back to polling when
they are not available.
2013-09-30 04:33:04 +02:00
Parker Moore
35336bfff4
Update history to reflect the merge of #1577 .
2013-09-27 15:12:50 -04:00
Parker Moore
26803c28db
Remove gist URL in pagination docs.
2013-09-27 15:11:59 -04:00
张君君
dd6d0b42fe
Update pagination example
2013-09-26 00:11:06 +08:00
wǒ_is神仙
d800cdcc31
Merge pull request #1 from mojombo/master
...
sync
2013-09-25 09:03:22 -07:00
Parker Moore
5badf7d53b
Update history to reflect merge of #1449
2013-09-23 22:31:38 -04:00
Parker Moore
27347596ad
Merge pull request #1449 from shigeya/config-encoding-and-yaml-opts
...
Adding "encoding" configuration (4th version)
2013-09-23 19:30:44 -07:00
Parker Moore
903be7b750
Update history to reflect merge of #1571
2013-09-23 10:17:43 -04:00
Parker Moore
c78c4159c0
Merge pull request #1571 from mojombo/non-destructive-array-concat
...
Use + instead of Array#concat
2013-09-23 07:16:41 -07:00
Matt Rogers
93b5004c48
Update history to reflect merge of #1574
2013-09-23 09:12:44 -05:00
Matt Rogers
d3cddc7c8b
Merge pull request #1574 from Aptary/simplified_css
...
Remove overly specific css from main.css in site_template
2013-09-23 07:11:46 -07:00
Edward Ball
943acc4395
Remove overly specific css from site template
2013-09-23 13:23:54 +01:00
Parker Moore
a88a63da2d
Don't use destructive Array#concat for Liquid Attribute arrays
2013-09-22 18:26:34 -04:00
Tom Preston-Werner
b0694e96d1
Removing Sparkleshare files. Thanks Sparkleshare, for that.
2013-09-20 20:02:40 -07:00
Tom Preston-Werner
1bfc10dd32
+ ‘.sparkleshare’
...
+ ‘SparkleShare.txt’
2013-09-20 19:59:03 -07:00
Shigeya Suzuki
a93b1a26eb
Documentation update for the encoding configuration
2013-09-19 12:22:50 +09:00
Shigeya Suzuki
c625ddf6cd
Invoke File.read with or without options depends on Ruby version
...
- Extract option fetch method as a separate method
- Added File.read_with_options method to use
- With performance fix
2013-09-19 12:22:50 +09:00
Shigeya Suzuki
97e052df63
Pass encoding parameter as string, not an object
2013-09-19 12:21:26 +09:00
Shigeya Suzuki
fbea3471dd
Make TestConvertible to pass with utf-8 encoding
2013-09-19 12:21:25 +09:00
Shigeya Suzuki
8b892ed735
read_yaml to accept optional parameter to override defaults
2013-09-19 12:21:25 +09:00
MURAOKA Taro
4cb24f4b87
consider a case of "site" is unavailable in Convertible
2013-09-19 12:21:25 +09:00
MURAOKA Taro
f4c2383d3c
write document for config.encoding
2013-09-19 12:21:25 +09:00
MURAOKA Taro
8a28d80690
add encoding for configuration
2013-09-19 12:21:25 +09:00
Matt Rogers
7ccb62e524
Update history to reflect merge of #1490
2013-09-18 21:36:27 -05:00
Matt Rogers
793eb96a77
Merge pull request #1490 from penibelst/allow-include-read-override
...
Extract include tag read file in a method
2013-09-18 19:34:45 -07:00
Parker Moore
bbd275840b
Update history to reflect fixing of #1561
2013-09-18 13:52:25 -04:00
Parker Moore
5f6af4c215
Add note about installing Xcode on the Mac in the Installation docs.
...
Xcode command-line tools (clang and ruby headers) are required for installing some of Jekyll's dependencies which create native extensions.
Closes #1561 .
2013-09-18 13:51:56 -04:00
Anatol Broder
f97eed544c
Change exception type in tests
2013-09-17 22:20:41 +02:00
Anatol Broder
ec85c49de3
Change exception type
2013-09-17 22:11:56 +02:00
Anatol Broder
7cec996f90
Validate the entire markup as soon as possible
2013-09-17 21:41:11 +02:00
Anatol Broder
25519b38f6
Validate file name as soon as possible
2013-09-17 20:57:01 +02:00
Anatol Broder
8017548bd0
Rename variable
2013-09-17 20:46:01 +02:00
Anatol Broder
7f62e69837
Remove obvious comment
2013-09-17 20:36:33 +02:00
Anatol Broder
e5f99e2798
Remove return
2013-09-17 20:35:18 +02:00
Anatol Broder
3e2ab58d56
Fix unruby paradigm
2013-09-17 20:34:04 +02:00
Anatol Broder
a42e57f274
Rename constants
2013-09-17 20:14:41 +02:00
Matt Rogers
f7beb6bff0
Update history to reflect merge of #1255
2013-09-16 21:38:31 -05:00
Matt Rogers
045464c8d4
Update history to reflect merge of #1553
2013-09-16 20:38:47 -05:00
Matt Rogers
0b40bd033b
Merge pull request #1553 from penibelst/change-link-liquid
...
Change links to Liquid documentation
2013-09-16 18:38:13 -07:00
Matt Rogers
bff0f9e537
Update history to reflect merge of #1556
2013-09-16 20:35:14 -05:00
Matt Rogers
de49342324
Merge pull request #1556 from maul-esel/dest-match
...
Fix up matching against source and destination when the two locations are similar.
2013-09-16 18:34:22 -07:00
Matt Rogers
454e038fad
Require 'pathname'
2013-09-16 20:29:57 -05:00
Matt Rogers
c376f345fa
Update history to reflect merge of #1539
2013-09-16 20:29:17 -05:00
Matt Rogers
52a39db029
Merge pull request #1539 from maul-esel/coveralls
...
Add support for coveralls.io coverage reports
2013-09-16 18:28:28 -07:00
Anatol Broder
3dadc94ce4
Don’t repeat yourself
2013-09-16 23:16:41 +02:00
maul.esel
0f4d646510
extend feature tests and use scenario outline
2013-09-16 15:19:29 +02:00
maul.esel
bec4a07c12
Fix handling of source-dest matching being too aggressive
...
Fixes #1130 .
2013-09-16 14:41:20 +02:00
maul.esel
f606d9339b
add features to test source and dest matching
2013-09-16 14:30:37 +02:00
Anatol Broder
891ea8f604
People can symlink it if they want in unsafe mode
2013-09-16 08:37:07 +02:00
Anatol Broder
081b974114
Resolve conflict
2013-09-16 08:19:56 +02:00