Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |
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 |
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 |
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 |
2013-04-21 | Fix indent | Ian Ross | 1 | -1/+1 |
2013-04-21 | Improve tag handling API | Ian Ross | 1 | -24/+97 |
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 |
2013-04-04 | Debug info for Alternative instances | Jasper Van der Jeugt | 1 | -1/+1 |
2013-03-16 | Merge pull request #123 from simukis/utc-update | Jasper Van der Jeugt | 1 | -13/+25 |
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 |
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 |
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 |
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 |
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 |
2012-12-25 | Add demoteHeaders, refactor a bit | Jasper Van der Jeugt | 6 | -117/+151 |
2012-12-17 | Bit of template docs | Jasper Van der Jeugt | 1 | -0/+4 |
2012-12-15 | Rename pageCompiler to pandocCompiler | Jasper Van der Jeugt | 2 | -93/+34 |
2012-12-13 | Rename require to load, thanks @ddfreyne | Jasper Van der Jeugt | 1 | -6/+6 |