[jira] [Comment Edited] (FREEMARKER-73) ?seq to convert some models to a sequence

2017-09-30 Thread Daniel Dekany (JIRA)
[ https://issues.apache.org/jira/browse/FREEMARKER-73?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16187042#comment-16187042 ] Daniel Dekany edited comment on FREEMARKER-73 at 9/30/17 11:25 AM: ---

[jira] [Commented] (FREEMARKER-73) ?seq to convert some models to a sequence

2017-09-30 Thread Daniel Dekany (JIRA)
[ https://issues.apache.org/jira/browse/FREEMARKER-73?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16187042#comment-16187042 ] Daniel Dekany commented on FREEMARKER-73: - {{sometimesNull!?sequence}} would be {{[]}}. Why?

[jira] [Comment Edited] (FREEMARKER-21) Reference to the object in condition - avoid repeating the same in #if and ${...}

2017-09-30 Thread Daniel Dekany (JIRA)
[ https://issues.apache.org/jira/browse/FREEMARKER-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16187039#comment-16187039 ] Daniel Dekany edited comment on FREEMARKER-21 at 9/30/17 11:17 AM: ---

[jira] [Commented] (FREEMARKER-21) Reference to the object in condition - avoid repeating the same in #if and ${...}

2017-09-30 Thread Daniel Dekany (JIRA)
[ https://issues.apache.org/jira/browse/FREEMARKER-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16187039#comment-16187039 ] Daniel Dekany commented on FREEMARKER-21: - That was another take on this in duplicate

[jira] [Commented] (FREEMARKER-75) New built-in ?as("variableName") to store the left-hand operand to a variable.

2017-09-30 Thread Daniel Dekany (JIRA)
[ https://issues.apache.org/jira/browse/FREEMARKER-75?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16187036#comment-16187036 ] Daniel Dekany commented on FREEMARKER-75: - {{#assign}}-like behavior is not a good default when

incubator-freemarker-site git commit: (Typo, etc.)

2017-09-30 Thread ddekany
Repository: incubator-freemarker-site Updated Branches: refs/heads/master f8fc2e118 -> 43b44e388 (Typo, etc.) Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/commit/43b44e38 Tree:

[2/3] incubator-freemarker git commit: Fixed binary compatibility mistake.

2017-09-30 Thread ddekany
Fixed binary compatibility mistake. Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/17c3d4e5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/17c3d4e5 Diff:

[1/3] incubator-freemarker git commit: Manual: Updated some incompatibleImprovements version numbers in examples

2017-09-30 Thread ddekany
Repository: incubator-freemarker Updated Branches: refs/heads/2.3 a86146b19 -> 9459a40cb Manual: Updated some incompatibleImprovements version numbers in examples Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit:

[3/3] incubator-freemarker git commit: Merge remote-tracking branch 'origin/2.3-gae' into 2.3

2017-09-30 Thread ddekany
Merge remote-tracking branch 'origin/2.3-gae' into 2.3 Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/9459a40c Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/9459a40c

incubator-freemarker git commit: Fixed binary compatibility mistake.

2017-09-30 Thread ddekany
Repository: incubator-freemarker Updated Branches: refs/heads/2.3-gae a36719572 -> 17c3d4e50 Fixed binary compatibility mistake. Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/17c3d4e5

incubator-freemarker-site git commit: Some additions to how-to / making releases

2017-09-30 Thread ddekany
Repository: incubator-freemarker-site Updated Branches: refs/heads/asf-site 309d0b6f9 -> 84a2861fe Some additions to how-to / making releases Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/repo Commit:

incubator-freemarker-site git commit: Some additions to how-to / making releases

2017-09-30 Thread ddekany
Repository: incubator-freemarker-site Updated Branches: refs/heads/master 7e9c53e6d -> f8fc2e118 Some additions to how-to / making releases Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/repo Commit:

incubator-freemarker git commit: Manual: Updated some incompatibleImprovements version numbers in examples

2017-09-30 Thread ddekany
Repository: incubator-freemarker Updated Branches: refs/heads/2.3-gae 2c129804f -> a36719572 Manual: Updated some incompatibleImprovements version numbers in examples Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit:

[4/7] incubator-freemarker git commit: Improved/fixed TemplateTransformModel behavior (this is a legacy interface that's not used much in user code):

2017-09-30 Thread ddekany
Improved/fixed TemplateTransformModel behavior (this is a legacy interface that's not used much in user code): - Writer TemplateTransformModel.getWriter(Writer out, Map args) can now return the out parameter as is, as FreeMarker now recognizes that it's the same object and so won't call

[1/7] incubator-freemarker git commit: FREEMARKER-48: Better handling of unchecked exceptions thrown by custom TemplateModel-s.

2017-09-30 Thread ddekany
Repository: incubator-freemarker Updated Branches: refs/heads/2.3 bdc902508 -> a86146b19 FREEMARKER-48: Better handling of unchecked exceptions thrown by custom TemplateModel-s. Added new configuration setting, wrap_unchecked_exceptions (Configurable.setWrapUncheckedExceptions(boolean)).

[7/7] incubator-freemarker git commit: Merge remote-tracking branch 'origin/2.3-gae' into 2.3

2017-09-30 Thread ddekany
Merge remote-tracking branch 'origin/2.3-gae' into 2.3 Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/a86146b1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/a86146b1

[2/7] incubator-freemarker git commit: (Missing Jira links in the change log)

2017-09-30 Thread ddekany
(Missing Jira links in the change log) Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/f27310bd Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/f27310bd Diff:

[5/7] incubator-freemarker git commit: Fixed template interruption support incompatibility with wrapUncheckedExceptions=true.

2017-09-30 Thread ddekany
Fixed template interruption support incompatibility with wrapUncheckedExceptions=true. Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/09a253af Tree:

[3/7] incubator-freemarker git commit: TemplateTest now detects bugs where the output Writer is closed to early

2017-09-30 Thread ddekany
TemplateTest now detects bugs where the output Writer is closed to early Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/560247a0 Tree: