incubator-freemarker git commit: Cleaned up more lexer/parser logic related to the handling of tag-closer delimiters ('>' and ']'). This has yielded the following two change log entries (and some impr

2018-03-19 Thread ddekany
Repository: incubator-freemarker Updated Branches: refs/heads/2.3-gae f55f9d891 -> 01294537b Cleaned up more lexer/parser logic related to the handling of tag-closer delimiters ('>' and ']'). This has yielded the following two change log entries (and some improvements in error message

[03/12] incubator-freemarker git commit: Fixed incorrect listing of valid roundingMode-s in extended Java decimal format parsing error message

2018-03-19 Thread ddekany
Fixed incorrect listing of valid roundingMode-s in extended Java decimal format parsing error message Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/54bd25b0 Tree:

[09/12] incubator-freemarker git commit: Cleanup related to [=...], also some missing functionality added.

2018-03-19 Thread ddekany
Cleanup related to [=...], also some missing functionality added. Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/eacd5168 Tree:

[08/12] incubator-freemarker git commit: In string literals, \= is now a valid escape sequence, resulting in a =. This is useful when you are using the new [=exp] interpolation syntax, which can be es

2018-03-19 Thread ddekany
In string literals, \= is now a valid escape sequence, resulting in a =. This is useful when you are using the new [=exp] interpolation syntax, which can be escaped in a string literal like "Literal [\=x]". (Also improved [=...] related documentation and test a bit.) Project:

[05/12] incubator-freemarker git commit: Added new ParserConfiguration setting, interpolation_syntax. It has 3 possible values:

2018-03-19 Thread ddekany
Added new ParserConfiguration setting, interpolation_syntax. It has 3 possible values: - legacy (the default): Interpolations look like ${...} or #{...}. Note that #{...} is deprecated for a long time now. - dollar: Interpolations look like ${...}. With this syntax, #{...} will be just static

[10/12] incubator-freemarker git commit: (Some more cleanup in FTL.jj... as far as BC allows us)

2018-03-19 Thread ddekany
(Some more cleanup in FTL.jj... as far as BC allows us) Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/f55f9d89 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/f55f9d89

[02/12] incubator-freemarker git commit: Made it more clear that using Configuration.getVersion() for the value of the incompatibleImprovements setting is bad idea.

2018-03-19 Thread ddekany
Made it more clear that using Configuration.getVersion() for the value of the incompatibleImprovements setting is bad idea. Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/40ced2d4 Tree:

[07/12] incubator-freemarker git commit: Added some more interpolation_syntax tests

2018-03-19 Thread ddekany
Added some more interpolation_syntax tests Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/aeaafe51 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/aeaafe51 Diff:

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

2018-03-19 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/edefaa2f Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/edefaa2f

[06/12] incubator-freemarker git commit: Changed Configuration.xxx_INTERPOLATION_SYNTAX int values so that they don't overlap with ..._TAG_SYNTAX values. Also, added test case to ConfigurationTest for

2018-03-19 Thread ddekany
Changed Configuration.xxx_INTERPOLATION_SYNTAX int values so that they don't overlap with ..._TAG_SYNTAX values. Also, added test case to ConfigurationTest for tag_syntax, fixing incorrect error message along the way. Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo

[01/12] incubator-freemarker git commit: Version history additions

2018-03-19 Thread ddekany
Repository: incubator-freemarker Updated Branches: refs/heads/2.3 0c69b1983 -> edefaa2f6 Version history additions Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/12616107 Tree:

[04/12] incubator-freemarker git commit: Manual: Noting some common pitfalls when using extended Java decimal format

2018-03-19 Thread ddekany
Manual: Noting some common pitfalls when using extended Java decimal format Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/c630a41a Tree:

incubator-freemarker git commit: (Minor internal renaming in FTL.jj)

2018-03-19 Thread ddekany
Repository: incubator-freemarker Updated Branches: refs/heads/2.3-gae 01294537b -> 355a09a21 (Minor internal renaming in FTL.jj) Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/355a09a2

[2/2] incubator-freemarker git commit: Forward ported from 2.3-gae: FTL.jj cleanup. Can't close with "]" when using angle bracket tag syntax anymore.

2018-03-19 Thread ddekany
Forward ported from 2.3-gae: FTL.jj cleanup. Can't close with "]" when using angle bracket tag syntax anymore. Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/0d21cbb7 Tree:

[1/2] incubator-freemarker git commit: Forward ported from 2.3-gae: Some more cleanup in FTL.jj

2018-03-19 Thread ddekany
Repository: incubator-freemarker Updated Branches: refs/heads/3 6e61c1d60 -> 0d21cbb77 Forward ported from 2.3-gae: Some more cleanup in FTL.jj Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo Commit: