Evan Miller
|
edec5ac521
Support for {% verbatim %} tag
|
12 years ago |
Evan Miller
|
dda4db043a
Report line numbers of undefined variables
|
12 years ago |
Evan Miller
|
ce25e693e0
Throw undefined_variable in for loops
|
12 years ago |
Evan Miller
|
c328bda24a
Allow vars and attributes to use tag names
|
12 years ago |
Evan Miller
|
b17769422c
Merge pull request #63 from runejuhl/issue/62
|
12 years ago |
Rune Juhl Jacobsen
|
fd4619f029
title/1 even more Django-y
|
12 years ago |
Evan Miller
|
f51468dd28
Make "title" filter more Django-y
|
12 years ago |
Evan Miller
|
c18f2a00c2
UTF-8-capable truncatechars
|
12 years ago |
Evan Miller
|
96dc5b30db
Pass variable names as atoms to custom tag modules
|
12 years ago |
Evan Miller
|
8b1e64bd93
Fix various custom tag issues
|
12 years ago |
Evan Miller
|
6b746f2beb
Add compile_dir functions to erlydtl module
|
12 years ago |
Evan Miller
|
3306858bbc
Merge pull request #58 from sendtopms/master
|
12 years ago |
Evan Miller
|
194e84495a
Merge pull request #57 from sendtopms/patch-1
|
12 years ago |
Senthilkumar
|
23e61b44da
Update tests/src/erlydtl_unittests.erl
|
12 years ago |
Senthilkumar
|
3d6d6815e4
Update src/erlydtl_runtime.erl
|
12 years ago |
Evan Miller
|
6d1fcaf7ed
Merge pull request #52 from essen/intcomma
|
12 years ago |
Loïc Hoguin
|
32d586df1b
Add a contrib_humanize module for the intcomma filter
|
12 years ago |
Evan Miller
|
28c946ec6c
Merge pull request #50 from saleyn/locale
|
12 years ago |
Serge Aleynikov
|
cf081931eb
Fix "File not found" error
|
12 years ago |
Serge Aleynikov
|
6e7bb36678
Add support for custom tags having access to extra data
|
12 years ago |
Evan Miller
|
2ef2f7d3b4
Merge pull request #44 from saleyn/erlydtl_compiler
|
12 years ago |
serge
|
15a46cdd0a
Bug fix in saving template containing custom_tags_modules feature
|
12 years ago |
serge
|
f74b94f800
Property handle compiler return code
|
12 years ago |
Evan Miller
|
97657d3419
Merge pull request #46 from saleyn/variables
|
12 years ago |
Serge Aleynikov
|
7aa539281d
Fix compiler warnings on unused variables in templates
|
12 years ago |
Evan Miller
|
08200534f5
Merge pull request #45 from saleyn/variables
|
12 years ago |
Serge Aleynikov
|
a6a6983638
Added variables/0 exported function to compiled templates
|
12 years ago |
Evan Miller
|
2f8504aaf9
Merge pull request #40 from runejuhl/fix-truncatewords
|
12 years ago |
Rune Juhl Jacobsen
|
31788d1ff1
Removed special case for tuples passed to truncatewords/2.
|
12 years ago |
Rune Juhl Jacobsen
|
31a5e46548
Have truncatewords/2 ignore tuples (e.g. timestamp) and truncatewords/3 ignore atoms (e.g. null or undefined).
|
12 years ago |