emmiller
|
f0f6ca3b83
Permit binaries as proplist keys
|
15 years ago |
emmiller
|
20cf7fd433
Adding some EDoc, and getting rid of a Make-time warning
|
15 years ago |
emmiller
|
8f3835dc8b
* More Erlang-y error messages
|
16 years ago |
emmiller
|
280069a149
Create "ebin" directory if it does not exist.
|
16 years ago |
emmiller
|
a4f061a00f
1. "|join" processes iodata()
|
16 years ago |
emmiller
|
f6fcb5d8b7
Add crypto to list of application dependencies; "make clean" nukes ebin/erlydtl.app
|
16 years ago |
emmiller
|
3fcecd9411
.app file. Thanks to seth.
|
16 years ago |
colm.dougan
|
b0f1c3ddff
Issue #11
|
16 years ago |
colm.dougan
|
d2352bc6e8
Added a test case to reproduce issue #11.
|
16 years ago |
emmiller
|
b6fc05395a
Do not require a space between a variable name and closing bracket, e.g. allow "{{var1}}"
|
16 years ago |
emmiller
|
292951c8bc
Use correct docroot in included templates. Thanks to Tobias Loefgren.
|
16 years ago |
emmiller
|
5803797c5d
* If variable is a function with 0 args, evaluate it.
|
16 years ago |
emmiller
|
9117f100cd
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 |
emmiller
|
bd26c620c0
* Change: No .beam file will be generated unless out_dir is specified.
|
16 years ago |
colm.dougan
|
bb48da29c4
Issue #6
|
16 years ago |
emmiller
|
e1ad4d5df7
* Run functional tests in a predictable order.
|
17 years ago |
emmiller
|
34b91bb8e9
* Run functional tests from "make test"
|
17 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 |