Messages by Thread
-
-
-
[19/21] incubator-freemarker git commit: FREEMARKER-63: Lot of refinement in the API-s and implementation. #macro now creates a `TemplateDirectiveModel`, and #function now creates `TemplateFunctionModel` (though the function/method call syntax doesn't ye
ddekany
-
[07/21] incubator-freemarker git commit: FREEMARKER-63: Bit of API/javadoc cleanup
ddekany
-
[05/21] incubator-freemarker git commit: FREEMARKER-63: Very early state. Simplified capturing assignment implementation
ddekany
-
[14/21] incubator-freemarker git commit: FREEMARKER-63: Change 1: Replaced the "loop variable" term with the more generic "nested content parameter" term. (In FM2, loop variables were introduced earlier than nested content parameter, so the two term coul
ddekany
-
[03/21] incubator-freemarker git commit: FREEMARKER-63: Very early state. Added support for nested content and loop variables. Added StringToIndexMap, which is used for mapping names to their index in the value arrays (a concept that we use at a few pla
ddekany
-
[17/21] incubator-freemarker git commit: FREEMARKER-63: Lot of refinement in the API-s and implementation. #macro now creates a `TemplateDirectiveModel`, and #function now creates `TemplateFunctionModel` (though the function/method call syntax doesn't ye
ddekany
-
[10/21] incubator-freemarker git commit: FREEMARKER-63: Removed TemplateTransformModel and the old TemplateDirectiveModel, renamed TemplateDirectiveModel2 to TemplateDirectiveModel. Removed the temporary `<~...>` syntax; now `<@...>` is used to call the
ddekany
-
[04/21] incubator-freemarker git commit: FREEMARKER-63: Very early state. Some cleanups. Temporarily added support for calling legacy ASTDirMacro-s with the also temporary <~...>syntax.
ddekany
-
[12/21] incubator-freemarker git commit: FREEMARKER-63: Fixed failing test. (Now the test suite passes.)
ddekany
-
[20/21] incubator-freemarker git commit: FREEMARKER-63: Lot of refinement in the API-s and implementation. #macro now creates a `TemplateDirectiveModel`, and #function now creates `TemplateFunctionModel` (though the function/method call syntax doesn't ye
ddekany
-
[09/21] incubator-freemarker git commit: FREEMARKER-63: Removed TemplateTransformModel and the old TemplateDirectiveModel, renamed TemplateDirectiveModel2 to TemplateDirectiveModel. Removed the temporary `<~...>` syntax; now `<@...>` is used to call the
ddekany
-
[13/21] incubator-freemarker git commit: FREEMARKER-63: Change 1: Replaced the "loop variable" term with the more generic "nested content parameter" term. (In FM2, loop variables were introduced earlier than nested content parameter, so the two term coul
ddekany
-
[02/21] incubator-freemarker git commit: FREEMARKER-63: Very early state. Until it's fully functional, the new interface is called TemplateDirectiveModel2, and is invoked with <~...> instead of <@...>. Later it will replace TemplateDirectiveModel and th
ddekany
-
[08/21] incubator-freemarker git commit: FREEMARKER-63: Removed TemplateTransformModel and the old TemplateDirectiveModel, renamed TemplateDirectiveModel2 to TemplateDirectiveModel. Removed the temporary `<~...>` syntax; now `<@...>` is used to call the
ddekany
-
[18/21] incubator-freemarker git commit: FREEMARKER-63: Lot of refinement in the API-s and implementation. #macro now creates a `TemplateDirectiveModel`, and #function now creates `TemplateFunctionModel` (though the function/method call syntax doesn't ye
ddekany
-
[06/21] incubator-freemarker git commit: Removed the legacy predefined shared variables: "html_escape", "normalize_newlines", "xml_escape", "capture_output", "compress". It had to be done now as TemplateTransformModel will be removed as part of FREEMARKE
ddekany
-
[1/4] incubator-freemarker git commit: Fix grammar in InvalidReferenceException tip
ddekany
-
[jira] [Created] (FREEMARKER-65) FM3 Utilities for argument validation in TemplateCallableModel-s
Daniel Dekany (JIRA)
-
[GitHub] incubator-freemarker pull request #31: FREEMARKER-55: spring.ftl marco lib s...
woonsan
-
[01/50] incubator-freemarker git commit: converted the readme from txt to md and added the build status from travis
ddekany
-
[31/50] incubator-freemarker git commit: Some internal AST oversight fixes, and a new internal parser setting, preventStrippings. These are needed for the FM2 to FM3 converter.
ddekany
-
[34/50] incubator-freemarker git commit: Additions to the recent #switch improvements.
ddekany
-
[38/50] incubator-freemarker git commit: Simplified (and faster) capturing assignment implementation (backported from FM3 branch)
ddekany
-
[40/50] incubator-freemarker git commit: (JavaDoc adjustment)
ddekany
-
[19/50] incubator-freemarker git commit: Wrong bugfix description: output_format=XHTML isn't supposed to work and it doesn't either. It's output_format=XHTMLOutputFormat that works now.
ddekany
-
[03/50] incubator-freemarker git commit: Made README.md more plain-text-viewer friendly.
ddekany
-
[12/50] incubator-freemarker git commit: changed the build script to point to ci task
ddekany
-
[44/50] incubator-freemarker git commit: (Attempt to fix Travis problem with JUnit)
ddekany
-
[08/50] incubator-freemarker git commit: Build: offline check not needed for download-ivy
ddekany
-
[28/50] incubator-freemarker git commit: FREEMARKER-60: Document interaction between lazy import and #global
ddekany
-
[04/50] incubator-freemarker git commit: REAMDE needs no copyright header
ddekany
-
[35/50] incubator-freemarker git commit: Constants.EMPTY_HASH now implements TemplateHashModelEx2, so it can be listed with <#list ... as k, v>. Earlier it was only a TemplateHashModelEx. Added Constants.EMPTY_KEY_VALUE_PAIR_ITERATOR.
ddekany
-
[47/50] incubator-freemarker git commit: (Attempt to fix Travis problem with JUnit)
ddekany
-
[15/50] incubator-freemarker git commit: (Some JavaDoc and error message typos fixed)
ddekany
-
[06/50] incubator-freemarker git commit: (Minor JavaDoc improvements)
ddekany
-
[09/50] incubator-freemarker git commit: Improved README build section.
ddekany
-
[10/50] incubator-freemarker git commit: Build: Upgraded to Ivy 2.4.0
ddekany
-
[11/50] incubator-freemarker git commit: added javadoc task as part of the build process
ddekany
-
[39/50] incubator-freemarker git commit: Fixed some parser error message glitches.
ddekany
-
[17/50] incubator-freemarker git commit: FREEMARKER-52: When setting the output_format with Properties, the XHTML abbreviation wasn't recognized. Like in a .properties file, output_format=XHTML didn't work, only output_format=freemarker.core.XHTMLOutputF
ddekany
-
[14/50] incubator-freemarker git commit: travis.yml file update
ddekany
-
[43/50] incubator-freemarker git commit: (JavaDoc adjustment...)
ddekany
-
[25/50] incubator-freemarker git commit: Fixed wrong test
ddekany
-
[48/50] incubator-freemarker git commit: (Attempt to fix Travis problem with JUnit)
ddekany
-
[29/50] incubator-freemarker git commit: Build: Fixed Maven SNAPSHOT deployment (all artifacts use the same build number now). Added "maven-install" task for local installation.
ddekany
-
[07/50] incubator-freemarker git commit: Added "ci" Ant task
ddekany
-
[46/50] incubator-freemarker git commit: (Attempt to fix Travis problem with JUnit)
ddekany
-
[33/50] incubator-freemarker git commit: Legacy <#call m> haven't set the source code position of m.
ddekany
-
[50/50] incubator-freemarker git commit: Merge remote-tracking branch 'origin/2.3-gae' into 2.3
ddekany
-
[37/50] incubator-freemarker git commit: (Bit of jj code formatting)
ddekany
-
[22/50] incubator-freemarker git commit: Minor JavaDoc improvements
ddekany
-
[02/50] incubator-freemarker git commit: Converted the README from plain txt to markdown, and added the build status from Travis
ddekany
-
[30/50] incubator-freemarker git commit: Updated version number
ddekany
-
[45/50] incubator-freemarker git commit: (Attempt to fix Travis problem with JUnit)
ddekany
-
[26/50] incubator-freemarker git commit: (JavaDoc improvement)
ddekany
-
[32/50] incubator-freemarker git commit: Bug fixed: Comments were not allowed by the parser between the switch tag and the first case tag.
ddekany
-
[20/50] incubator-freemarker git commit: (Error message typo. Better error message for allow_nothing VS allows_nothing.)
ddekany
-
[18/50] incubator-freemarker git commit: Configuration object builder expression: Slightly improved error message for something=NoSuchClass when the class name contains no dot
ddekany
-
[13/50] incubator-freemarker git commit: (README heading hierarchy fix)
ddekany
-
[27/50] incubator-freemarker git commit: Manual: Improved #attempt/#recover documentation
ddekany
-
[41/50] incubator-freemarker git commit: Documented the precision of arithmetical operations
ddekany
-
[16/50] incubator-freemarker git commit: (JavaDoc typos)
ddekany
-
[23/50] incubator-freemarker git commit: Improved #attempt error reporting:
ddekany
-
[36/50] incubator-freemarker git commit: (Switch parsing cleanup)
ddekany
-
[49/50] incubator-freemarker git commit: (Attempt to fix Travis problem with JUnit)
ddekany
-
[05/50] incubator-freemarker git commit: Various smaller JavaDoc fixes
ddekany
-
[21/50] incubator-freemarker git commit: FREEMARKER-58: Manual example mistakes
ddekany
-
[24/50] incubator-freemarker git commit: Added alternative syntaxes for the && (logical and) operator: \and and & & . These are to work around issues in applications where the template must be a valid XML (&& is not valid XML/HTML, at most places),
ddekany
-
[42/50] incubator-freemarker git commit: GeneralPurposeNothing also implements TemplateHashModelEx2
ddekany
-
incubator-freemarker git commit: (Attempt to fix Travis problem with JUnit)
ddekany
-
incubator-freemarker git commit: (JavaDoc adjustment...)
ddekany
-
incubator-freemarker git commit: GeneralPurposeNothing also implements TemplateHashModelEx2
ddekany
-
[1/3] incubator-freemarker git commit: Fixed some parser error message glitches.
ddekany
-
[jira] [Updated] (FREEMARKER-64) FM3 Unification and improvement of function-like constructs
Daniel Dekany (JIRA)
-
[jira] [Updated] (FREEMARKER-64) FM3 Unification of function-like constructs
Daniel Dekany (JIRA)
-
[jira] [Created] (FREEMARKER-64) FM3 Unification of function-like constructs
Daniel Dekany (JIRA)
-
[jira] [Commented] (FREEMARKER-63) FM3 Unification and improvement of directive-like constructs
ASF GitHub Bot (JIRA)
-
[GitHub] incubator-freemarker pull request #30: FREEMARKER-63: Unification and improv...
ddekany
-
[GitHub] incubator-freemarker pull request #29: Fix grammar in InvalidReferenceExcept...
SimonLammer
-
[1/2] incubator-freemarker git commit: (Bit of jj code formatting)
ddekany
-
incubator-freemarker git commit: (README: Addition to IntelliJ setup)
ddekany
-
[jira] [Created] (FREEMARKER-63) FM3 Unification and improvement of directive-like constructs
Daniel Dekany (JIRA)
-
incubator-freemarker git commit: (Gitignore improvement)
ddekany
-
incubator-freemarker git commit: (Switch parsing cleanup)
ddekany
-
incubator-freemarker git commit: Constants.EMPTY_HASH now implements TemplateHashModelEx2, so it can be listed with <#list ... as k, v>. Earlier it was only a TemplateHashModelEx. Added Constants.EMPTY_KEY_VALUE_PAIR_ITERATOR.
ddekany
-
incubator-freemarker git commit: Added IntelliJ setup to README
ddekany
-
[1/3] incubator-freemarker git commit: FM2 to FM3 converter properties cleanup
ddekany
-
[1/2] incubator-freemarker git commit: (Converter minor additions)
ddekany
-
[1/2] incubator-freemarker git commit: (Setting name converter fix)
ddekany
-
incubator-freemarker git commit: Removed long deprecated `?webSafe` (replaced by `?html`)
ddekany
-
incubator-freemarker git commit: (Some more change log structuring)
ddekany
-
incubator-freemarker git commit: Removed the `.templateName` (`.template_name`) special variable, which was deprecated by `.currentTemplateName` since 2.3.23.
ddekany
-
incubator-freemarker git commit: Removed the `.currentNode` (`.current_node`) special variable, which was a deprecated alias to `.node`
ddekany
-
incubator-freemarker git commit: closes apache/incubator-freemarker#28: Already merged so closing PR without merging.
woonsan
-
incubator-freemarker-site git commit: Updated redirections to include freemarker.apache.org
ddekany
-
[1/4] incubator-freemarker git commit: In XML processing, the @@ names are now also converted to camel case (like node.@@nested_markup to node.@@nestedMarkup).
ddekany
-
incubator-freemarker git commit: closes apache/incubator-freemarker#28: Closing PR. Earler merge didn't close it.
ddekany
-
incubator-freemarker git commit: closes apache/freemarker-incubator#28: Closing PR. Earler merge didn't close it.
ddekany
-
[1/6] incubator-freemarker git commit: Removed namingConvention setting, and made directive names, built-in names, special variable names, and setting names, camel case. (Other naming conventions, if needed, are planned to be handled with custom dialects
ddekany
-
[3/6] incubator-freemarker git commit: Removed namingConvention setting, and made directive names, built-in names, special variable names, and setting names, camel case. (Other naming conventions, if needed, are planned to be handled with custom dialects
ddekany
-
[5/6] incubator-freemarker git commit: Removed namingConvention setting, and made directive names, built-in names, special variable names, and setting names, camel case. (Other naming conventions, if needed, are planned to be handled with custom dialects
ddekany
-
[6/6] incubator-freemarker git commit: Merge remote-tracking branch 'origin/3' into 3
ddekany
-
[2/6] incubator-freemarker git commit: Removed namingConvention setting, and made directive names, built-in names, special variable names, and setting names, camel case. (Other naming conventions, if needed, are planned to be handled with custom dialects
ddekany
-
[4/6] incubator-freemarker git commit: Removed namingConvention setting, and made directive names, built-in names, special variable names, and setting names, camel case. (Other naming conventions, if needed, are planned to be handled with custom dialects
ddekany
-
incubator-freemarker git commit: FREEMARKER-55: Adding changelog (up to now) about spring support
woonsan
-
incubator-freemarker git commit: FREEMARKER-55: Renaming Freemarker to FreeMarker
woonsan
-
[GitHub] incubator-freemarker pull request #28: FREEMARKER-55: Renaming Freemarker to...
woonsan
-
[1/4] incubator-freemarker git commit: FREEMARKER-55: Add default tld sources (tld files in web-inf/lib/*.jar) like FreemarkerServlet does.
ddekany
-
[GitHub] incubator-freemarker pull request #27: FREEMARKER-55: Add default tld source...
woonsan
-
[1/2] incubator-freemarker git commit: Converted test and example ftl files to camel case naming convention
ddekany
-
[jira] [Comment Edited] (FREEMARKER-61) ?sort_using with a Comparator parameter
Daniel Dekany (JIRA)
-
[jira] [Commented] (FREEMARKER-62) ?sort_by to accept Iterable
Daniel Dekany (JIRA)
-
[jira] [Commented] (FREEMARKER-61) ?sort_using with a Comparator parameter
Daniel Dekany (JIRA)
-
[jira] [Created] (FREEMARKER-62) ?sort_by to accept Iterable
JIRA
-
[jira] [Created] (FREEMARKER-61) ?sort_using with a Comparator parameter
JIRA
-
incubator-freemarker git commit: Continued working on FM2 to FM3 converter...
ddekany
-
[1/2] incubator-freemarker git commit: (Removed unused token from FTL.jj)
ddekany
-
incubator-freemarker git commit: Inside a #switch, #case can't be after #default anymore (this is actually a bug in FM2)
ddekany
-
[1/2] incubator-freemarker git commit: Forward ported from 2.3-gae: Bug fixed: Comments were not allowed by the parser between the switch tag and the first case tag.
ddekany
-
incubator-freemarker git commit: Additions to the recent #switch improvements.
ddekany
-
incubator-freemarker-site git commit: (Typo fixes...)
ddekany
-
incubator-freemarker-site git commit: Added how to deploy a SNAPSHOT version
ddekany
-
incubator-freemarker git commit: Legacy <#call m> haven't set the source code position of m.
ddekany
-
incubator-freemarker git commit: Continued FM2 to FM3 converter...
ddekany
-
incubator-freemarker git commit: Bug fixed: Comments were not allowed by the parser between the switch tag and the first case tag.
ddekany
-
[1/3] incubator-freemarker git commit: (Fixed trim directive AST class name)
ddekany
-
[1/3] incubator-freemarker git commit: Build: Fixed Maven SNAPSHOT deployment (all artifacts use the same build number now). Added "maven-install" task for local installation.
ddekany
-
subscribe
Woonsan Ko
-
[1/2] incubator-freemarker git commit: (Change log update)
ddekany
-
incubator-freemarker git commit: (It's important that the input of the list merger methods must be immutable themselves, so I have named this methods back.)
ddekany
-
[01/17] incubator-freemarker git commit: FREEMARKER-55: remove unnecessary exposures and package name change.
ddekany