summaryrefslogtreecommitdiffstats
path: root/lib/templating
Commit message (Collapse)AuthorAgeFilesLines
* Fix #1374 and #1360: apply transform of conrefsLoader using a string, not a ↵Samy Pessé2016-06-106-63/+70
| | | | buffer
* Add unit tests for postRenderSamy Pesse2016-06-063-22/+73
|
* Fix path resolution when generating page with conrefsSamy Pessé2016-05-124-4/+52
|
* Adapt eslint configuration for mochaSamy Pesse2016-05-111-1/+0
|
* Add test for transform option of ConrefLoaderSamy Pesse2016-05-113-9/+31
|
* Fix #1293: replace block shortcuts when including filesSamy Pesse2016-05-116-28/+40
|
* Switch tests to mocha while keeping jest structureSamy Pesse2016-05-111-3/+3
|
* Fix #1286: by default blocks should not be parsableSamy Pesse2016-05-081-1/+1
|
* Adapt unit tests for new templating post processSamy Pesse2016-05-051-6/+6
|
* Add mode TemplateOutput to represent {content + blocks} from templateSamy Pesse2016-05-054-45/+46
|
* Add tests for replaceShortcutsSamy Pesse2016-05-041-0/+28
|
* Fix #1268: fix shortcuts of template block not being appliedSamy Pesse2016-05-042-12/+15
|
* lib/templating/postRender.js: Fix missing argument to engine.getBlock()Johan Preynat2016-05-021-1/+1
|
* Improve timing debugSamy Pessé2016-05-021-7/+11
|
* Add tests for conrefs loaderSamy Pesse2016-04-302-2/+36
|
* Stop running test on node 0.12 for windowsSamy Pesse2016-04-261-2/+0
|
* Fix resolution of theme's templatesSamy Pessé2016-04-252-14/+25
|
* Add loader for themesSamy Pessé2016-04-252-1/+119
|
* Add conrefs loader for templatingSamy Pessé2016-04-253-1/+103
|
* Add post processing for templatesSamy Pessé2016-04-253-1/+64
|
* Replace shortcuts in templatingSamy Pessé2016-04-254-0/+102