Messages by Thread
-
svn commit: r22065 - /dev/incubator/freemarker/KEYS
woonsan
-
svn commit: r22064 - /dev/incubator/freemarker/KEYS
woonsan
-
[jira] [Comment Edited] (FREEMARKER-21) Reference to the object in condition - avoid repeating the same in #if and ${...}
Daniel Dekany (JIRA)
-
[jira] [Commented] (FREEMARKER-21) Reference to the object in condition - avoid repeating the same in #if and ${...}
Daniel Dekany (JIRA)
-
[jira] [Closed] (FREEMARKER-75) New built-in ?as("variableName") to store the left-hand operand to a variable.
Daniel Dekany (JIRA)
-
incubator-freemarker-site git commit: (Typo, etc.)
ddekany
-
[1/3] incubator-freemarker git commit: Manual: Updated some incompatibleImprovements version numbers in examples
ddekany
-
incubator-freemarker git commit: Fixed binary compatibility mistake.
ddekany
-
incubator-freemarker-site git commit: Some additions to how-to / making releases
ddekany
-
incubator-freemarker git commit: Manual: Updated some incompatibleImprovements version numbers in examples
ddekany
-
[1/7] incubator-freemarker git commit: FREEMARKER-48: Better handling of unchecked exceptions thrown by custom TemplateModel-s.
ddekany
-
[jira] [Updated] (FREEMARKER-78) Let InvalidReferenceException contain x.toString() of x.missing
JIRA
-
[jira] [Created] (FREEMARKER-78) Let InvalidReferenceException contain x.toString() of x.missing
JIRA
-
[jira] [Updated] (FREEMARKER-77) expr!! as a shorthand for (expr)!
JIRA
-
[jira] [Created] (FREEMARKER-77) expr!! as a shorthand for (expr)!
JIRA
-
svn commit: r22047 - /release/incubator/freemarker/KEYS
woonsan
-
svn commit: r22046 - /dev/incubator/freemarker/KEYS
woonsan
-
[jira] [Closed] (FREEMARKER-74) Constructors freemarker.template.Template
Daniel Dekany (JIRA)
-
[jira] [Comment Edited] (FREEMARKER-76) New built-in ?if(condition, otherwise) to override left-hand expr. conditionally
Daniel Dekany (JIRA)
-
[jira] [Commented] (FREEMARKER-76) New built-in ?if(condition, otherwise) to override left-hand expr. conditionally
Daniel Dekany (JIRA)
-
[jira] [Comment Edited] (FREEMARKER-75) New built-in ?as("variableName") to store the left-hand operand to a variable.
JIRA
-
[jira] [Updated] (FREEMARKER-75) New built-in ?as("variableName") to store the left-hand operand to a variable.
JIRA
-
[jira] [Commented] (FREEMARKER-75) New built-in ?as("variableName") to store the left-hand operand to a variable.
JIRA
-
[jira] [Created] (FREEMARKER-76) New built-in ?if(condition, otherwise) to override left-hand expr. conditionally
JIRA
-
[jira] [Created] (FREEMARKER-75) New built-in ?as("variableName") to store the left-hand operand to a variable.
JIRA
-
incubator-freemarker git commit: Forward ported from 2.3-gae: FREEMARKER-48: Better handling of unchecked exceptions thrown by custom TemplateModel-s. Note that in 3 we don't need the wrapUncheckedExceptions configuration setting.
ddekany
-
incubator-freemarker git commit: Fixed template interruption support incompatibility with wrapUncheckedExceptions=true.
ddekany
-
[1/2] incubator-freemarker git commit: TemplateTest now detects bugs where the output Writer is closed to early
ddekany
-
incubator-freemarker git commit: TemplateTest now detects bugs where the output Writer is closed to early
ddekany
-
incubator-freemarker git commit: (Missing Jira links in the change log)
ddekany
-
[jira] [Resolved] (FREEMARKER-48) When custom fremarker method throws exception, it is impossible to find line/row where called
Daniel Dekany (JIRA)
-
incubator-freemarker git commit: FREEMARKER-48: Better handling of unchecked exceptions thrown by custom TemplateModel-s.
ddekany
-
[jira] [Comment Edited] (FREEMARKER-74) Constructors freemarker.template.Template
Daniel Dekany (JIRA)
-
[jira] [Commented] (FREEMARKER-74) Constructors freemarker.template.Template
Daniel Dekany (JIRA)
-
[jira] [Updated] (FREEMARKER-74) Constructors freemarker.template.Template
JIRA
-
[jira] [Created] (FREEMARKER-74) Constructors freemarker.template.Template
JIRA
-
[1/4] incubator-freemarker git commit: New built-in, sequence. This can be used to work around situations where a listable value lacks some features that you need in the template (like it can't be listed twice, it can't tell its size, etc.), and you can'
ddekany
-
[jira] [Comment Edited] (FREEMARKER-73) ?seq to convert some models to a sequence
Daniel Dekany (JIRA)
-
[jira] [Resolved] (FREEMARKER-73) ?seq to convert some models to a sequence
Daniel Dekany (JIRA)
-
[jira] [Commented] (FREEMARKER-73) ?seq to convert some models to a sequence
Daniel Dekany (JIRA)
-
[jira] [Created] (FREEMARKER-73) ?seq to convert some models to a sequence
JIRA
-
incubator-freemarker-site git commit: Added link to FreeMarker 3 wiki page to the "3" Git branch description
ddekany
-
[01/51] [partial] incubator-freemarker-site git commit: Updated development build docs
ddekany
-
[1/5] incubator-freemarker git commit: FREEMARKER-55: stringifying string/boolean/date model in url function. otherwise exception
ddekany
-
incubator-freemarker git commit: Bug fixed (part of FREEMARKER-48): When an arithmetic exception has occurred in an expression (typically division by zero), the template processing has thrown the ArithmeticException as is, without packaging it into a Tem
ddekany
-
incubator-freemarker git commit: Bug fixed: When setting the new_builtin_resolver from Properties or the setSetting(String, String) API, it didn't recognize the camel case form of the allowed_classes and trusted_templates keywords, and throw exception fo
ddekany
-
[jira] [Commented] (FREEMARKER-72) Import 2 different files which include 1 same file makes vars the same
Daniel Dekany (JIRA)
-
[jira] [Updated] (FREEMARKER-72) Import 2 different files which include 1 same file makes vars the same
Josh Wang (JIRA)
-
[jira] [Created] (FREEMARKER-72) Import 2 different files which include 1 same file makes vars the same
Josh Wang (JIRA)
-
incubator-freemarker git commit: New built-in, sequence. This can be used to work around situations where a listable value lacks some features that you need in the template (like it can't be listed twice, it can't tell its size, etc.), and you can't modi
ddekany
-
incubator-freemarker git commit: (Improved error message tip in case a sequence is expected)
ddekany
-
[1/9] incubator-freemarker git commit: (Some internal code cleanup)
ddekany
-
incubator-freemarker git commit: Added the continue directive, which can be used inside a list to skip to the next iteration (similarly as in Java).
ddekany
-
incubator-freemarker git commit: Added a new BeansWrapper setting, preferIndexedReadMethod. With this one can address the Java 8 compatibility problem with indexed property read methods without changing the incompatibleImprovements of the object wrapper.
ddekany
-
[jira] [Resolved] (FREEMARKER-71) Causing stacktrace gets completely lost
Daniel Dekany (JIRA)
-
incubator-freemarker git commit: (README typo)
ddekany
-
incubator-freemarker git commit: FREEMARKER-71: When using exp?eval, if the expression inside evaluated string throws an exception, the cause exception of that exception was lost.
ddekany
-
incubator-freemarker git commit: (Added aggregateJavadoc to travis)
ddekany
-
[GitHub] incubator-freemarker pull request #36: FREEMARKER-55: stringifying string/bo...
woonsan
-
incubator-freemarker git commit: (Better JavaDoc for Environment.formatToPlainTextOrMarkup)
ddekany
-
[1/9] incubator-freemarker git commit: FREEMARKER-55: narrow class/method visibilities as possible.
ddekany
-
incubator-freemarker git commit: Added public formatToPlainText and formatToPlainTextOrMarkup to Environment.
ddekany
-
[GitHub] incubator-freemarker pull request #35: FREEMARKER-55:
woonsan
-
[01/36] incubator-freemarker git commit: FREEMARKER-55: trying with a directive to replace spring:bind jsp tag.
ddekany