Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-16 | Change type: metadataField :: Context a | Jasper Van der Jeugt | 1 | -1/+1 | |
Closes #175 | |||||
2013-08-13 | Explode when using mapContext over ListField | Jasper Van der Jeugt | 1 | -3/+5 | |
2013-08-10 | Add functionField again | Jasper Van der Jeugt | 2 | -1/+11 | |
2013-08-05 | Add mapContext again | Jasper Van der Jeugt | 1 | -1/+11 | |
2013-06-17 | Only add teaser when <!--more--> is there | Jasper Van der Jeugt | 1 | -3/+7 | |
2013-06-16 | Make toUri sanitise all characters needed | Simonas Kazlauskas | 1 | -4/+6 | |
2013-06-15 | Sanitize URLs in toUrl | Jasper Van der Jeugt | 1 | -2/+10 | |
Closes #163 | |||||
2013-06-06 | teaserContext -> teaserField | Jasper Van der Jeugt | 1 | -11/+13 | |
2013-05-07 | Add partials to template system | Jasper Van der Jeugt | 3 | -5/+36 | |
2013-05-06 | Implement foreach structure | Jasper Van der Jeugt | 5 | -43/+78 | |
2013-05-06 | Paginate simplification | Jasper Van der Jeugt | 2 | -206/+134 | |
2013-05-05 | Added pagination support. | Anton Dubovik | 1 | -0/+206 | |
2013-05-04 | Changed the teaser separator to "more" to use the same format as WordPress does. | Ivan N. Veselov | 1 | -1/+1 | |
2013-05-04 | Added a comment explaining "teaserContext" function. | Ivan N. Veselov | 1 | -0/+3 | |
2013-05-04 | Added "teasers" support to be used in posts index. | Ivan N. Veselov | 1 | -1/+13 | |
Just add "<!-- teaser_end -->" to separate the teaser and the rest of the article and use "$teaser$" key in the template! Closes issue #35. | |||||
2013-05-04 | Style changes, move stuff to common parser module | Jasper Van der Jeugt | 3 | -45/+47 | |
2013-05-03 | Removed unnecessary import. | Ivan N. Veselov | 1 | -1/+1 | |
2013-05-03 | Added support for "$if$" statement in templates. | Ivan N. Veselov | 3 | -40/+67 | |
2013-04-29 | Merge pull request #138 from christopheryoung/master | Jasper Van der Jeugt | 1 | -1/+1 | |
Documentation tweaks: two small typos and $PATH variable documentation for OS X | |||||
2013-04-23 | Adding in the short form date parsing | Parnell Springmeyer | 1 | -0/+1 | |
2013-04-22 | Micro cleanup | Jasper Van der Jeugt | 1 | -10/+8 | |
2013-04-22 | Merge pull request #133 from simukis/scheme-relative | Jasper Van der Jeugt | 1 | -1/+1 | |
Account for scheme-relative URLs | |||||
2013-04-21 | Fix indent | Ian Ross | 1 | -1/+1 | |
2013-04-21 | Improve tag handling API | Ian Ross | 1 | -24/+97 | |
Expose function tagsFieldWith and renderTagCloudWith to provide more flexible tag rendering APIs; add tagCloudField and tagCloudFieldWith to provide context-based facility for tag cloud rendering. | |||||
2013-04-21 | Add "data" as a URL attribute | Ian Ross | 1 | -1/+1 | |
2013-04-12 | Fix typo | Christopher Young | 1 | -1/+1 | |
2013-04-04 | Account for scheme-relative URLs | Simonas Kazlauskas | 1 | -1/+1 | |
http://url.spec.whatwg.org/#concept-scheme-relative-url | |||||
2013-04-04 | Debug info for Alternative instances | Jasper Van der Jeugt | 1 | -1/+1 | |
See #126 | |||||
2013-03-16 | Merge pull request #123 from simukis/utc-update | Jasper Van der Jeugt | 1 | -13/+25 | |
Support timezones | |||||
2013-03-16 | Support timezones as well | Simonas Kazlauskas | 1 | -7/+24 | |
2013-03-16 | renderDateField does not exist | Simonas Kazlauskas | 1 | -6/+1 | |
2013-03-16 | `chronological` docs update | Simonas Kazlauskas | 1 | -3/+2 | |
`chronological` now respects metadata too and uses same method as dateField to get date for sorting. | |||||
2013-03-07 | Add utility getMetadataField | Jasper Van der Jeugt | 1 | -2/+2 | |
2013-02-23 | Fix unused imports warnings | Jasper Van der Jeugt | 1 | -3/+1 | |
2013-02-23 | Fix code style | Simonas Kazlauskas | 1 | -4/+6 | |
2013-02-23 | Generalize getTimeUTC, chronological, recentFirst | Simonas Kazlauskas | 2 | -6/+8 | |
2013-02-23 | chronological, recentFirst now respects metadata | Simonas Kazlauskas | 1 | -5/+10 | |
Solves #111 | |||||
2013-02-09 | Start provider rewrite | Jasper Van der Jeugt | 1 | -2/+1 | |
2013-01-28 | Fix .tex.lhs patch, add some test cases | Jasper Van der Jeugt | 1 | -3/+7 | |
2013-01-28 | Read second extension to find our inner .lhs format | Alexander Vershilov | 1 | -20/+20 | |
.md.lhs -> will be read as markdown + lhs .tex.lhs -> will be read as latex +lhs markdown format is default | |||||
2013-01-26 | Export renderTags as well | Jasper Van der Jeugt | 1 | -7/+4 | |
2013-01-26 | Export the Tags datatype constructor | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-01-20 | Fix issue with tagsoup renderTags | Jasper Van der Jeugt | 1 | -3/+11 | |
2013-01-20 | Update to use pandoc 1.9 | Jasper Van der Jeugt | 2 | -41/+48 | |
2013-01-16 | Export getItemUTC for convenience | Jasper Van der Jeugt | 1 | -6/+10 | |
2013-01-16 | Add applyJoinTemplateList, and a test for it | Jasper Van der Jeugt | 2 | -12/+35 | |
2013-01-14 | Append missingField before applying templates | Jasper Van der Jeugt | 1 | -6/+5 | |
This gives better errror messages in some cases | |||||
2013-01-06 | Add create in addition to match | Jasper Van der Jeugt | 1 | -1/+1 | |
2012-12-29 | Draft tool to check internal links | Jasper Van der Jeugt | 1 | -12/+20 | |
2012-12-29 | Move preview modules | Jasper Van der Jeugt | 2 | -83/+0 | |