[jira] [Resolved] (FREEMARKER-70) Loop Variables Not Resolving when used in string interpolations

2017-08-11 Thread Daniel Dekany (JIRA)
[ https://issues.apache.org/jira/browse/FREEMARKER-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dekany resolved FREEMARKER-70. - Resolution: Fixed Fix Version/s: 2.3.27-incubating Fix committed. > Loop Variab

[3/3] incubator-freemarker git commit: Bug fixed (FREEMARKER-70): The usage of loop variable built-ins, like loopVar?index, was disallowed by the parser inside interpolations that are inside a string

2017-08-11 Thread ddekany
Bug fixed (FREEMARKER-70): The usage of loop variable built-ins, like loopVar?index, was disallowed by the parser inside interpolations that are inside a string literal expression (as in <#list 1..3 as loopVar>${'${loopVar?index}'}), saying that there's no loop variable in scope with loopVar na

[1/3] incubator-freemarker git commit: Minor error message generation fix.

2017-08-11 Thread ddekany
Repository: incubator-freemarker Updated Branches: refs/heads/2.3-gae f1f8080b4 -> 056bf1cd7 Minor error message generation fix. Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/cdd12d8b Tree:

[2/3] incubator-freemarker git commit: (Minor code cleanup)

2017-08-11 Thread ddekany
(Minor code cleanup) Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/924a4201 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/924a4201 Diff: http://git-wip-us.apache.org/re

[jira] [Updated] (FREEMARKER-70) Loop Variables Not Resolving when used in string interpolations

2017-08-11 Thread Daniel Dekany (JIRA)
[ https://issues.apache.org/jira/browse/FREEMARKER-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dekany updated FREEMARKER-70: Summary: Loop Variables Not Resolving when used in string interpolations (was: Loop Vari

[jira] [Comment Edited] (FREEMARKER-70) Loop Variables Not Resolving when used as marco arguments

2017-08-11 Thread Daniel Dekany (JIRA)
[ https://issues.apache.org/jira/browse/FREEMARKER-70?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16124123#comment-16124123 ] Daniel Dekany edited comment on FREEMARKER-70 at 8/11/17 9:36 PM: ---

[jira] [Commented] (FREEMARKER-70) Loop Variables Not Resolving when used as marco arguments

2017-08-11 Thread Daniel Dekany (JIRA)
[ https://issues.apache.org/jira/browse/FREEMARKER-70?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16124123#comment-16124123 ] Daniel Dekany commented on FREEMARKER-70: - The problem is not with macros, but

[jira] [Updated] (FREEMARKER-70) Loop Variables Not Resolving when used as marco arguments

2017-08-11 Thread Bill Parkinson (JIRA)
[ https://issues.apache.org/jira/browse/FREEMARKER-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Parkinson updated FREEMARKER-70: - Description: When invoking a macro inside of a #list the loop variable is not in sco

[jira] [Updated] (FREEMARKER-70) Loop Variables Not Resolving when used as marco arguments

2017-08-11 Thread Bill Parkinson (JIRA)
[ https://issues.apache.org/jira/browse/FREEMARKER-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Parkinson updated FREEMARKER-70: - Description: When invoking a macro inside of a #list the loop variable is not in scope

[jira] [Updated] (FREEMARKER-70) Loop Variables Not Resolving when used as marco arguments

2017-08-11 Thread Bill Parkinson (JIRA)
[ https://issues.apache.org/jira/browse/FREEMARKER-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Parkinson updated FREEMARKER-70: - Description: When invoking a macro inside of a #list the loop variable is not in scope

[jira] [Created] (FREEMARKER-70) Loop Variables Not Resolving when used as marco arguments

2017-08-11 Thread Bill Parkinson (JIRA)
Bill Parkinson created FREEMARKER-70: Summary: Loop Variables Not Resolving when used as marco arguments Key: FREEMARKER-70 URL: https://issues.apache.org/jira/browse/FREEMARKER-70 Project: Apache

[jira] [Comment Edited] (FREEMARKER-69) Chinese:自定义Directive与Variable变量名称一致导致FTL解析BUG,English:A bug when The user-defined directive key same as Variable key

2017-08-11 Thread Daniel Dekany (JIRA)
[ https://issues.apache.org/jira/browse/FREEMARKER-69?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16123223#comment-16123223 ] Daniel Dekany edited comment on FREEMARKER-69 at 8/11/17 11:43 AM: --

[jira] [Resolved] (FREEMARKER-69) Chinese:自定义Directive与Variable变量名称一致导致FTL解析BUG,English:A bug when The user-defined directive key same as Variable key

2017-08-11 Thread Daniel Dekany (JIRA)
[ https://issues.apache.org/jira/browse/FREEMARKER-69?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dekany resolved FREEMARKER-69. - Resolution: Not A Problem > Chinese:自定义Directive与Variable变量名称一致导致FTL解析BUG,English:A bug

[jira] [Comment Edited] (FREEMARKER-69) Chinese:自定义Directive与Variable变量名称一致导致FTL解析BUG,English:A bug when The user-defined directive key same as Variable key

2017-08-11 Thread Daniel Dekany (JIRA)
[ https://issues.apache.org/jira/browse/FREEMARKER-69?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16123223#comment-16123223 ] Daniel Dekany edited comment on FREEMARKER-69 at 8/11/17 11:41 AM: --

[jira] [Comment Edited] (FREEMARKER-69) Chinese:自定义Directive与Variable变量名称一致导致FTL解析BUG,English:A bug when The user-defined directive key same as Variable key

2017-08-11 Thread Daniel Dekany (JIRA)
[ https://issues.apache.org/jira/browse/FREEMARKER-69?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16123223#comment-16123223 ] Daniel Dekany edited comment on FREEMARKER-69 at 8/11/17 11:37 AM: --

[jira] [Commented] (FREEMARKER-69) Chinese:自定义Directive与Variable变量名称一致导致FTL解析BUG,English:A bug when The user-defined directive key same as Variable key

2017-08-11 Thread Daniel Dekany (JIRA)
[ https://issues.apache.org/jira/browse/FREEMARKER-69?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16123223#comment-16123223 ] Daniel Dekany commented on FREEMARKER-69: - It's design decision in FreeMarker t

[jira] [Created] (FREEMARKER-69) Chinese:自定义Directive与Variable变量名称一致导致FTL解析BUG,English:A bug when The user-defined directive key same as Variable key

2017-08-11 Thread pengzhistar (JIRA)
pengzhistar created FREEMARKER-69: - Summary: Chinese:自定义Directive与Variable变量名称一致导致FTL解析BUG,English:A bug when The user-defined directive key same as Variable key Key: FREEMARKER-69 URL: https://issues.apache.org

[jira] [Updated] (FREEMARKER-68) Double-question mark operator does not properly test for Jython attributes

2017-08-11 Thread Daniel Dekany (JIRA)
[ https://issues.apache.org/jira/browse/FREEMARKER-68?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dekany updated FREEMARKER-68: Summary: Double-question mark operator does not properly test for Jython attributes (was

[jira] [Comment Edited] (FREEMARKER-68) Double-question mark operator does not properly test for attributes

2017-08-11 Thread Daniel Dekany (JIRA)
[ https://issues.apache.org/jira/browse/FREEMARKER-68?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16123117#comment-16123117 ] Daniel Dekany edited comment on FREEMARKER-68 at 8/11/17 10:02 AM: --

[jira] [Comment Edited] (FREEMARKER-68) Double-question mark operator does not properly test for attributes

2017-08-11 Thread Daniel Dekany (JIRA)
[ https://issues.apache.org/jira/browse/FREEMARKER-68?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16123117#comment-16123117 ] Daniel Dekany edited comment on FREEMARKER-68 at 8/11/17 10:02 AM: --

[jira] [Comment Edited] (FREEMARKER-68) Double-question mark operator does not properly test for attributes

2017-08-11 Thread Daniel Dekany (JIRA)
[ https://issues.apache.org/jira/browse/FREEMARKER-68?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16123117#comment-16123117 ] Daniel Dekany edited comment on FREEMARKER-68 at 8/11/17 10:00 AM: --

[jira] [Commented] (FREEMARKER-68) Double-question mark operator does not properly test for attributes

2017-08-11 Thread Daniel Dekany (JIRA)
[ https://issues.apache.org/jira/browse/FREEMARKER-68?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16123117#comment-16123117 ] Daniel Dekany commented on FREEMARKER-68: - The problem is not specific to {{??}

[jira] [Closed] (FREEMARKER-67) Doesn't support org.bson.Document's correct order of keys.

2017-08-11 Thread Daniel Dekany (JIRA)
[ https://issues.apache.org/jira/browse/FREEMARKER-67?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Dekany closed FREEMARKER-67. --- > Doesn't support org.bson.Document's correct order of keys. >