2292e4268cadded tests for handling of tags and catergories, see #73 and #84
Kris Brown
2010-01-10 16:12:41 +0000
e0e4a47af1added pluralized_array method to Hash and tests
Kris Brown
2010-01-10 16:09:24 +0000
45bf0e8a33removed usages of site.ports.first in some features where a better alternative is available
Kris Brown
2010-01-10 10:30:18 +0000
6b74454a07resetting to upstream
Kris Brown
2010-01-09 18:55:07 +0000
2a7b1cbd98merged 'mojombo/master' at 'v0.5.6'
Kris Brown
2010-01-09 09:03:59 +0000
c92eb564d2Regenerated gemspec for version 0.5.6
Tom Preston-Werner
2010-01-08 19:23:35 -0800
98f3767af3Version bump to 0.5.6
Tom Preston-Werner
2010-01-08 19:23:10 -0800
602a252364add javascript mime type for webrick. fixes#98
Tom Preston-Werner
2010-01-08 18:59:35 -0800
add546f61eupdate history
Tom Preston-Werner
2010-01-08 18:27:05 -0800
8d4b96084aMerge commit 'e3bd1c88e9ad6c9d6c89a543ca72c82a289b6bd7'
Tom Preston-Werner
2010-01-08 18:19:36 -0800
60fed241cdbetter deps in readme. fixes#87. fixes#88
Tom Preston-Werner
2010-01-08 18:14:31 -0800
d020d4f2bfupdate history
Tom Preston-Werner
2010-01-08 18:09:36 -0800
473f3ffc11Merge commit '597c7a7904198d92aa5eacad356019165685c311'
Tom Preston-Werner
2010-01-08 18:08:17 -0800
4c1021d597don't prematurely terminate front matter on mid-line triple dashes. fixes#93
Tom Preston-Werner
2010-01-08 18:04:36 -0800
c89d8dd0f3allow .mkd as a markdown extension
Tom Preston-Werner
2010-01-08 17:26:48 -0800
52b82af6e2update history
Tom Preston-Werner
2010-01-08 17:21:26 -0800
1adf9a7c64Merge commit 'krisb/fix_for_test_redcloth_version'
Tom Preston-Werner
2010-01-08 17:19:41 -0800
59ee8a6869Regenerated gemspec for version 0.5.5
Tom Preston-Werner
2010-01-08 16:12:44 -0800
c569f5e641Version bump to 0.5.5
Tom Preston-Werner
2010-01-08 16:12:09 -0800
5a37e0d96eupdate history
Tom Preston-Werner
2010-01-08 16:11:47 -0800
7806a0d6bbseparated up the attrs required by convertible and made tags and categories always non-nil as empty front matter entries could cause them to be nil
Kris Brown
2010-01-06 15:19:39 +0000
5c17d6266dremoved usages of site.posts.first in some features where a better alternative is available
Kris Brown
2010-01-06 12:59:18 +0000
d25f419159updated History.txt with recent changes
Kris Brown
2010-01-06 08:55:08 +0000
b8c04dfb6dMerge branch 'jamie/master'
Kris Brown
2010-01-05 22:59:43 +0000
d80c643681Merge branch 'fix_for_render_order_issue71'
Kris Brown
2010-01-05 22:21:58 +0000
0d69e9346bMerge branch 'fix_for_test_redcloth_version'
Kris Brown
2010-01-05 22:21:22 +0000
45e13cf46fupdated gemspec for my clone
Kris Brown
2010-01-05 21:43:58 +0000
0cb1ebcda1split process handling into phases to allow pages to have access to full and complete site payload and added some test improvements
Kris Brown
2010-01-03 22:20:20 +0000
b5916caf4badded scenario to test correct site generation for a site with layouts, pages, posts and files
Kris Brown
2010-01-05 09:43:17 +0000
5ea06f3ad9fixes issue #78, including comprehensive scenarios and tests
Kris Brown
2010-01-04 09:39:54 +0000
39a487cdf0redcloth set to >= 4.2.1
Kris Brown
2010-01-02 13:17:58 +0000
b1a055f10dCall File.expand_path on source so liquid can see _includes in subdirectories
Alex Young
2009-11-30 17:27:57 +0000
fab5a715c5safely allow loading jekyll customizations from inside a site
Jamie Macey
2009-11-29 13:25:00 -0500
597c7a7904changes to stdout and -err - tests and behaviour
Gregor Schmidt
2009-11-24 21:40:56 +0100
52fbd940c3Merging in eugenebolshakov/permalinks_for_pages
Nick Quaranto
2009-06-22 18:32:18 -0400
750b5f5cb8Keeping the history up to date with Chrononaut and ujh's fixes
Nick Quaranto
2009-06-22 18:11:15 -0400
606269b33cMerge commit 'ujh/master'
Nick Quaranto
2009-06-22 18:06:40 -0400
414dfbe26eRuby 1.9 issue, must explicitly run to_s on the err object. Closes#14.
Bjørn Arild Mæland
2009-06-03 13:20:45 +0200
0a1e3cd250stop sorting post categories so they show up in order in the url
Thomas Jack
2009-06-08 19:26:29 -0500
535d78de7dchange features and tests to make sure categories in urls follow the order specified by directory layout or in yaml
Thomas Jack
2009-06-08 19:26:03 -0500
8379958d95Order posts by slug name if the date is the same
Urban Hafner
2009-06-03 08:48:16 +0300
d8d7ae3f0eFeature that should test ordering of titles on the same day
Urban Hafner
2009-06-02 20:36:11 +0300
5bbdf2239dFeature for the pagination templating
Urban Hafner
2009-06-02 11:11:04 +0300
937efcf8b8Feature for the last fix
Urban Hafner
2009-06-02 10:58:53 +0300
a116eaf0eeAs we are couting the pages from 1 we have to continue until pages+1
Urban Hafner
2009-06-02 10:44:34 +0300
486ae25fc1Validating the configuration loads properly and is a hash, based on jrk's implementation. Closes#22.
Nick Quaranto
2009-05-31 21:33:27 -0400
86b1450234Adding tags to the site payload. Derived mostly from Henrik's implementation in 072d9e7
Nick Quaranto
2009-05-18 18:27:12 -0400
99098dd8c7Removing the extremely brittle generated_site test and moving the tags check into post.rb so pages don't break
Nick Quaranto
2009-05-18 17:52:05 -0400
102f6be6a2Added tags to posts. Based off Henrik's implementation in 072d9e7.
Nick Quaranto
2009-05-18 08:58:24 -0400
921aee23d3Removing topics for good
Nick Quaranto
2009-05-18 08:20:29 -0400
285f0aa327Removing TODO. Use GitHub issues instead for this kind of stuff.
Nick Quaranto
2009-05-18 08:12:51 -0400
49c39f43a1the index page should always have index.html permalink no matter what
eugenebolshakov
2009-05-10 15:29:05 +0400
ee0167d706Made pages respect permalinks style and permalinks in yml front matter
eugenebolshakov
2009-05-08 10:40:11 +0400
605adf88d5Shoulda-izing the pager test and correcting some formatting issues
Nick Quaranto
2009-05-09 11:23:45 -0400
e1dbda47edMerging in calavera's pagination branch
Nick Quaranto
2009-05-09 11:44:34 -0400
8a11c0e92aEnsure Regexp for today's time is escaped, as time formats can contain pluses and other Regexp unfriendly characters, causing the Scenario 'Use site.time variable' to fail.
Tom Ward
2009-05-07 23:11:26 +0100
6f90939221Fixing readme formatting issues
Nick Quaranto
2009-05-08 05:39:17 -0700
8a926d4f29Bumping gemspec for 0.5.1
Nick Quaranto
2009-05-06 12:37:24 -0700
a42690dd38Freezing to RedCloth 4.1.0 just for the tests
Nick Quaranto
2009-05-06 12:31:29 -0700
d948e0da91Removing RedCloth gem lock and adding notes in for deps
Nick Quaranto
2009-05-06 12:05:11 -0700
35a467117eUsing CGI.escapeHTML instead of manually replacing a few characters for xml_escape
Nick Quaranto
2009-05-03 08:40:13 -0400
6968346703Added cgi_escape filter
Martin Vilcans
2009-05-02 00:44:33 +0200
445347e259Updating history with latest additions
Nick Quaranto
2009-05-01 08:31:52 -0400
53368cc3e1Making sure excludes can work with a YAML array
Nick Quaranto
2009-05-01 08:28:00 -0400
252ca94b81Merging in duritong's exclude branch
Nick Quaranto
2009-05-01 07:59:40 -0400
80a229aef2Joining the license together.
Nick Quaranto
2009-04-30 08:27:23 -0400
5a1d736242Updating README with links to the wiki
Nick Quaranto
2009-04-30 08:23:30 -0400
26f9ad3d98Testing for RedCloth notextile issue and locking to 4.1.0, which parses the tag correctly
Nick Quaranto
2009-04-29 08:35:27 -0400