Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-30 | Revert "Fix golden test failing with pandoc >= 2.11.3 (#829)" (#830) | Alexander Batischev | 2 | -17/+1 | |
This reverts commit 87e93c6c95b86b435b532286e07b0a9b896aef8f. I screwed up with that one: the change in behaviour was a regression[1] in Pandoc, and I shouldn't have papered over it. It's fairly unlikely that someone would build Hakyll's test suite with one of the two Pandoc versions that regressed, so I simply revert my earlier commit. 1. https://github.com/jgm/pandoc/issues/6966 | |||||
2020-12-30 | Fix golden test failing with pandoc >= 2.11.3 (#829) | Alexander Batischev | 2 | -1/+17 | |
The new version started wrapping Biblio references into <p> tags, so we now keep two different golden files for different Pandoc versions. I had to add Pandoc to dependencies of the test suite, otherwise GHC won't define `MIN_VERSION_pandoc` macro. | |||||
2020-12-07 | Add golden test for Pandoc.Biblio (#827) | Alexander Batischev | 5 | -0/+688 | |
2019-08-30 | Improve error messages | Jasper Van der Jeugt | 1 | -0/+1 | |
2019-05-25 | Add option to specify date in directory structure | Taeer Bar-Yam | 1 | -0/+1 | |
2018-10-02 | Drop extension when parsing dates in filepaths | Gabriel Aumala | 1 | -0/+1 | |
Drop the file extension when parsing the date from the filepath of a resource. | |||||
2016-10-31 | Add test | Nikolaos S. Papaspyrou | 3 | -0/+16 | |
2016-08-04 | Fix partials and add a test | Jasper Van der Jeugt | 3 | -0/+13 | |
Fixes #460 | |||||
2016-07-25 | Trim instructions. TrimRd chunk might need TrimL. Trim tests. | samgd | 2 | -0/+52 | |
2014-10-27 | Better functions in templates | Jasper Van der Jeugt | 2 | -1/+3 | |
2014-03-26 | Revert "Added test case for global metadata" | Jasper Van der Jeugt | 4 | -53/+0 | |
This reverts commit 46b6f78da8ed814bef6972f4712d8b13e76c1122. Conflicts: tests/data/posts/metadata | |||||
2014-01-23 | Merge pull request #190 from krsch/master | Jasper Van der Jeugt | 4 | -0/+53 | |
Implemented per-directory metadata support | |||||
2014-01-22 | Unified code for global and external metadata | Alexey Kreshchuk | 1 | -0/+2 | |
Didn't clean up unused code though | |||||
2014-01-03 | Add a test for metadataRoute | Jasper Van der Jeugt | 1 | -0/+1 | |
2013-10-18 | Added test case for global metadata | Alexey Kreshchuk | 4 | -0/+51 | |
2013-08-10 | Add functionField again | Jasper Van der Jeugt | 2 | -0/+4 | |
2013-05-06 | Implement foreach structure | Jasper Van der Jeugt | 2 | -2/+26 | |
2013-05-03 | Added a test case for "if" statements in templates. | Ivan N. Veselov | 2 | -0/+18 | |
2013-05-03 | Added support for "$if$" statement in templates. | Ivan N. Veselov | 2 | -2/+2 | |
2013-02-16 | Add a test for compiler/route ordering | Jasper Van der Jeugt | 1 | -0/+0 | |
2012-11-27 | Allow arbitrary keys, update some tests | Jasper Van der Jeugt | 4 | -2/+4 | |
2012-11-21 | Add requireApplyTemplate and applySelf utilities | Jasper Van der Jeugt | 2 | -0/+2 | |
2012-11-20 | Re-enable some tests | Jasper Van der Jeugt | 1 | -0/+14 | |
2012-11-19 | Remove hamlet, add function fields | Jasper Van der Jeugt | 2 | -0/+2 | |
2012-11-19 | Add tests again | Jasper Van der Jeugt | 4 | -0/+12 | |