Age | Commit message (Expand) | Author | Files | Lines |
2014-01-03 | Fix issue with metadataRoute for composed routes | Jasper Van der Jeugt | 1 | -5/+13 |
2013-12-05 | Revert "Throw an error in case of duplicate compilers" | Jasper Van der Jeugt | 2 | -19/+6 |
2013-11-22 | Throw an error in case of duplicate compilers | Jasper Van der Jeugt | 2 | -6/+19 |
2013-11-18 | Detect change if metadata file is deleted | Jasper Van der Jeugt | 1 | -1/+3 |
2013-09-29 | Enable Pandoc highlighting by default | Jasper Van der Jeugt | 1 | -0/+3 |
2013-09-18 | updated to work with pandoc 1.12 | Jorge Israel Peña | 1 | -9/+6 |
2013-09-16 | Fix incorrect output of toSiteRoot on Windows. | Saeid Al-Wazzan | 1 | -1/+1 |
2013-08-29 | add preview port Configuration field | Jorge Israel Peña | 2 | -7/+13 |
2013-08-28 | * Preview now shows the deprecation message and calls watch. | Eric Stolten | 2 | -9/+10 |
2013-08-25 | 1. Added the WATCH_SERVER flag that is enabled by default | Eric Stolten | 2 | -30/+39 |
2013-08-20 | Merge branch 'upstream-master' | Eric Stolten | 4 | -4/+10 |
2013-08-20 | Added a watch command that will continually poll for changes and rebuild them. | Eric Stolten | 2 | -4/+42 |
2013-08-16 | Change type: metadataField :: Context a | Jasper Van der Jeugt | 1 | -1/+1 |
2013-08-14 | Fix versions & metadata loading issue | Jasper Van der Jeugt | 3 | -3/+9 |
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-07-07 | check: unescape internal uris | Marc-Antoine Perennou | 1 | -1/+2 |
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 |
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 |
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 |
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 |
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 |
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 | 2 | -206/+134 |
2013-05-05 | Added pagination support. | Anton Dubovik | 1 | -0/+206 |
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 |
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 |