| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-12-18 | Fix warnings and errors | Jasper Van der Jeugt | 1 | -2/+1 | |
| 2017-11-17 | Fix compression of calc() in CSS | Krzysztof Jurewicz | 1 | -0/+2 | |
| According to Mozilla Developer Network, “The + and - operators must always be surrounded by whitespace.”. | |||||
| 2017-06-10 | Some small CSS compression improvements | Nicole Rauch | 1 | -3/+7 | |
| * We now also compress whitespace around commas. * Remove whitespace around some other operators as well. * Clarified the code around the separator compression and even improved the code (one case slipped through unnoticed). | |||||
| 2016-10-31 | Add test | Nikolaos S. Papaspyrou | 1 | -0/+1 | |
| 2016-10-17 | Move from test-framework to tasty | Jasper Van der Jeugt | 6 | -25/+25 | |
| 2016-08-15 | Also trim whitespace around colons. | Nicole Rauch | 1 | -0/+2 | |
| 2016-08-14 | Do not strip comments that are inside constants. | Nicole Rauch | 1 | -1/+4 | |
| 2016-08-14 | We must avoid the compression of whitespace in constants by handling it in ↵ | Nicole Rauch | 1 | -1/+6 | |
| the same way. | |||||
| 2016-08-14 | Improved the compaction a bit more. | Nicole Rauch | 1 | -0/+2 | |
| 2016-08-14 | Compacted the tests and made them more readable. | Nicole Rauch | 1 | -22/+11 | |
| 2016-08-14 | We need to constantly check whether we are at the start of a constant, not ↵ | Nicole Rauch | 1 | -4/+6 | |
| just once. | |||||
| 2016-08-14 | Adding tests that make sure that whitespace at the start or end of constants ↵ | Nicole Rauch | 1 | -0/+5 | |
| does not get eaten. | |||||
| 2016-08-14 | Adding tests that make sure that the constant terminators don't get mixed up. | Nicole Rauch | 1 | -0/+5 | |
| 2016-08-14 | Whitespace in certain kinds of string constants is no longer eliminated. | Nicole Rauch | 1 | -0/+3 | |
| 2016-08-14 | Added some unit tests for CompressCss | Nicole Rauch | 1 | -0/+43 | |
| 2016-07-25 | Trim instructions. TrimRd chunk might need TrimL. Trim tests. | samgd | 1 | -6/+8 | |
| 2016-07-24 | Fix module layout | samgd | 1 | -48/+39 | |
| 2016-07-24 | Working trimming but module loop and formatting req. | samgd | 1 | -8/+8 | |
| 2016-07-23 | Expr trimming. '-' binds to '$'. | samgd | 1 | -0/+7 | |
| 2016-07-23 | Partial trimming | samgd | 1 | -0/+7 | |
| 2016-07-23 | For trimming | samgd | 1 | -3/+13 | |
| 2016-07-23 | If Trim parsing | samgd | 1 | -5/+8 | |
| 2016-07-22 | Add Trim_ data constructors. Add If test for Trim | samgd | 1 | -0/+15 | |
| 2016-07-22 | Remove redundant where | samgd | 1 | -1/+0 | |
| 2015-10-24 | templateBodyCompiler compiles resource body only | Bergi | 1 | -1/+1 | |
| and becomes the new default, instead of templateCompiler fixes #378 | |||||
| 2015-08-16 | Add "poster" as a URL attribute | Duncan | 1 | -0/+3 | |
| 2015-02-11 | Remove test debug output | Paul Keene | 1 | -2/+0 | |
| 2014-10-27 | Add tests | Jasper Van der Jeugt | 1 | -3/+14 | |
| 2014-10-27 | Better functions in templates | Jasper Van der Jeugt | 2 | -2/+2 | |
| 2014-04-19 | ADD: Added failing test cases for `toSiteRoot`. | Izzy Cecil | 1 | -0/+2 | |
| 2013-08-10 | Add functionField again | Jasper Van der Jeugt | 1 | -0/+1 | |
| 2013-06-16 | More tests for toUrl function | Simonas Kazlauskas | 1 | -4/+9 | |
| 2013-06-15 | Sanitize URLs in toUrl | Jasper Van der Jeugt | 1 | -3/+4 | |
| Closes #163 | |||||
| 2013-05-06 | Implement foreach structure | Jasper Van der Jeugt | 2 | -3/+15 | |
| 2013-04-04 | Account for scheme-relative URLs | Simonas Kazlauskas | 1 | -0/+1 | |
| http://url.spec.whatwg.org/#concept-scheme-relative-url | |||||
| 2013-02-09 | Start provider rewrite | Jasper Van der Jeugt | 1 | -0/+2 | |
| 2013-01-28 | Fix .tex.lhs patch, add some test cases | Jasper Van der Jeugt | 1 | -0/+26 | |
| 2013-01-20 | Fix issue with tagsoup renderTags | Jasper Van der Jeugt | 1 | -0/+4 | |
| 2013-01-16 | Add applyJoinTemplateList, and a test for it | Jasper Van der Jeugt | 1 | -2/+20 | |
| 2013-01-06 | Add TmpFile utilities | Jasper Van der Jeugt | 2 | -3/+8 | |
| 2012-12-25 | Add demoteHeaders, refactor a bit | Jasper Van der Jeugt | 3 | -38/+25 | |
| 2012-12-15 | Rename pageCompiler to pandocCompiler | Jasper Van der Jeugt | 1 | -2/+2 | |
| 2012-11-28 | Minimize <img>, patch by Chris Mears | Jasper Van der Jeugt | 2 | -4/+3 | |
| Conflicts: tests/Hakyll/Web/Urls/Relativize/Tests.hs | |||||
| 2012-11-27 | Allow arbitrary keys, update some tests | Jasper Van der Jeugt | 3 | -117/+51 | |
| 2012-11-26 | Re-add some tests, cleanup... | Jasper Van der Jeugt | 1 | -6/+13 | |
| 2012-11-20 | Update more tests | Jasper Van der Jeugt | 2 | -25/+44 | |
| 2012-11-19 | Remove hamlet, add function fields | Jasper Van der Jeugt | 1 | -2/+11 | |
| 2012-11-19 | Add tests again | Jasper Van der Jeugt | 1 | -48/+33 | |
| 2012-10-22 | Allow date as field for renderDateField | Jasper Van der Jeugt | 1 | -0/+3 | |
| 2012-08-10 | Bump hamlet dependency | Jasper Van der Jeugt | 1 | -8/+9 | |
| Closes #81 | |||||
