Commit History

Author SHA1 Message Date
  Andreas Stenius b992c452c1 merl shipped with Erlang/OTP as of v18.0. 9 years ago
  Andreas Stenius 75dbb0090a wrap block.super contents in a fun. 9 years ago
  sag 427db670dc Adding Options to reader(reader_options) for more flexible custom readers. 10 years ago
  sag 913fa69e8b Adding support for "Assignment tags" (https://docs.djangoproject.com/en/1.6/howto/custom-template-tags/) 10 years ago
  Andreas Stenius ad3a5ea189 support for records in regroup tag (close #191). 10 years ago
  Andreas Stenius d8122aa346 support silent option in cycle tag (close #195). 10 years ago
  Andreas Stenius 34f823798e support cycle ... as var syntax (ref #195). 10 years ago
  Andreas Stenius 089d25712f remove unused create_scope/3. 10 years ago
  Andreas Stenius 85271f356a Fix #184 10 years ago
  Andreas Stenius 33b1fa2932 Fix issue #183. 10 years ago
  Andreas Stenius e6a0dea702 Check that extends-templates don't use non-block tags. 10 years ago
  Andreas Stenius 04595cf319 improve debug dump of compiled templates. 10 years ago
  Andreas Stenius 4f5fd21f60 fix multiple includes which uses extends with blocks of the same name. 10 years ago
  Andreas Stenius b9ec861c2d Move all for loop logic to erlydtl_runtime (#167) 11 years ago
  Jesse Gumm fc7b5ac270 Handle loops within {%block%} and {%extend%} 11 years ago
  Jesse Gumm 99583b7f9a Fix ensure_dir when debug_root is specified 11 years ago
  Andreas Stenius 3358f3474a keep noop trans tags in parsed AST tree (fixes #162) 11 years ago
  Andreas Stenius 4f0ea21840 rename varify/1 -> varname_ast/1 11 years ago
  Andreas Stenius b04b23861f Merge branch 'unused-vars-fix' of https://github.com/irccloud/erlydtl into irccloud-unused-vars-fix 11 years ago
  Richard Jones f38e759df9 Preserve _ prefixed to variable names when generating erlang 11 years ago
  Andreas Stenius fc5fb603b1 support translation fun initialization. 11 years ago
  Andreas Stenius 51cc7e1935 align compile vs render options for translation (#131) 11 years ago
  Andreas Stenius 73b36c138e set current locale to 'default' if not specified (#131) 11 years ago
  Andreas Stenius b7129725b2 test `_(Value)` translations (#131) 11 years ago
  Andreas Stenius 490763fdb5 fix blocktrans bugs (#131) 11 years ago
  Andreas Stenius cc35ef898c support count and plural forms in blocktrans blocks (#131) 11 years ago
  Andreas Stenius e135b32ae9 support translation context in `blocktrans` blocks (#131) 11 years ago
  Andreas Stenius 924271280f support translation context in `trans` tags (#131) 11 years ago
  Andreas Stenius 1ece0a6b35 fix #153: parse (and unparse) comment tags {# .. #} 11 years ago
  Andreas Stenius 82e3aa1d55 erlydtl_beam_compiler: refactor custom_forms for readability.. 11 years ago