Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-17 | Merge pull request #464 from yogsototh/fix-feed-with-cdata | Jasper Van der Jeugt | 1 | -1/+7 | |
Fix feed generator when item contains CDATA | |||||
2016-08-18 | Fix feed generator when item contains CDATA | Yann Esposito (Yogsototh) | 1 | -1/+7 | |
2016-08-15 | Also trim whitespace around colons. | Nicole Rauch | 1 | -2/+2 | |
2016-08-14 | Removed two compiler warnings (unnecessary imports). | Nicole Rauch | 1 | -2/+0 | |
2016-08-14 | Unified the constant cases in all three functions. | Nicole Rauch | 1 | -8/+8 | |
2016-08-14 | Extracted a helper method because it was defined locally twice. | Nicole Rauch | 1 | -8/+11 | |
2016-08-14 | Do not strip comments that are inside constants. | Nicole Rauch | 1 | -0/+2 | |
2016-08-14 | Compressed the code by grouping the guards together. | Nicole Rauch | 1 | -9/+6 | |
2016-08-14 | We must avoid the compression of whitespace in constants by handling it in ↵ | Nicole Rauch | 1 | -1/+9 | |
the same way. | |||||
2016-08-14 | Improved the compaction a bit more. | Nicole Rauch | 1 | -2/+1 | |
2016-08-14 | Compacted the code by unifying all the similar prefix options. | Nicole Rauch | 1 | -9/+6 | |
2016-08-14 | We need to constantly check whether we are at the start of a constant, not ↵ | Nicole Rauch | 1 | -5/+11 | |
just once. | |||||
2016-08-14 | Whitespace in certain kinds of string constants is no longer eliminated. | Nicole Rauch | 1 | -6/+22 | |
2016-08-04 | Fix partials and add a test | Jasper Van der Jeugt | 1 | -2/+2 | |
Fixes #460 | |||||
2016-08-03 | Reorganise template module hierarchy | Jasper Van der Jeugt | 4 | -428/+448 | |
2016-07-25 | s/that/that the/ | samgd | 1 | -1/+1 | |
2016-07-25 | Fix merge conflicts | samgd | 3 | -19/+40 | |
2016-07-25 | Trim instructions. TrimRd chunk might need TrimL. Trim tests. | samgd | 2 | -6/+44 | |
2016-07-24 | Fix module layout | samgd | 3 | -204/+100 | |
2016-07-24 | Working trimming but module loop and formatting req. | samgd | 3 | -124/+252 | |
2016-07-23 | Canonicalize file + initial if/for planning | samgd | 1 | -0/+86 | |
2016-07-23 | Expr trimming. '-' binds to '$'. | samgd | 1 | -5/+8 | |
2016-07-23 | Partial trimming | samgd | 1 | -5/+11 | |
2016-07-23 | For trimming | samgd | 1 | -6/+18 | |
2016-07-23 | Include file name in error messages | Lorenzo | 3 | -5/+19 | |
2016-07-23 | If Trim parsing | samgd | 1 | -11/+61 | |
2016-07-22 | Merge remote-tracking branch 'upstream/master' | Lorenzo | 1 | -1/+1 | |
2016-07-22 | Add Trim_ data constructors. Add If test for Trim | samgd | 1 | -6/+10 | |
2016-07-22 | Fail if template is not parsed until eof | Lorenzo | 1 | -3/+10 | |
This should fix the second problem in #376. | |||||
2016-07-22 | Fixes https://github.com/jaspervdj/hakyll/issues/323 we have less ↵ | Luca Molteni | 1 | -1/+1 | |
compression but we preserve correct CSS semantic | |||||
2016-04-29 | src/Hakyll/Web/Paginate.hs: Fix build failure | Sergei Trofimovich | 1 | -1/+1 | |
The code tried to generate Show instance for a function. I don't know where it used to come from but it's not there anymore. Build fails as: [48 of 49] Compiling Hakyll.Web.Paginate ( src/Hakyll/Web/Paginate.hs, dist/build/Hakyll/Web/Paginate.o ) src/Hakyll/Web/Paginate.hs:40:17: No instance for (Show (PageNumber -> Identifier)) (maybe you haven't applied enough arguments to a function?) arising from the second field of ‘Paginate’ (type ‘PageNumber -> Identifier’) Possible fix: use a standalone 'deriving instance' declaration, so you can specify the instance context yourself When deriving the instance for (Show Paginate) Change drops Show instance as it's not very useful. Signed-off-by: Sergei Trofimovich <siarheit@google.com> | |||||
2016-04-28 | Remove Show instance for Tags | Jasper Van der Jeugt | 1 | -1/+1 | |
Fixes #420 | |||||
2016-04-07 | Merge pull request #402 from Nicowcow/snippet-include | Jasper Van der Jeugt | 1 | -0/+17 | |
Add Snippet expression for snippet includes | |||||
2016-04-06 | Add Snippet expression for snippet includes | Nicolas Mattia | 1 | -0/+17 | |
2016-04-06 | Clean warnings | Jasper Van der Jeugt | 6 | -14/+8 | |
2016-04-06 | Initial YAML support | Jasper Van der Jeugt | 3 | -22/+17 | |
See #225 | |||||
2016-01-31 | Merge pull request #385 from bergus/template | Jasper Van der Jeugt | 1 | -1/+9 | |
templateCompiler compiles resource body only | |||||
2015-11-20 | Item context has precedence before feed context | Yuriy Syrovetskiy | 1 | -2/+2 | |
2015-10-24 | templateBodyCompiler compiles resource body only | Bergi | 1 | -1/+9 | |
and becomes the new default, instead of templateCompiler fixes #378 | |||||
2015-10-24 | Export getModificationTime | Jasper Van der Jeugt | 1 | -2/+13 | |
2015-08-16 | Add "poster" as a URL attribute | Duncan | 1 | -1/+1 | |
2015-08-01 | Allow time 1.4.* | Adam Bergmark | 2 | -4/+12 | |
2015-06-30 | Allow empty template, fix some import warnings | Jasper Van der Jeugt | 2 | -3/+3 | |
Closes #355 | |||||
2015-06-23 | Drop old-time, old-locale, time-locale-compat deps | Jasper Van der Jeugt | 2 | -7/+7 | |
2015-06-23 | Merge pull request #327 from mcmtroffaes/patch-1 | Jasper Van der Jeugt | 1 | -2/+13 | |
Add convenience function pandocBiblioCompiler. | |||||
2015-06-14 | add support for mediawiki | 80x24 | 2 | -20/+24 | |
2015-05-29 | Update to use Pandoc 1.14 | Jasper Van der Jeugt | 2 | -12/+23 | |
2015-04-08 | Merge pull request #344 from cstrahan/ghc710fix | Jasper Van der Jeugt | 2 | -2/+2 | |
fix building on GHC 7.10 | |||||
2015-04-07 | fix building on GHC 7.10 | Charles Strahan | 2 | -2/+2 | |
closes #343 | |||||
2015-04-03 | Fix typos in "separator" | Jasper Van der Jeugt | 1 | -7/+10 | |
See #342 |