This is an automated email from the ASF dual-hosted git repository.
ddekany pushed a change to branch 3
in repository https://gitbox.apache.org/repos/asf/freemarker.git.
from aed7d57 Forward ported from 2.3-gae: Allowed escaping # with backlash
in identifier names (not in string), as it used to occur in database column
names.
new 26220fe Forward ported from 2.3-gae: (Some built-in variable
expression code cleanup)
new f7e996a (Setting related JavaDoc corrections)
new c50d2a9 Forward ported from 2.3-gae: Added new special variable,
time_zone (referred like .time_zone, like all special variables), to retrieve
the current value of the time_zone setting as a string.
new f96be9a Fixed "assertEquals" directive (used in JUnit tests)
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../core/templatesuite/expected/specialvars.txt | 1 +
.../core/templatesuite/templates/setting.f3ac | 2 ++
.../core/templatesuite/templates/specialvars.f3ac | 1 +
.../freemarker/core/ASTExpBuiltInVariable.java | 19 ++++++++------
.../core/MutableProcessingConfiguration.java | 29 +++++++++++-----------
.../test/templateutil/AssertEqualsDirective.java | 2 +-
6 files changed, 32 insertions(+), 22 deletions(-)