Evan Miller
|
ed0f441b62
Adding some EDoc, and getting rid of a Make-time warning
|
15 years ago |
Evan Miller
|
98c0da3b9a
* More Erlang-y error messages
|
15 years ago |
Evan Miller
|
4cb73d8de8
Create "ebin" directory if it does not exist.
|
15 years ago |
Evan Miller
|
f430611e06
1. "|join" processes iodata()
|
15 years ago |
Evan Miller
|
8a33fa2d3c
Add crypto to list of application dependencies; "make clean" nukes ebin/erlydtl.app
|
16 years ago |
Evan Miller
|
55405b94a6
.app file. Thanks to seth.
|
16 years ago |
Colm Dougan
|
61e3c45032
Issue #11
|
16 years ago |
Colm Dougan
|
4d43244f5f
Added a test case to reproduce issue #11.
|
16 years ago |
Evan Miller
|
c77d5ec659
Do not require a space between a variable name and closing bracket, e.g. allow "{{var1}}"
|
16 years ago |
Evan Miller
|
0ceedc5d5c
Use correct docroot in included templates. Thanks to Tobias Loefgren.
|
16 years ago |
Evan Miller
|
c385605d2d
* If variable is a function with 0 args, evaluate it.
|
16 years ago |
Evan Miller
|
38836b3c5a
Fix time zone inconsistency. Removing tests of "r" dateformat tag because these are time zone related and we don't know how to test time zones properly. Thanks to Liu Yubao.
|
16 years ago |
Evan Miller
|
0d99ae2f45
* Change: No .beam file will be generated unless out_dir is specified.
|
16 years ago |
Colm Dougan
|
14acb5a6a1
Issue #6
|
16 years ago |
Evan Miller
|
9ee5790d13
* Run functional tests in a predictable order.
|
16 years ago |
Evan Miller
|
7a2813e880
* Run functional tests from "make test"
|
16 years ago |
Colm Dougan
|
e171756e20
Issue #1
|
17 years ago |
Colm Dougan
|
810d8ff92e
* Added the ability to use filters in if/ifelse expressions, e.g. :
|
17 years ago |
Evan Miller
|
b67188ef63
Support for "cycle" tag. Patch from Hunter Morris.
|
17 years ago |
Colm Dougan
|
e394033bd9
Added date filter as per Django, e.g. {{ date_var1|date:"r" }}.
|
17 years ago |
Colm Dougan
|
ebdd67736f
Renamed the dateformat module to erlydtl_dateformat
|
17 years ago |
Colm Dougan
|
df48621d0c
Missing file in last checkin.
|
17 years ago |
Colm Dougan
|
48b9b5face
|
17 years ago |
Evan Miller
|
156312970c
* Rename "plus" to "add" to conform to standard DTL.
|
17 years ago |
Evan Miller
|
b33692de4c
Support additional for loop variables: "revcounter", "revcounter0", "first", "last", "parentloop".
|
17 years ago |
Evan Miller
|
b4bf177fc2
1. Can resolve variables from function calls to parameterized modules, e.g.
|
17 years ago |
Roberto Saccon
|
dac49f3acf
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 |
Roberto Saccon
|
e1ca7356cd
deleted some old stuff and set svn:ignore on examples/rendered output
|
17 years ago |
Roberto Saccon
|
354813eb58
fixed the functional tests and renamed the folder to "exampes"
|
17 years ago |
Evan Miller
|
b2e3534da9
* 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 |