Geoff Cant
|
c07aa509ff
Adding a compile escript for use with make.
|
16 years ago |
Geoff Cant
|
d9937dc6d8
Allow context lookups with string keys as well as atoms.
|
16 years ago |
emmiller
|
e1ad4d5df7
* Run functional tests in a predictable order.
|
16 years ago |
emmiller
|
34b91bb8e9
* Run functional tests from "make test"
|
16 years ago |
colm.dougan
|
118ccb7733
Issue #1
|
17 years ago |
colm.dougan
|
3a6e67817c
* Added the ability to use filters in if/ifelse expressions, e.g. :
|
17 years ago |
emmiller
|
26f41f0beb
Support for "cycle" tag. Patch from Hunter Morris.
|
17 years ago |
colm.dougan
|
b4f92e5370
Added date filter as per Django, e.g. {{ date_var1|date:"r" }}.
|
17 years ago |
colm.dougan
|
ae0d0dcdaa
Renamed the dateformat module to erlydtl_dateformat
|
17 years ago |
colm.dougan
|
bbff9be68a
Missing file in last checkin.
|
17 years ago |
colm.dougan
|
7bf8975725
|
17 years ago |
emmiller
|
0c1ed27abd
* Rename "plus" to "add" to conform to standard DTL.
|
17 years ago |
emmiller
|
e58d5f3dea
Support additional for loop variables: "revcounter", "revcounter0", "first", "last", "parentloop".
|
17 years ago |
emmiller
|
a6002bd49e
1. Can resolve variables from function calls to parameterized modules, e.g.
|
17 years ago |
rsaccon
|
f28b3b9061
example templates bugfix: call custom tag cannot not call a module which name is a erlydtl tagname, now all examples are building again
|
17 years ago |
rsaccon
|
b6dd6212a1
deleted some old stuff and set svn:ignore on examples/rendered output
|
17 years ago |
rsaccon
|
c6d174ec4c
fixed the functional tests and renamed the folder to "exampes"
|
17 years ago |
emmiller
|
b80fc1007b
* Added unit test suite covering most tags that don't require file IO. Please add new tests when implementing new language features, and always run "make test" before committing!
|
17 years ago |
rsaccon
|
3d929aca05
added new testsuite
|
17 years ago |
rsaccon
|
332058e157
just a typo and added a comment
|
17 years ago |
emmiller
|
3327f24faf
New "escapejs" filter (Django standard)
|
17 years ago |
rsaccon
|
3dbc6059b1
improved error reporting
|
17 years ago |
rsaccon
|
42c3a1fd53
recompile always if debug compile custom flag is set
|
17 years ago |
rsaccon
|
f567066cec
added recompilation-skip if beamfile exists and checksum of template source file has not changed (currently disabled, but works)
|
17 years ago |
emmiller
|
8881081668
Bugfix: Use "io_lib" instead of "io" library so we return a string instead of printing to stdout.
|
17 years ago |
rsaccon
|
1c4c9bbfc4
fixed file dependencies for custom call tag and extended test case
|
17 years ago |
rsaccon
|
718265c7ff
aded test for call tag
|
17 years ago |
rsaccon
|
b852443f64
added call custom tag (based on patch from Jeremey Latt) - not complete yet - test case missing
|
17 years ago |
rsaccon
|
930853a95f
renamed custom tag directory
|
17 years ago |
rsaccon
|
ad9002b227
added custom directory for custom tags as template compile option
|
17 years ago |