summaryrefslogtreecommitdiffstats
path: root/lib/models/templateBlock.js
Commit message (Expand)AuthorAgeFilesLines
* Switch to lernaSamy Pessé2016-09-051-281/+0
* Add unit tests for postRenderSamy Pesse2016-06-061-39/+32
* Adapt unit tests for blocksSamy Pesse2016-05-091-0/+2
* Fix linting warning in models/templateBlock.jsSamy Pesse2016-05-081-1/+1
* Fix #1286: by default blocks should not be parsableSamy Pesse2016-05-081-9/+2
* Add mode TemplateOutput to represent {content + blocks} from templateSamy Pesse2016-05-051-42/+12
* Add tests for replaceShortcutsSamy Pesse2016-05-041-5/+3
* Fix #1268: fix shortcuts of template block not being appliedSamy Pesse2016-05-041-3/+18
* Complete api method template.applyBlockSamy Pessé2016-05-021-2/+2
* lib/models/templateBlock.js: Fix convert blocks to pure JS array before passi...Johan Preynat2016-04-301-1/+1
* lib/models/templateBlock.js: Use function for Ext() instead of varJohan Preynat2016-04-301-1/+1
* Use code TemplateBlock to highlight codeSamy Pessé2016-04-271-2/+7
* Add post processing for templatesSamy Pessé2016-04-251-0/+23
* Add base rendering for templateSamy Pessé2016-04-251-1/+19
* Add base structure for templatingSamy Pesse2016-04-241-0/+264