Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-29 | Enable Pandoc highlighting by default | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-09-29 | Bump version (4.4.0.0), update changelog | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-09-18 | Restrict pandoc version a bit more | Jasper Van der Jeugt | 1 | -2/+2 | |
2013-09-18 | updated to work with pandoc 1.12 | Jorge Israel Peña | 1 | -56/+56 | |
Pandoc 1.12 decouples citeproc-hs from itself, so there is no longer a Text.Pandoc.Biblio module in Pandoc. Further, citeproc-hs depends on pandoc-types 1.10 but Pandoc 1.12 depends on pandoc-types 1.12. To alleviate these issues, pandoc-citeproc was created which includes a copy of the citeproc-hs source made to be compatible, since the developer of citeproc-hs is apparently MIA. pandoc-citeproc is a separate module that handles the mixture of citeproc-hs and Pandoc. It includes `processCites` in Text.CSL.Pandoc, which is the new name of what used to be `processBiblio` from Text.Pandoc.Biblio Most of these changes are seamless, consisting of simple name changes in both functions and modules. However, a more direct change in the Hakyll API itself is that `readPandocBiblio`'s second parameter, the CSL, is now mandatory, i.e. not of type Maybe. This is to reflect the same change in the underlying processing function from Text.CSL.Pandoc, `processCites`, where the Style argument is now mandatory, and the style is derived from the CSL. See the old function: processBiblio :: Maybe Style -> [Reference] -> Pandoc -> Pandoc Compared to the new one: processCites :: Style -> [Reference] -> Pandoc -> Pandoc Sources: * http://hackage.haskell.org/packages/archive/pandoc/1.11.1/doc/html/Text-Pandoc-Biblio.html * http://hackage.haskell.org/packages/archive/pandoc-citeproc/0.1/doc/html/Text-CSL-Pandoc.html Similarly, there is no longer a `readerReferences` field in the reader options structure. | |||||
2013-09-17 | Merge pull request #181 from clinty/cryptohash0.10 | Jasper Van der Jeugt | 1 | -2/+2 | |
Build with cryptohash 0.10. | |||||
2013-09-16 | Build with cryptohash 0.10. | Clint Adams | 1 | -2/+2 | |
2013-09-16 | Work with QuickCheck 2.6 | Clint Adams | 1 | -1/+1 | |
2013-08-25 | 1. Added the WATCH_SERVER flag that is enabled by default | Eric Stolten | 1 | -0/+22 | |
1. Added an argument to watch, --no-server which will disable the embedded server. 1. Added a deprecation message to the preview mode | |||||
2013-08-10 | Add functionField again | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-08-05 | Add mapContext again | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-06-17 | Version bump (4.3.1.0) | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-06-16 | Tighten network dependency | Jasper Van der Jeugt | 1 | -6/+6 | |
2013-06-16 | Make toUri sanitise all characters needed | Simonas Kazlauskas | 1 | -2/+4 | |
2013-06-05 | Update hakyll-init example to new template system | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-05-07 | Add partials to template system | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-05-06 | Paginate simplification | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-05-05 | Added pagination support. | Anton Dubovik | 1 | -0/+1 | |
2013-05-04 | Style changes, move stuff to common parser module | Jasper Van der Jeugt | 1 | -0/+1 | |
2013-04-08 | Bump cryptohash test dependency as well | Jasper Van der Jeugt | 1 | -1/+1 | |
See #132 | |||||
2013-04-08 | cryptohash dependency loosened | Alexander Vershilov | 1 | -1/+1 | |
2013-04-04 | Add event filtering based on pattern | Jasper Van der Jeugt | 1 | -5/+5 | |
2013-04-03 | Merge github.com:jaspervdj/hakyll into fsnotify | Simonas Kazlauskas | 1 | -2/+2 | |
2013-03-30 | Migrating from polling to notification: First shot | Simonas Kazlauskas | 1 | -3/+7 | |
Using system file notification APIs it is much more efficient than polling files every second. | |||||
2013-03-30 | We'll do it ourselves | Jasper Van der Jeugt | 1 | -2/+2 | |
2013-03-30 | Bump bytestring dependency for NFData instance | Jasper Van der Jeugt | 1 | -2/+2 | |
2013-03-24 | Fix issue in Compiler Alternative instance | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-03-11 | Merge remote-tracking branch 'piyush-kurur/master' | Jasper Van der Jeugt | 1 | -0/+2 | |
Conflicts: hakyll.cabal | |||||
2013-03-10 | Version bump (4.2.1.2) | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-03-10 | allow pandoc 1.11 | Adam Bergmark | 1 | -2/+2 | |
2013-03-09 | Add missing modules for tests | Jasper Van der Jeugt | 1 | -2/+4 | |
Patch by Sergei Trofimovich | |||||
2013-03-09 | Version bump (4.2.1.1) | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-03-09 | Make http-conduit dependency optional | Jasper Van der Jeugt | 1 | -47/+70 | |
2013-03-07 | Version bump (4.2.1.0) | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-03-07 | fixing the dependency on data.default | Piyush P Kurur | 1 | -1/+2 | |
1. Added it to the dependency of hakyll-tests 2. Bumped the upper bound to < 0.6 | |||||
2013-03-07 | added a default instance for Configuration | Piyush P Kurur | 1 | -0/+1 | |
2013-03-07 | Version bump (4.2.0.0) | Jasper Van der Jeugt | 1 | -7/+7 | |
2013-02-16 | Add a test for compiler/route ordering | Jasper Van der Jeugt | 1 | -1/+2 | |
2013-02-10 | Merge branch 'master' into dev-provider-rewrite | Jasper Van der Jeugt | 1 | -2/+2 | |
2013-02-10 | Bump http-types test dependency as well | Jasper Van der Jeugt | 1 | -1/+1 | |
Closes #105 | |||||
2013-02-09 | Start provider rewrite | Jasper Van der Jeugt | 1 | -1/+0 | |
2013-02-09 | Expand http-types dependency range | Joachim Breitner | 1 | -1/+1 | |
2013-01-26 | Export renderTags as well | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-01-26 | Export the Tags datatype constructor | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-01-22 | Add missing stuff to extra-source-files | Jasper Van der Jeugt | 1 | -1/+3 | |
Closes #98 | |||||
2013-01-20 | Fix dependency cycle issue | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-01-20 | Fix issue with tagsoup renderTags | Jasper Van der Jeugt | 1 | -4/+4 | |
2013-01-20 | Update to use pandoc 1.9 | Jasper Van der Jeugt | 1 | -3/+3 | |
2013-01-13 | a unixFilter for non Posix (well windows) | Robin Windels | 1 | -15/+2 | |
Conflicts: src/Hakyll/Core/UnixFilter.hs | |||||
2013-01-06 | Add TmpFile utilities | Jasper Van der Jeugt | 1 | -1/+3 | |
2013-01-06 | Bump cryptohash dependency | Jasper Van der Jeugt | 1 | -2/+2 | |