Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-11 | Add identifierGroup, clean up Pattern API | Jasper Van der Jeugt | 2 | -29/+30 | |
2011-04-11 | Add note about `copyFileCompiler` in the tutorial | Jasper Van der Jeugt | 1 | -0/+16 | |
2011-04-10 | Add links to sites of Benedict and Ethan | Jasper Van der Jeugt | 1 | -0/+2 | |
2011-04-08 | Test for escaped patterns | Jasper Van der Jeugt | 1 | -0/+2 | |
2011-04-08 | Minor refactoring | Jasper Van der Jeugt | 3 | -53/+5 | |
2011-04-08 | Make sure files exist before checking mod. time | Jasper Van der Jeugt | 1 | -5/+6 | |
2011-04-06 | Merge branch 'dependency-analyzer' | Jasper Van der Jeugt | 5 | -160/+92 | |
2011-04-06 | Fix for new TagMap structure | Jasper Van der Jeugt | 1 | -1/+1 | |
2011-04-06 | Fix for new TagMap structure | Jasper Van der Jeugt | 1 | -1/+1 | |
2011-04-06 | Play with dependency analyzer | Jasper Van der Jeugt | 4 | -94/+28 | |
2011-04-06 | Merge branch 'master' into dependency-analyzer | Jasper Van der Jeugt | 30 | -285/+447 | |
2011-04-06 | Fix changelog | Jasper Van der Jeugt | 1 | -0/+5 | |
2011-04-06 | Version bump (3.1.0.0) | Jasper Van der Jeugt | 1 | -1/+1 | |
2011-04-06 | Add regex predicate helper | Jasper Van der Jeugt | 2 | -2/+25 | |
2011-04-06 | Move modified cache to resource provider | Jasper Van der Jeugt | 3 | -4/+31 | |
Currently, it's kept twice: in Run and in the Provider. On the long term, it should be migrated entirely to the Provider, this can be done when the new dependency manager is finished. | |||||
2011-04-05 | New resource module hierarchy | Jasper Van der Jeugt | 16 | -36/+43 | |
2011-04-05 | Merge branch 'nested-rules' | Jasper Van der Jeugt | 13 | -218/+285 | |
2011-04-05 | Update tutorial to new matching mechanism | Jasper Van der Jeugt | 1 | -22/+33 | |
2011-04-05 | Update examples to new matching mechanism | Jasper Van der Jeugt | 6 | -114/+107 | |
2011-04-05 | Simplify match implementation(s) | Jasper Van der Jeugt | 3 | -25/+25 | |
2011-04-05 | Bring tests up-to-date | Jasper Van der Jeugt | 2 | -15/+15 | |
2011-04-05 | Monoid instance for pattern | Jasper Van der Jeugt | 1 | -1/+7 | |
2011-04-05 | Add function to construct predicates | Jasper Van der Jeugt | 1 | -0/+10 | |
2011-04-05 | Restructure pattern internals | Jasper Van der Jeugt | 1 | -42/+59 | |
2011-04-04 | Add getIdentifiers | Jasper Van der Jeugt | 1 | -0/+8 | |
2011-04-04 | Assoc. list-based implementation of tags | Jasper Van der Jeugt | 1 | -4/+4 | |
Goal is to be able to sort them later (see gh-22) | |||||
2011-04-04 | Works-for-me implementation of nested rules | Jasper Van der Jeugt | 3 | -22/+52 | |
2011-04-04 | Version bump (3.0.2.2) | Jasper Van der Jeugt | 1 | -1/+1 | |
2011-04-04 | Don't ignore dotfiles in getRecursiveContents | Jasper Van der Jeugt | 1 | -1/+1 | |
2011-04-04 | Fix typo in Nicolas' name | Jasper Van der Jeugt | 1 | -1/+1 | |
2011-04-04 | Version bump (3.0.2.1) | Jasper Van der Jeugt | 2 | -1/+2 | |
2011-04-04 | Add renderTagList | Jasper Van der Jeugt | 1 | -28/+52 | |
2011-04-03 | Start playing with dependency analyzer | Jasper Van der Jeugt | 3 | -79/+77 | |
2011-03-30 | Move FileType module | Jasper Van der Jeugt | 4 | -6/+6 | |
2011-03-30 | Version bump | Jasper Van der Jeugt | 1 | -1/+1 | |
2011-03-30 | Correctly decode request URIs in the preview server. | Benedict Eastaugh | 2 | -1/+3 | |
2011-03-29 | Add Benedict to contributors | Jasper Van der Jeugt | 1 | -0/+1 | |
2011-03-29 | Improve example template HTML slightly. | Benedict Eastaugh | 5 | -6/+11 | |
2011-03-29 | Update tagblog example and show how to use an item's body field in the ↵ | Benedict Eastaugh | 6 | -6/+6 | |
description for RSS and Atom feed entries. | |||||
2011-03-29 | Fix some templates in the feedblog example. | Benedict Eastaugh | 5 | -18/+5 | |
2011-03-29 | Remove categoryblog example, as the category functionality has been removed ↵ | Benedict Eastaugh | 12 | -226/+0 | |
from Hakyll 3. | |||||
2011-03-29 | Update tagblog example to work with Hakyll 3. | Benedict Eastaugh | 12 | -123/+163 | |
2011-03-29 | Update morepages example to work with Hakyll 3. | Benedict Eastaugh | 7 | -33/+54 | |
2011-03-29 | Update feedblog example to work with Hakyll 3. | Benedict Eastaugh | 11 | -109/+142 | |
2011-03-29 | Update simpleblog example to work with Hakyll 3. | Benedict Eastaugh | 7 | -47/+71 | |
2011-03-29 | Add copyBodyToField, copyBodyFromField methods | Jasper Van der Jeugt | 3 | -0/+73 | |
2011-03-29 | New implementation of patterns using globs. | Jasper Van der Jeugt | 3 | -62/+58 | |
Closes gh-18 | |||||
2011-03-28 | Add new dependency analyzer & tests | Jasper Van der Jeugt | 4 | -0/+236 | |
2011-03-20 | Fix storing path | Jasper Van der Jeugt | 1 | -1/+1 | |
2011-03-20 | Save dependency graph after run | Jasper Van der Jeugt | 3 | -10/+17 | |