-
timp
2004-06-25 09:00#11
Rev.: 1.18
-
Add licenses and developer urls
44 lines of code changed in 1 file:
-
timp
2004-06-10 21:40#10
Rev.: 1.26
-
Thought I got all these last night
3 lines of code changed in 1 file:
- melati/src/main/java/org/melati/template:
MarkupLanguage.java (+3 -3)
-
timp
2004-06-09 22:05#9
-
Use TemplateEngineException, not NotFoundException
12 lines of code changed in 2 files:
- melati/src/main/java/org/melati/template:
ClassNameTempletLoader.java (+6 -6),
TempletLoader.java (+6 -6)
-
timp
2004-06-06 14:15#8
Rev.: 1.27
-
Javadoc
4 lines of code changed in 1 file:
- melati/src/main/java/org/melati/servlet:
TemplateServlet.java (+4 -7)
-
timp
2004-06-05 19:12#7
Rev.: 1.1
-
Template Not Found is a common error, people probably want to override
this for their own purposes.
69 lines of code changed in 1 file:
- melati/src/main/java/org/melati/template/webmacro/templets/html/error:
org.melati.template.NotFoundException.wm (new 69)
-
timp
2004-06-05 19:11#6
Rev.: 1.4
-
Make it look nicer
17 lines of code changed in 1 file:
- melati/src/main/java/org/melati/template/webmacro/templets/html/error:
java.lang.Exception.wm (+17 -4)
-
timp
2004-06-05 19:10#5
Rev.: 1.25
-
Distinguish between NotFound and other exceptions
15 lines of code changed in 1 file:
- melati/src/main/java/org/melati/template/webmacro:
WebmacroTemplateEngine.java (+15 -14)
-
timp
2004-06-05 19:09#4
Rev.: 1.6
-
Don't decorate text here, just report what was created.
Javadoc
17 lines of code changed in 1 file:
- melati/src/main/java/org/melati/template:
NotFoundException.java (+17 -3)
-
timp
2004-06-05 19:08#3
Rev.: 1.17
-
Don't use NotFound to mean any Template exception
7 lines of code changed in 1 file:
- melati/src/main/java/org/melati/template:
TemplateEngine.java (+7 -5)
-
timp
2004-06-05 14:34#2
-
Make a distinction between Template Not Found and other errors
14 lines of code changed in 2 files:
- melati/src/main/java/org/melati/template:
NotFoundException.java (+10 -11)
- melati/src/main/java/org/melati/template/webmacro:
WebmacroTemplateEngine.java (+4 -2)
-
timp
2004-06-05 14:33#1
Rev.: 1.5
-
Only use returnURL and returnTarget is they are present
13 lines of code changed in 1 file:
- melati/src/main/java/org/melati/admin:
Tree.wm (+13 -2)