Parker Moore
ccf9d19aea
Update history to reflect merge of #892 .
2013-04-07 21:44:49 +02:00
Parker Moore
7b36d26240
Merge pull request #892 from rafaelrosafu/master
...
Added date_to_rfc822 used on RSS feeds
2013-04-07 12:43:50 -07:00
Parker Moore
7376d66af2
Upgrade pygments.rb to 0.4.2. Fixes #927
2013-04-05 19:04:10 +02:00
Parker Moore
464ea6e90c
Update history to reflect merge of #890
2013-04-05 18:48:08 +02:00
Parker Moore
483a0b68b6
Merge pull request #890 from zachgersh/abbreviated_month
...
Added abbreviated month + test.
2013-04-05 09:44:50 -07:00
Parker Moore
8e18df5b09
Merge pull request #921 from tombell/patch-1
...
Remove pygments as a dependency
2013-04-05 09:40:39 -07:00
Parker Moore
6782ac9ef5
Release 1.0.0.beta3
2013-04-04 16:15:02 +02:00
Parker Moore
28097a9ebb
Updated version to 1.0.0.beta3.
2013-04-04 16:14:54 +02:00
Tom Bell
608088105c
Remove pygments as a dependency
...
Pygments is bundled in pygments.rb it's no longer required
to be installed by the user.
2013-04-04 10:09:11 +02:00
Parker Moore
d3e92183fd
Update history to reflect merge of #909 .
2013-04-03 23:11:40 +02:00
Parker Moore
cf461ea1a5
Merge pull request #909 from x3ro/symlinked-static-files
...
Fix symlinked static files not being correctly built in unsafe mode
2013-04-03 14:10:35 -07:00
Parker Moore
cf393cb862
Using directory_watcher 1.4.1.
...
1.5.1 has issues on ubuntu.
#916 .
2013-04-03 19:03:25 +02:00
Parker Moore
5f7b9b8504
Merge pull request #916 from AlexanderEkdahl/directory_pre_load
...
Preloads directory_watcher glob
2013-04-03 09:52:36 -07:00
Parker Moore
e0a1bbe6e5
Update history to reflect inclusion of fix from #916 .
2013-04-03 00:59:25 +02:00
Alexander Ekdahl
91197a1928
Fixes for directory_watcher 1.5.x integration. Closes #916 .
2013-04-03 00:58:25 +02:00
Parker Moore
050bcbf6d1
Merge pull request #913 from dracula2000/master
...
Add code climate badge to README
2013-04-02 15:45:41 -07:00
Alexander Ekdahl
8810dc6479
Preloads directory_watcher glob
2013-04-02 17:46:07 +02:00
Brian Kim
d1de9e29d1
Add code climate badge to README
2013-04-01 16:42:53 -04:00
Parker Moore
6c6c576098
Update history to reflect merge of #910 .
2013-04-01 20:03:33 +02:00
Parker Moore
791fa3ea7d
Merge pull request #910 from x3ro/fix-import-command-parameters
...
Fix import command parameters
2013-04-01 11:02:20 -07:00
Lucas Jenss
571bdd686c
Move tests for symlinked files to separate test cases
2013-04-01 12:02:15 +02:00
Lucas Jenss
88bd349ca9
Fix import command parameters
...
Apparently, the Commander gem treats options as boolean values
when one does not indicate that a certain options is followed
by a string. This led to the jekyll-import gem only receiving
booleans instead of dbname/user/pwd...
2013-03-31 22:49:07 +02:00
Lucas Jenss
2c7325223f
Fix symlinked assets not being included, even in unsafe mode
2013-03-31 20:49:43 +02:00
Lucas Jenss
0bebe0f31c
Add test for processing of symlinked static files and pages
2013-03-31 20:20:15 +02:00
Rafael Rosa Fu
7879d2e02c
Fixed expected output from xmlschema and rfc822
2013-03-29 01:07:47 -04:00
zachgersh
e931414b77
Changed to short_month and re-ran tests.
2013-03-27 08:40:58 -07:00
Rafael Rosa Fu
186b68adb0
Added filter date_to_rfc822
...
According to the W3C RSS Feed Validator, feeds must format dates as described
on RFC-822 to be valid. Refer to their site to get more info:
http://feedvalidator.org/docs/error/InvalidRFC2822Date.html
I also added a couple of missing unit tests to the other date filters
2013-03-27 02:21:48 -04:00
zachgersh
6657f2add9
Added abbreviated month + test.
2013-03-26 23:06:34 -07:00
Parker Moore
58f64e8269
Merge pull request #885 from mattr-/remove-unused-code
...
Remove unused code
2013-03-26 04:11:30 -07:00
Matt Rogers
fa39a97bc6
Remove unused code
2013-03-25 21:22:42 -05:00
Parker Moore
0520ecb3c4
Update history to reflect merge of #883
2013-03-25 19:01:57 +01:00
Parker Moore
51e130bb79
Force usage of older directory_watcher gem as 1.5 is broken. #883
2013-03-25 19:01:28 +01:00
Aleksey V. Zapparov
196e26b580
Flatten tags and categories lists. Fixes #741 .
2013-03-19 23:16:53 +01:00
Parker Moore
0353733455
@mojombo and I are sick of Travis emails.
2013-03-19 22:38:58 +01:00
Parker Moore
a72cdc9293
Auto-regeneration fails loudly. Fixes #470 .
2013-03-19 22:31:37 +01:00
Parker Moore
d6e0e5e297
Syncing STDOUT. Fixes #625 .
2013-03-19 22:22:46 +01:00
Parker Moore
787d68f512
Release 1.0.0.beta2
2013-03-19 00:11:33 +01:00
Parker Moore
de8f0c986c
Update version for 1.0.0.beta2.
2013-03-19 00:08:56 +01:00
Parker Moore
51ec073e34
Add 0.12.1 release notes to History.txt in master. #866
2013-03-18 18:32:50 +01:00
Parker Moore
c1f309d2d7
Update history to reflect merge of #872 . Closes #842 .
2013-03-18 00:00:48 +01:00
Parker Moore
b83d0a3fa5
Merge pull request #872 from mojombo/downcase-post-cats
...
Ensure all Post categories are downcase
2013-03-17 15:59:25 -07:00
Parker Moore
73ca35ee81
Ensure all categories are downcase. Fix for #842 .
2013-03-17 23:43:37 +01:00
Parker Moore
9d814a4eb7
Add method String#force_encoding to 1.8.7
2013-03-17 23:35:46 +01:00
Parker Moore
e3192792cd
Merge branch 'master' of github.com:mojombo/jekyll
...
* 'master' of github.com:mojombo/jekyll:
Added note to highlight common pitfall/misconception regarding Pagination's capabilities.
2013-03-17 22:31:50 +01:00
Parker Moore
036fce8799
Update history to reflect merge of #555 . Closes #555 .
2013-03-17 22:29:50 +01:00
Dave Wasmer
f7f64576e5
Force encoding of the rdiscount TOC to UTF8 to avoid conversion errors
2013-03-17 22:28:52 +01:00
Parker Moore
dd7cf6511e
Merge pull request #853 from davecranwell/master
...
Pagination can't be filtered by tag or category, but this isn't clear and is often found out too late by an implementer
2013-03-17 14:24:57 -07:00
Parker Moore
677a87e437
Update history to reflect #861
2013-03-17 21:34:35 +01:00
Parker Moore
a054ce2788
Merge pull request #861 from danielgrieve/gist-tag
...
display single files from gist
2013-03-17 13:33:10 -07:00
Parker Moore
309e03b1d3
Update history to reflect merge of #871 .
2013-03-17 21:31:30 +01:00