summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-17Bump version to 4.9.0.0Jasper Van der Jeugt2-1/+21
2016-10-17Move from test-framework to tastyJasper Van der Jeugt21-89/+85
2016-10-17Merge pull request #464 from yogsototh/fix-feed-with-cdataJasper Van der Jeugt1-1/+7
2016-10-16Merge pull request #463 from NicoleRauch/masterJasper Van der Jeugt4-9/+97
2016-09-07Merge pull request #472 from jakzale/masterJasper Van der Jeugt1-3/+9
2016-09-06Update git fetch and fix rsync for stackJakub Z1-3/+9
2016-08-31Merge pull request #470 from dikmax/patch-1Jasper Van der Jeugt1-2/+0
2016-08-31Remove https://dikmax.name/ from examples.Maxim Dikun1-2/+0
2016-08-31Merge pull request #469 from juhp/patch-1Jasper Van der Jeugt1-1/+1
2016-08-31prettyPrintParseException was introduced in yaml-0.8.11 Jens Petersen1-1/+1
2016-08-23Add johnduhamel to examplesJasper Van der Jeugt1-0/+2
2016-08-18Fix feed generator when item contains CDATAYann Esposito (Yogsototh)1-1/+7
2016-08-16Add nicolerauch.de to examplesJasper Van der Jeugt1-0/+2
2016-08-15Also trim whitespace around colons.Nicole Rauch2-2/+4
2016-08-14Removed two compiler warnings (unnecessary imports).Nicole Rauch1-2/+0
2016-08-14Unified the constant cases in all three functions.Nicole Rauch1-8/+8
2016-08-14Extracted a helper method because it was defined locally twice.Nicole Rauch1-8/+11
2016-08-14Do not strip comments that are inside constants.Nicole Rauch2-1/+6
2016-08-14Compressed the code by grouping the guards together.Nicole Rauch1-9/+6
2016-08-14We must avoid the compression of whitespace in constants by handling it in th...Nicole Rauch2-2/+15
2016-08-14Improved the compaction a bit more.Nicole Rauch2-2/+3
2016-08-14Compacted the code by unifying all the similar prefix options.Nicole Rauch1-9/+6
2016-08-14Compacted the tests and made them more readable.Nicole Rauch1-22/+11
2016-08-14We need to constantly check whether we are at the start of a constant, not ju...Nicole Rauch2-9/+17
2016-08-14Adding tests that make sure that whitespace at the start or end of constants ...Nicole Rauch1-0/+5
2016-08-14Adding tests that make sure that the constant terminators don't get mixed up.Nicole Rauch1-0/+5
2016-08-14Whitespace in certain kinds of string constants is no longer eliminated.Nicole Rauch2-6/+25
2016-08-14Added some unit tests for CompressCssNicole Rauch3-0/+46
2016-08-04Fix partials and add a testJasper Van der Jeugt5-2/+28
2016-08-03Reorganise template module hierarchyJasper Van der Jeugt5-430/+451
2016-07-31Enable listings and indices in the preview serverJasper Van der Jeugt1-5/+6
2016-07-31Merge pull request #453 from sk3r/cmd_parser_replacementJasper Van der Jeugt2-74/+56
2016-07-31Merge pull request #454 from samgd/whitespace-controlJasper Van der Jeugt9-114/+431
2016-07-25s/that/that the/samgd1-1/+1
2016-07-25Fix merge conflictssamgd5-21/+48
2016-07-25Trim instructions. TrimRd chunk might need TrimL. Trim tests.samgd5-12/+104
2016-07-24Fix module layoutsamgd4-252/+139
2016-07-24cmdArgs to Options.Applicativesk3r2-74/+56
2016-07-24Working trimming but module loop and formatting req.samgd5-133/+261
2016-07-23Merge pull request #451 from lortabac/masterJasper Van der Jeugt3-5/+19
2016-07-23Merge pull request #449 from thkoch2001/patch-1Jasper Van der Jeugt1-1/+1
2016-07-23Merge pull request #450 from thkoch2001/patch-2Jasper Van der Jeugt1-1/+1
2016-07-23Canonicalize file + initial if/for planningsamgd2-0/+87
2016-07-23Expr trimming. '-' binds to '$'.samgd3-7/+24
2016-07-23Add tutorial on live reloadJasper Van der Jeugt1-0/+6
2016-07-23Partial trimmingsamgd2-5/+18
2016-07-23For trimmingsamgd2-9/+31
2016-07-23Include file name in error messagesLorenzo3-5/+19
2016-07-23If Trim parsingsamgd2-16/+69
2016-07-23stack init is not really optionalThomas Koch1-1/+1