Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-05 | Add mapContext again | Jasper Van der Jeugt | 1 | -1/+11 | |
2013-07-07 | check: unescape internal uris | Marc-Antoine Perennou | 1 | -1/+2 | |
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | |||||
2013-06-30 | Correct example code: parseGlob ==> fromGlob | uu1101 | 1 | -1/+1 | |
2013-06-17 | Merge pull request #162 from uu1101/seq-stderr | Jasper Van der Jeugt | 1 | -0/+2 | |
Deepseq stderr before closing the handle | |||||
2013-06-17 | Only add teaser when <!--more--> is there | Jasper Van der Jeugt | 2 | -20/+33 | |
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-14 | Set handle encoding as per locale | uu1101 | 1 | -0/+1 | |
2013-06-14 | Deepseq stderr before closing the handle | uu1101 | 1 | -0/+1 | |
Otherwise laziness allows for the handle to be closed withouth receiving the input. This caused that no error messages were printed when `unixFilter`s failed. | |||||
2013-06-06 | teaserContext -> teaserField | Jasper Van der Jeugt | 2 | -12/+13 | |
2013-05-24 | Merge pull request #155 from blaenk/win32-preview-fix | Jasper Van der Jeugt | 1 | -3/+43 | |
fix preview functionality on windows | |||||
2013-05-22 | finish incomplete comment | Jorge Israel Peña | 1 | -1/+1 | |
2013-05-22 | add max-retries to waitOpen and gracefully handle remove/delete events | Jorge Israel Peña | 1 | -11/+22 | |
2013-05-22 | Deploy should propagate error code | Simonas Kazlauskas | 3 | -5/+6 | |
And return 1 if neither deployCommand and deploySite is set. | |||||
2013-05-22 | fix preview functionality on windows | Jorge Israel Peña | 1 | -2/+31 | |
2013-05-21 | Clean up type declarations, use fst and <$>. | Evan Cofsky | 1 | -6/+4 | |
2013-05-20 | Have Build and Rebuild exit with a status to the shell. | Evan Cofsky | 2 | -14/+10 | |
2013-05-07 | Add partials to template system | Jasper Van der Jeugt | 4 | -6/+37 | |
2013-05-06 | Implement foreach structure | Jasper Van der Jeugt | 6 | -44/+79 | |
2013-05-06 | Paginate simplification | Jasper Van der Jeugt | 3 | -208/+136 | |
2013-05-05 | Added pagination support. | Anton Dubovik | 2 | -0/+208 | |
2013-05-05 | Logged dependencies adding for debugging purposes. | Ivan N. Veselov | 1 | -1/+5 | |
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 | 2 | -1/+33 | |
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 | Minor style changes | Jasper Van der Jeugt | 2 | -13/+11 | |
2013-05-04 | Created tests and fixed isMember function | noxx | 1 | -11/+10 | |
2013-05-04 | Added isMember to load function | noxx | 1 | -7/+3 | |
2013-05-04 | Added isMember functions for Store | noxx | 1 | -0/+22 | |
2013-05-04 | Style changes, move stuff to common parser module | Jasper Van der Jeugt | 6 | -49/+82 | |
2013-05-04 | Merge remote-tracking branch 'sphynx/master' | Jasper Van der Jeugt | 4 | -40/+75 | |
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-05-03 | Added MonadError's instance for Compiler. | Ivan N. Veselov | 1 | -0/+8 | |
2013-05-03 | Close open cache files as soon as possible | Jasper Van der Jeugt | 1 | -15/+24 | |
See #124 | |||||
2013-05-03 | More granular dependencies for routes | Jasper Van der Jeugt | 3 | -13/+29 | |
See #121 | |||||
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 | 2 | -13/+11 | |
2013-04-22 | Merge pull request #133 from simukis/scheme-relative | Jasper Van der Jeugt | 2 | -3/+9 | |
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 | 2 | -3/+9 | |
http://url.spec.whatwg.org/#concept-scheme-relative-url | |||||
2013-04-04 | Add event filtering based on pattern | Jasper Van der Jeugt | 4 | -24/+59 | |
2013-04-04 | Merge pull request #131 from simukis/fsnotify | Jasper Van der Jeugt | 2 | -50/+34 | |
Migrate to filesystem notification | |||||
2013-04-04 | Debug info for Alternative instances | Jasper Van der Jeugt | 6 | -30/+36 | |
See #126 | |||||
2013-04-03 | Update patch for 5e4adaecb | Simonas Kazlauskas | 1 | -9/+6 | |
2013-04-03 | Merge github.com:jaspervdj/hakyll into fsnotify | Simonas Kazlauskas | 8 | -40/+81 | |