You are viewing a plain text version of this content. The canonical link for it is here.
- [01/15] incubator-freemarker git commit: let TemplateElement#accept return child elements that remain to be processed - posted by dd...@apache.org on 2015/12/13 17:02:18 UTC, 0 replies.
- [02/15] incubator-freemarker git commit: merge Environment#visit and Environment#visitByHiddingParent to further reduce call stack size - posted by dd...@apache.org on 2015/12/13 17:02:19 UTC, 0 replies.
- [03/15] incubator-freemarker git commit: Merge remote-tracking branch 'github/avoid-too-much-recursion-when-visiting-template-elements-2.3-ga' into 2.3-gae - posted by dd...@apache.org on 2015/12/13 17:02:20 UTC, 0 replies.
- [04/15] incubator-freemarker git commit: Some formatting fixes and cleanup - posted by dd...@apache.org on 2015/12/13 17:02:21 UTC, 0 replies.
- [05/15] incubator-freemarker git commit: Simplified stack trace handling (no hide-in-parent logic), allows some optimization in the "elementsToVisit" returning mechanism. - posted by dd...@apache.org on 2015/12/13 17:02:22 UTC, 0 replies.
- [06/15] incubator-freemarker git commit: Rewriting instructionStack to use an array instead of an ArrayList (gives 10% speedup in certain templates.) - posted by dd...@apache.org on 2015/12/13 17:02:23 UTC, 0 replies.
- [07/15] incubator-freemarker git commit: Replaced localContextStack with specialized ArrayList-like class for some speed gain - posted by dd...@apache.org on 2015/12/13 17:02:24 UTC, 0 replies.
- [08/15] incubator-freemarker git commit: Avoid creating new TemplateElement[] for TemplateElement.accept calls. - posted by dd...@apache.org on 2015/12/13 17:02:25 UTC, 0 replies.
- [09/15] incubator-freemarker git commit: [unfinished] Getting rid of nestedBlock VS regulatedChildren - posted by dd...@apache.org on 2015/12/13 17:02:26 UTC, 0 replies.
- [10/15] incubator-freemarker git commit: [unfinished] Getting rid of nestedBlock VS regulatedChildren - posted by dd...@apache.org on 2015/12/13 17:02:27 UTC, 0 replies.
- [11/15] incubator-freemarker git commit: Refactoring FMParser to not produce MixedContent, except for the root element. - posted by dd...@apache.org on 2015/12/13 17:02:28 UTC, 0 replies.
- [12/15] incubator-freemarker git commit: (Adjusted some JavaDoc comments) - posted by dd...@apache.org on 2015/12/13 17:02:29 UTC, 0 replies.
- [GitHub] incubator-freemarker pull request: Avoid too much recursion when v... - posted by asfgit <gi...@git.apache.org> on 2015/12/13 17:02:30 UTC, 0 replies.
- [13/15] incubator-freemarker git commit: A bit of stripText optimization - posted by dd...@apache.org on 2015/12/13 17:02:30 UTC, 0 replies.
- [14/15] incubator-freemarker git commit: Adjusted #attempt AST structure so that its goes through postParseCleanup properly. - posted by dd...@apache.org on 2015/12/13 17:02:31 UTC, 0 replies.
- [15/15] incubator-freemarker git commit: Change log for stack usage usage optimization and AST cleanup. - posted by dd...@apache.org on 2015/12/13 17:02:32 UTC, 0 replies.
- [1/4] incubator-freemarker git commit: (JavaDoc typo fix) - posted by dd...@apache.org on 2015/12/14 23:51:15 UTC, 0 replies.
- [2/4] incubator-freemarker git commit: (Just local variable name fixes, and one more AST test) - posted by dd...@apache.org on 2015/12/14 23:51:16 UTC, 0 replies.
- [3/4] incubator-freemarker git commit: (TemplateElement.getChildNodes code cleanup) - posted by dd...@apache.org on 2015/12/14 23:51:17 UTC, 0 replies.
- [4/4] incubator-freemarker git commit: Decreased macro call stack usage by 1. - posted by dd...@apache.org on 2015/12/14 23:51:18 UTC, 0 replies.
- incubator-freemarker git commit: Decreased guaranteed stack usage (which is the stack usage you see in exception stack traces) by 1 per visit(TemplateElement[]). - posted by dd...@apache.org on 2015/12/15 00:18:32 UTC, 0 replies.
- [jira] [Commented] (FREEMARKER-8) Adding to a hash (map) - posted by "Ondra Žižka (JIRA)" <ji...@apache.org> on 2015/12/15 15:18:46 UTC, 0 replies.
- [jira] [Comment Edited] (FREEMARKER-8) Adding to a hash (map) - posted by "Ondra Žižka (JIRA)" <ji...@apache.org> on 2015/12/15 15:19:46 UTC, 0 replies.
- [1/2] incubator-freemarker git commit: (Commented out AST assertions) - posted by dd...@apache.org on 2015/12/15 23:09:57 UTC, 0 replies.
- [2/2] incubator-freemarker git commit: Avoid using TemplateElement methods that are Swing dependent in 2.3 (the non-GAE branch) - posted by dd...@apache.org on 2015/12/15 23:09:58 UTC, 0 replies.
- [01/23] incubator-freemarker git commit: let TemplateElement#accept return child elements that remain to be processed - posted by dd...@apache.org on 2015/12/15 23:23:42 UTC, 1 replies.
- [02/23] incubator-freemarker git commit: merge Environment#visit and Environment#visitByHiddingParent to further reduce call stack size - posted by dd...@apache.org on 2015/12/15 23:23:43 UTC, 1 replies.
- [03/23] incubator-freemarker git commit: Merge remote-tracking branch 'github/avoid-too-much-recursion-when-visiting-template-elements-2.3-ga' into 2.3-gae - posted by dd...@apache.org on 2015/12/15 23:23:44 UTC, 1 replies.
- [04/23] incubator-freemarker git commit: Some formatting fixes and cleanup - posted by dd...@apache.org on 2015/12/15 23:23:45 UTC, 1 replies.
- [05/23] incubator-freemarker git commit: Simplified stack trace handling (no hide-in-parent logic), allows some optimization in the "elementsToVisit" returning mechanism. - posted by dd...@apache.org on 2015/12/15 23:23:46 UTC, 1 replies.
- [06/23] incubator-freemarker git commit: Rewriting instructionStack to use an array instead of an ArrayList (gives 10% speedup in certain templates.) - posted by dd...@apache.org on 2015/12/15 23:23:47 UTC, 1 replies.
- [07/23] incubator-freemarker git commit: Replaced localContextStack with specialized ArrayList-like class for some speed gain - posted by dd...@apache.org on 2015/12/15 23:23:48 UTC, 1 replies.
- [08/23] incubator-freemarker git commit: Avoid creating new TemplateElement[] for TemplateElement.accept calls. - posted by dd...@apache.org on 2015/12/15 23:23:49 UTC, 1 replies.
- [09/23] incubator-freemarker git commit: [unfinished] Getting rid of nestedBlock VS regulatedChildren - posted by dd...@apache.org on 2015/12/15 23:23:50 UTC, 1 replies.
- [10/23] incubator-freemarker git commit: [unfinished] Getting rid of nestedBlock VS regulatedChildren - posted by dd...@apache.org on 2015/12/15 23:23:51 UTC, 1 replies.
- [11/23] incubator-freemarker git commit: Refactoring FMParser to not produce MixedContent, except for the root element. - posted by dd...@apache.org on 2015/12/15 23:23:52 UTC, 1 replies.
- [12/23] incubator-freemarker git commit: (Adjusted some JavaDoc comments) - posted by dd...@apache.org on 2015/12/15 23:23:53 UTC, 1 replies.
- [13/23] incubator-freemarker git commit: A bit of stripText optimization - posted by dd...@apache.org on 2015/12/15 23:23:54 UTC, 1 replies.
- [14/23] incubator-freemarker git commit: Adjusted #attempt AST structure so that its goes through postParseCleanup properly. - posted by dd...@apache.org on 2015/12/15 23:23:55 UTC, 1 replies.
- [15/23] incubator-freemarker git commit: Change log for stack usage usage optimization and AST cleanup. - posted by dd...@apache.org on 2015/12/15 23:23:56 UTC, 1 replies.
- [16/23] incubator-freemarker git commit: (JavaDoc typo fix) - posted by dd...@apache.org on 2015/12/15 23:23:57 UTC, 1 replies.
- [17/23] incubator-freemarker git commit: (Just local variable name fixes, and one more AST test) - posted by dd...@apache.org on 2015/12/15 23:23:58 UTC, 1 replies.
- [18/23] incubator-freemarker git commit: (TemplateElement.getChildNodes code cleanup) - posted by dd...@apache.org on 2015/12/15 23:23:59 UTC, 1 replies.
- [19/23] incubator-freemarker git commit: Decreased macro call stack usage by 1. - posted by dd...@apache.org on 2015/12/15 23:24:00 UTC, 1 replies.
- [20/23] incubator-freemarker git commit: Decreased guaranteed stack usage (which is the stack usage you see in exception stack traces) by 1 per visit(TemplateElement[]). - posted by dd...@apache.org on 2015/12/15 23:24:01 UTC, 1 replies.
- [21/23] incubator-freemarker git commit: (Commented out AST assertions) - posted by dd...@apache.org on 2015/12/15 23:24:02 UTC, 1 replies.
- [22/23] incubator-freemarker git commit: Avoid using TemplateElement methods that are Swing dependent in 2.3 (the non-GAE branch) - posted by dd...@apache.org on 2015/12/15 23:24:03 UTC, 1 replies.
- [23/23] incubator-freemarker git commit: Merge remote-tracking branch 'origin/2.3-gae' into 2.3 - posted by dd...@apache.org on 2015/12/15 23:24:04 UTC, 0 replies.
- [23/23] incubator-freemarker git commit: Merge remote-tracking branch 'origin/2.3-gae' - posted by dd...@apache.org on 2015/12/16 00:26:28 UTC, 0 replies.
- incubator-freemarker git commit: (Removed backported feature from 2.4 changelog) - posted by dd...@apache.org on 2015/12/16 00:27:20 UTC, 0 replies.
- incubator-freemarker-site git commit: Nightly builds Ivy repo update - posted by dd...@apache.org on 2015/12/17 11:45:11 UTC, 0 replies.
- [1/3] incubator-freemarker-docgen git commit: Allowed "olink:nameOfSomeOtherOlink" as target URL-s inside the olink setting. - posted by dd...@apache.org on 2015/12/17 14:03:52 UTC, 0 replies.
- [2/3] incubator-freemarker-docgen git commit: (Updated Eclipse classpath for the current external dependencies) - posted by dd...@apache.org on 2015/12/17 14:03:53 UTC, 0 replies.
- [3/3] incubator-freemarker-docgen git commit: Empty olink-s with no nested link text now show the target URL in the output. - posted by dd...@apache.org on 2015/12/17 14:03:54 UTC, 0 replies.
- incubator-freemarker-docgen git commit: Empty link-s with no nested link text also show the target URL in the output. - posted by dd...@apache.org on 2015/12/17 14:39:26 UTC, 0 replies.
- incubator-freemarker-site git commit: Ivy repo: Docgen update - posted by dd...@apache.org on 2015/12/17 14:45:47 UTC, 1 replies.
- [1/2] incubator-freemarker-site git commit: Updated powered by address (and text ) - posted by dd...@apache.org on 2015/12/17 14:46:49 UTC, 0 replies.
- [2/2] incubator-freemarker-site git commit: Fixing references to the old Github and Git addresses. Making olink of the related URL-s. - posted by dd...@apache.org on 2015/12/17 14:46:50 UTC, 0 replies.
- [1/2] incubator-freemarker-site git commit: Fixed outdated Github and Git URL-s. Regenerated site with the latest docgen. - posted by dd...@apache.org on 2015/12/17 14:49:08 UTC, 0 replies.
- [2/2] incubator-freemarker-site git commit: Fixed outdated Github and Git URL-s. Regenerated site with the latest docgen. - posted by dd...@apache.org on 2015/12/17 14:49:09 UTC, 0 replies.
- [1/2] incubator-freemarker git commit: (Added an AST test case) - posted by dd...@apache.org on 2015/12/17 21:35:51 UTC, 0 replies.
- [2/2] incubator-freemarker git commit: (Test case to test #return in macros) - posted by dd...@apache.org on 2015/12/17 21:35:52 UTC, 0 replies.
- [1/2] incubator-freemarker git commit: (if/else tests to guard against certain AST-related bugs) - posted by dd...@apache.org on 2015/12/17 23:57:33 UTC, 0 replies.
- [2/2] incubator-freemarker git commit: (AST location information test) - posted by dd...@apache.org on 2015/12/17 23:57:34 UTC, 0 replies.
- incubator-freemarker git commit: (More AST location information tests) - posted by dd...@apache.org on 2015/12/18 21:41:34 UTC, 0 replies.
- incubator-freemarker git commit: Added back FMParser.MixedContent and OptionalBlock products for backward compatibility for those dared to call the parser directly. We don't use them. - posted by dd...@apache.org on 2015/12/18 21:58:20 UTC, 0 replies.
- incubator-freemarker git commit: Fixing regression: Interpolations should be shown in the FTL stack trace - posted by dd...@apache.org on 2015/12/18 22:14:26 UTC, 0 replies.
- incubator-freemarker-site git commit: Added link to http://www.apache.org/foundation/getinvolved.html to the "Contributors wanted!" page. - posted by dd...@apache.org on 2015/12/19 10:37:04 UTC, 1 replies.
- incubator-freemarker-site git commit: README.txt additions - posted by dd...@apache.org on 2015/12/19 10:43:56 UTC, 0 replies.
- incubator-freemarker-docgen git commit: README additions/updates - posted by dd...@apache.org on 2015/12/19 11:47:20 UTC, 0 replies.
- [1/8] incubator-freemarker git commit: (Added an AST test case) - posted by dd...@apache.org on 2015/12/19 15:23:10 UTC, 1 replies.
- [2/8] incubator-freemarker git commit: (Test case to test #return in macros) - posted by dd...@apache.org on 2015/12/19 15:23:11 UTC, 1 replies.
- [3/8] incubator-freemarker git commit: (if/else tests to guard against certain AST-related bugs) - posted by dd...@apache.org on 2015/12/19 15:23:12 UTC, 1 replies.
- [4/8] incubator-freemarker git commit: (AST location information test) - posted by dd...@apache.org on 2015/12/19 15:23:13 UTC, 1 replies.
- [5/8] incubator-freemarker git commit: (More AST location information tests) - posted by dd...@apache.org on 2015/12/19 15:23:14 UTC, 1 replies.
- [6/8] incubator-freemarker git commit: Added back FMParser.MixedContent and OptionalBlock products for backward compatibility for those dared to call the parser directly. We don't use them. - posted by dd...@apache.org on 2015/12/19 15:23:15 UTC, 1 replies.
- [7/8] incubator-freemarker git commit: Fixing regression: Interpolations should be shown in the FTL stack trace - posted by dd...@apache.org on 2015/12/19 15:23:16 UTC, 1 replies.
- [8/8] incubator-freemarker git commit: Merge remote-tracking branch 'origin/2.3-gae' into 2.3 - posted by dd...@apache.org on 2015/12/19 15:23:17 UTC, 1 replies.
- [8/8] incubator-freemarker git commit: Merge remote-tracking branch 'origin/2.3-gae' - posted by dd...@apache.org on 2015/12/19 15:23:40 UTC, 1 replies.
- incubator-freemarker-docgen git commit: olink setting now supports targets with "id:" URL schema. - posted by dd...@apache.org on 2015/12/19 17:20:02 UTC, 0 replies.
- [1/7] incubator-freemarker git commit: Removed unused olink definitions plus fixed one. - posted by dd...@apache.org on 2015/12/19 17:43:00 UTC, 0 replies.
- [2/7] incubator-freemarker git commit: The new (in 2.3.24-pre01) TemplateConfigurer class was renamed to TemplateConfiguration, and the related configuration setting from template_configurers to template_configurations. Also, the TemplateConfigurer.confi - posted by dd...@apache.org on 2015/12/19 17:43:01 UTC, 0 replies.
- [3/7] incubator-freemarker git commit: The new (in 2.3.24-pre01) TemplateConfigurer class was renamed to TemplateConfiguration, and the related configuration setting from template_configurers to template_configurations. Also, the TemplateConfigurer.confi - posted by dd...@apache.org on 2015/12/19 17:43:02 UTC, 0 replies.
- [4/7] incubator-freemarker git commit: The new (in 2.3.24-pre01) TemplateConfigurer class was renamed to TemplateConfiguration, and the related configuration setting from template_configurers to template_configurations. Also, the TemplateConfigurer.confi - posted by dd...@apache.org on 2015/12/19 17:43:03 UTC, 0 replies.
- [5/7] incubator-freemarker git commit: The new (in 2.3.24-pre01) TemplateConfigurer class was renamed to TemplateConfiguration, and the related configuration setting from template_configurers to template_configurations. Also, the TemplateConfigurer.confi - posted by dd...@apache.org on 2015/12/19 17:43:04 UTC, 0 replies.
- [6/7] incubator-freemarker git commit: The new (in 2.3.24-pre01) TemplateConfigurer class was renamed to TemplateConfiguration, and the related configuration setting from template_configurers to template_configurations. Also, the TemplateConfigurer.confi - posted by dd...@apache.org on 2015/12/19 17:43:05 UTC, 0 replies.
- [7/7] incubator-freemarker git commit: (Error message typo fix) - posted by dd...@apache.org on 2015/12/19 17:43:06 UTC, 0 replies.
- [1/8] incubator-freemarker git commit: Removed unused olink definitions plus fixed one. - posted by dd...@apache.org on 2015/12/19 17:51:14 UTC, 1 replies.
- [2/8] incubator-freemarker git commit: The new (in 2.3.24-pre01) TemplateConfigurer class was renamed to TemplateConfiguration, and the related configuration setting from template_configurers to template_configurations. Also, the TemplateConfigurer.confi - posted by dd...@apache.org on 2015/12/19 17:51:15 UTC, 1 replies.
- [3/8] incubator-freemarker git commit: The new (in 2.3.24-pre01) TemplateConfigurer class was renamed to TemplateConfiguration, and the related configuration setting from template_configurers to template_configurations. Also, the TemplateConfigurer.confi - posted by dd...@apache.org on 2015/12/19 17:51:16 UTC, 1 replies.
- [4/8] incubator-freemarker git commit: The new (in 2.3.24-pre01) TemplateConfigurer class was renamed to TemplateConfiguration, and the related configuration setting from template_configurers to template_configurations. Also, the TemplateConfigurer.confi - posted by dd...@apache.org on 2015/12/19 17:51:17 UTC, 1 replies.
- [5/8] incubator-freemarker git commit: The new (in 2.3.24-pre01) TemplateConfigurer class was renamed to TemplateConfiguration, and the related configuration setting from template_configurers to template_configurations. Also, the TemplateConfigurer.confi - posted by dd...@apache.org on 2015/12/19 17:51:18 UTC, 1 replies.
- [6/8] incubator-freemarker git commit: The new (in 2.3.24-pre01) TemplateConfigurer class was renamed to TemplateConfiguration, and the related configuration setting from template_configurers to template_configurations. Also, the TemplateConfigurer.confi - posted by dd...@apache.org on 2015/12/19 17:51:19 UTC, 1 replies.
- [7/8] incubator-freemarker git commit: (Error message typo fix) - posted by dd...@apache.org on 2015/12/19 17:51:20 UTC, 1 replies.
- [1/5] incubator-freemarker git commit: Made place for the Chinese manual. - posted by dd...@apache.org on 2015/12/20 14:06:07 UTC, 0 replies.
- [2/5] incubator-freemarker git commit: Made place for the Chinese manual. - posted by dd...@apache.org on 2015/12/20 14:06:08 UTC, 0 replies.
- [3/5] incubator-freemarker git commit: Made place for the Chinese manual. - posted by dd...@apache.org on 2015/12/20 14:06:09 UTC, 0 replies.
- [4/5] incubator-freemarker git commit: Made place for the Chinese manual. - posted by dd...@apache.org on 2015/12/20 14:06:10 UTC, 0 replies.
- [5/5] incubator-freemarker git commit: Made place for the Chinese manual. - posted by dd...@apache.org on 2015/12/20 14:06:11 UTC, 0 replies.
- incubator-freemarker-site git commit: Added link to open JBoss IDE FreeMarker issues - posted by dd...@apache.org on 2015/12/20 15:37:06 UTC, 1 replies.
- [1/2] incubator-freemarker git commit: In the mini-language used for configuring FreeMarker from java.util.Properties or other string-only sources (but not used inside templates): public static fields can be referred like com.example.MyClass.MY_CONSTANT - posted by dd...@apache.org on 2015/12/21 02:19:36 UTC, 0 replies.
- [2/2] incubator-freemarker git commit: Extending .gitignore with IntelliJ, OS X, and other common ignorables - posted by dd...@apache.org on 2015/12/21 02:19:37 UTC, 0 replies.
- incubator-freemarker git commit: (More test for public static fields access in configuration strings) - posted by dd...@apache.org on 2015/12/21 02:28:27 UTC, 0 replies.
- incubator-freemarker-site git commit: Updated "Contributors wanted" page task list - posted by dd...@apache.org on 2015/12/21 11:55:06 UTC, 1 replies.
- incubator-freemarker git commit: Output format and escaping related typos and minor adjustments in JavaDoc and Manual - posted by dd...@apache.org on 2015/12/21 17:50:53 UTC, 0 replies.
- [1/5] incubator-freemarker git commit: XMLOutputFormat uses application/xml instead of text/xml - posted by dd...@apache.org on 2015/12/22 18:13:40 UTC, 0 replies.
- [2/5] incubator-freemarker git commit: (Missing version history entry) - posted by dd...@apache.org on 2015/12/22 18:13:41 UTC, 0 replies.
- [3/5] incubator-freemarker git commit: XHTML output format is now available by "XHTML" name by default - posted by dd...@apache.org on 2015/12/22 18:13:42 UTC, 0 replies.
- [4/5] incubator-freemarker git commit: RTFOutputFormat uses application/rtf instead of text/rtf - posted by dd...@apache.org on 2015/12/22 18:13:43 UTC, 0 replies.
- [5/5] incubator-freemarker git commit: Added some non-escaping OutputFormat-s, just for the MIME type (that for example FreemarkerServlet can utilize); Updated/fixed OutputFormat-related JavaDocs and Manual parts. - posted by dd...@apache.org on 2015/12/22 18:13:44 UTC, 0 replies.
- [1/3] incubator-freemarker git commit: More helpful JavaDoc for some OutputFormat-related parts. - posted by dd...@apache.org on 2015/12/24 02:05:32 UTC, 0 replies.
- [2/3] incubator-freemarker git commit: New output formats were in the wrong source directory - posted by dd...@apache.org on 2015/12/24 02:05:33 UTC, 0 replies.
- [3/3] incubator-freemarker git commit: Added custom formatter examples to the Manual. Fixed/updated JavaDoc and Manual number/date formatting related parts (mostly). - posted by dd...@apache.org on 2015/12/24 02:05:34 UTC, 0 replies.
- incubator-freemarker git commit: (Manual adjustments in formatting related parts) - posted by dd...@apache.org on 2015/12/26 19:59:36 UTC, 0 replies.
- [1/2] incubator-freemarker git commit: (Documentation typo fixes and small adjustments.) - posted by dd...@apache.org on 2015/12/27 15:54:54 UTC, 0 replies.
- [2/2] incubator-freemarker git commit: The parser used by ?interpet and ?eval inherits not only the output_format of its surrounding lexical context, but also the auto-escaping policy of it (basically, if auto-escapig is on or off). Also documented how t - posted by dd...@apache.org on 2015/12/27 15:54:55 UTC, 0 replies.
- [1/2] incubator-freemarker git commit: (Added an ?interpret test) - posted by dd...@apache.org on 2015/12/28 00:47:01 UTC, 0 replies.
- [2/2] incubator-freemarker git commit: Bug fixed, with incompatible_improvements set to 2.3.24: The #import directive meant to copy the library variable into a global variable if it's executed in the main namespace, but that haven't happened when the imp - posted by dd...@apache.org on 2015/12/28 00:47:02 UTC, 0 replies.
- incubator-freemarker git commit: Bug fixed: XPath queries that has only contained characters that are valid in XML element names and has also contained :: (which is valid in names in namespace-unware documents), like e['following-sibling::foo'], were int - posted by dd...@apache.org on 2015/12/28 20:18:17 UTC, 0 replies.
- incubator-freemarker git commit: Two freemarker.ext.dom xmlns prefix outputting bugs fixed: - posted by dd...@apache.org on 2015/12/28 22:35:59 UTC, 0 replies.
- [1/2] incubator-freemarker git commit: Added missing copyright comments to some new files. - posted by dd...@apache.org on 2015/12/28 22:38:29 UTC, 0 replies.
- [2/2] incubator-freemarker git commit: (Removed unused class) - posted by dd...@apache.org on 2015/12/28 22:38:30 UTC, 0 replies.
- incubator-freemarker git commit: (Cleaned up and extended XML prefix outputting test a bit.) - posted by dd...@apache.org on 2015/12/28 23:00:43 UTC, 0 replies.
- incubator-freemarker git commit: Added an overload to Configuration.getSupportedBuiltInNames and Configuration.getSupportedBuiltInDirectiveNames that has a namingConvention parameter. This is useful for tooling as since 2.3.23 we support both camel case - posted by dd...@apache.org on 2015/12/29 02:04:31 UTC, 0 replies.
- incubator-freemarker git commit: Manual: Adding cfg.setLogTemplateExceptions(false) to more places. - posted by dd...@apache.org on 2015/12/29 11:57:38 UTC, 0 replies.
- incubator-freemarker git commit: Manual: Updated getting started example to use bean for latestProduct, and to use ftlh template extension. - posted by dd...@apache.org on 2015/12/29 17:11:47 UTC, 0 replies.
- incubator-freemarker git commit: (Added missing copyright headers.) - posted by dd...@apache.org on 2015/12/29 17:26:08 UTC, 0 replies.
- [1/2] incubator-freemarker git commit: (Fixed compilation error in FTL.jj-generated code) - posted by dd...@apache.org on 2015/12/29 19:30:06 UTC, 0 replies.
- [2/2] incubator-freemarker git commit: Bug fixed: With incompatible_improvements set to 2.3.24, m?is_sequence doesn't return true for Java methods wrapped by BeansWrapper and its subclasses (most notably DefaultObjectWrapper) anymore, as they only implem - posted by dd...@apache.org on 2015/12/29 19:30:07 UTC, 0 replies.
- incubator-freemarker git commit: (Manual typo) - posted by dd...@apache.org on 2015/12/29 19:35:23 UTC, 0 replies.
- [01/35] incubator-freemarker git commit: Made place for the Chinese manual. - posted by dd...@apache.org on 2015/12/30 19:11:21 UTC, 1 replies.
- [02/35] incubator-freemarker git commit: Made place for the Chinese manual. - posted by dd...@apache.org on 2015/12/30 19:11:22 UTC, 1 replies.
- [03/35] incubator-freemarker git commit: Made place for the Chinese manual. - posted by dd...@apache.org on 2015/12/30 19:11:23 UTC, 1 replies.
- [04/35] incubator-freemarker git commit: Made place for the Chinese manual. - posted by dd...@apache.org on 2015/12/30 19:11:24 UTC, 1 replies.
- [05/35] incubator-freemarker git commit: Made place for the Chinese manual. - posted by dd...@apache.org on 2015/12/30 19:11:25 UTC, 1 replies.
- [06/35] incubator-freemarker git commit: In the mini-language used for configuring FreeMarker from java.util.Properties or other string-only sources (but not used inside templates): public static fields can be referred like com.example.MyClass.MY_CONSTAN - posted by dd...@apache.org on 2015/12/30 19:11:26 UTC, 1 replies.
- [07/35] incubator-freemarker git commit: Extending .gitignore with IntelliJ, OS X, and other common ignorables - posted by dd...@apache.org on 2015/12/30 19:11:27 UTC, 1 replies.
- [08/35] incubator-freemarker git commit: (More test for public static fields access in configuration strings) - posted by dd...@apache.org on 2015/12/30 19:11:28 UTC, 1 replies.
- [09/35] incubator-freemarker git commit: Output format and escaping related typos and minor adjustments in JavaDoc and Manual - posted by dd...@apache.org on 2015/12/30 19:11:29 UTC, 1 replies.
- [10/35] incubator-freemarker git commit: XMLOutputFormat uses application/xml instead of text/xml - posted by dd...@apache.org on 2015/12/30 19:11:30 UTC, 1 replies.
- [11/35] incubator-freemarker git commit: (Missing version history entry) - posted by dd...@apache.org on 2015/12/30 19:11:31 UTC, 1 replies.
- [12/35] incubator-freemarker git commit: XHTML output format is now available by "XHTML" name by default - posted by dd...@apache.org on 2015/12/30 19:11:32 UTC, 1 replies.
- [13/35] incubator-freemarker git commit: RTFOutputFormat uses application/rtf instead of text/rtf - posted by dd...@apache.org on 2015/12/30 19:11:33 UTC, 1 replies.
- [14/35] incubator-freemarker git commit: Added some non-escaping OutputFormat-s, just for the MIME type (that for example FreemarkerServlet can utilize); Updated/fixed OutputFormat-related JavaDocs and Manual parts. - posted by dd...@apache.org on 2015/12/30 19:11:34 UTC, 1 replies.
- [15/35] incubator-freemarker git commit: More helpful JavaDoc for some OutputFormat-related parts. - posted by dd...@apache.org on 2015/12/30 19:11:35 UTC, 1 replies.
- [16/35] incubator-freemarker git commit: New output formats were in the wrong source directory - posted by dd...@apache.org on 2015/12/30 19:11:36 UTC, 1 replies.
- [17/35] incubator-freemarker git commit: Added custom formatter examples to the Manual. Fixed/updated JavaDoc and Manual number/date formatting related parts (mostly). - posted by dd...@apache.org on 2015/12/30 19:11:37 UTC, 1 replies.
- [18/35] incubator-freemarker git commit: (Manual adjustments in formatting related parts) - posted by dd...@apache.org on 2015/12/30 19:11:38 UTC, 1 replies.
- [19/35] incubator-freemarker git commit: (Documentation typo fixes and small adjustments.) - posted by dd...@apache.org on 2015/12/30 19:11:39 UTC, 1 replies.
- [20/35] incubator-freemarker git commit: The parser used by ?interpet and ?eval inherits not only the output_format of its surrounding lexical context, but also the auto-escaping policy of it (basically, if auto-escapig is on or off). Also documented how - posted by dd...@apache.org on 2015/12/30 19:11:40 UTC, 1 replies.
- [21/35] incubator-freemarker git commit: (Added an ?interpret test) - posted by dd...@apache.org on 2015/12/30 19:11:41 UTC, 1 replies.
- [22/35] incubator-freemarker git commit: Bug fixed, with incompatible_improvements set to 2.3.24: The #import directive meant to copy the library variable into a global variable if it's executed in the main namespace, but that haven't happened when the i - posted by dd...@apache.org on 2015/12/30 19:11:42 UTC, 1 replies.
- [23/35] incubator-freemarker git commit: Bug fixed: XPath queries that has only contained characters that are valid in XML element names and has also contained :: (which is valid in names in namespace-unware documents), like e['following-sibling::foo'], - posted by dd...@apache.org on 2015/12/30 19:11:43 UTC, 1 replies.
- [24/35] incubator-freemarker git commit: Two freemarker.ext.dom xmlns prefix outputting bugs fixed: - posted by dd...@apache.org on 2015/12/30 19:11:44 UTC, 1 replies.
- [25/35] incubator-freemarker git commit: Added missing copyright comments to some new files. - posted by dd...@apache.org on 2015/12/30 19:11:45 UTC, 1 replies.
- [26/35] incubator-freemarker git commit: (Removed unused class) - posted by dd...@apache.org on 2015/12/30 19:11:46 UTC, 1 replies.
- [27/35] incubator-freemarker git commit: (Cleaned up and extended XML prefix outputting test a bit.) - posted by dd...@apache.org on 2015/12/30 19:11:47 UTC, 1 replies.
- [28/35] incubator-freemarker git commit: Added an overload to Configuration.getSupportedBuiltInNames and Configuration.getSupportedBuiltInDirectiveNames that has a namingConvention parameter. This is useful for tooling as since 2.3.23 we support both cam - posted by dd...@apache.org on 2015/12/30 19:11:48 UTC, 1 replies.
- [29/35] incubator-freemarker git commit: Manual: Adding cfg.setLogTemplateExceptions(false) to more places. - posted by dd...@apache.org on 2015/12/30 19:11:49 UTC, 1 replies.
- [30/35] incubator-freemarker git commit: Manual: Updated getting started example to use bean for latestProduct, and to use ftlh template extension. - posted by dd...@apache.org on 2015/12/30 19:11:50 UTC, 1 replies.
- [31/35] incubator-freemarker git commit: (Added missing copyright headers.) - posted by dd...@apache.org on 2015/12/30 19:11:51 UTC, 1 replies.
- [32/35] incubator-freemarker git commit: (Fixed compilation error in FTL.jj-generated code) - posted by dd...@apache.org on 2015/12/30 19:11:52 UTC, 1 replies.
- [33/35] incubator-freemarker git commit: Bug fixed: With incompatible_improvements set to 2.3.24, m?is_sequence doesn't return true for Java methods wrapped by BeansWrapper and its subclasses (most notably DefaultObjectWrapper) anymore, as they only impl - posted by dd...@apache.org on 2015/12/30 19:11:53 UTC, 1 replies.
- [34/35] incubator-freemarker git commit: (Manual typo) - posted by dd...@apache.org on 2015/12/30 19:11:54 UTC, 1 replies.
- [35/35] incubator-freemarker git commit: Merge remote-tracking branch 'origin/2.3-gae' into 2.3 - posted by dd...@apache.org on 2015/12/30 19:11:55 UTC, 0 replies.
- [35/35] incubator-freemarker git commit: Merge remote-tracking branch 'origin/2.3-gae' - posted by dd...@apache.org on 2015/12/30 19:12:30 UTC, 0 replies.
- incubator-freemarker git commit: <#ftl outputFormat="HTML"> headers aren't needed with the latest Eclipse plugin anymore, though "latest" means the one with my pull request to JBoss merged in. - posted by dd...@apache.org on 2015/12/30 20:48:22 UTC, 0 replies.
- [jira] [Closed] (FREEMARKER-11) Canonical is misspelled as canoical - posted by "Daniel Dekany (JIRA)" <ji...@apache.org> on 2015/12/31 00:29:49 UTC, 0 replies.
- [1/5] incubator-freemarker git commit: AST tests and TemplateTestSuite tests remove the copyright comment from the template files on the fly. - posted by dd...@apache.org on 2015/12/31 01:13:06 UTC, 0 replies.
- [2/5] incubator-freemarker git commit: Added copyright headers to ftl/ftlx/ftlh files (used in tests an examples). - posted by dd...@apache.org on 2015/12/31 01:13:07 UTC, 0 replies.
- [3/5] incubator-freemarker git commit: Added copyright headers to ftl/ftlx/ftlh files (used in tests an examples). - posted by dd...@apache.org on 2015/12/31 01:13:08 UTC, 0 replies.
- [4/5] incubator-freemarker git commit: Added copyright headers to ftl/ftlx/ftlh files (used in tests an examples). - posted by dd...@apache.org on 2015/12/31 01:13:09 UTC, 0 replies.
- [5/5] incubator-freemarker git commit: Added copyright headers to ftl/ftlx/ftlh files (used in tests an examples). - posted by dd...@apache.org on 2015/12/31 01:13:10 UTC, 0 replies.
- [1/7] incubator-freemarker git commit: <#ftl outputFormat="HTML"> headers aren't needed with the latest Eclipse plugin anymore, though "latest" means the one with my pull request to JBoss merged in. - posted by dd...@apache.org on 2015/12/31 01:14:45 UTC, 1 replies.
- [2/7] incubator-freemarker git commit: AST tests and TemplateTestSuite tests remove the copyright comment from the template files on the fly. - posted by dd...@apache.org on 2015/12/31 01:14:46 UTC, 1 replies.
- [3/7] incubator-freemarker git commit: Added copyright headers to ftl/ftlx/ftlh files (used in tests an examples). - posted by dd...@apache.org on 2015/12/31 01:14:47 UTC, 1 replies.
- [4/7] incubator-freemarker git commit: Added copyright headers to ftl/ftlx/ftlh files (used in tests an examples). - posted by dd...@apache.org on 2015/12/31 01:14:48 UTC, 1 replies.
- [5/7] incubator-freemarker git commit: Added copyright headers to ftl/ftlx/ftlh files (used in tests an examples). - posted by dd...@apache.org on 2015/12/31 01:14:49 UTC, 1 replies.
- [6/7] incubator-freemarker git commit: Added copyright headers to ftl/ftlx/ftlh files (used in tests an examples). - posted by dd...@apache.org on 2015/12/31 01:14:50 UTC, 1 replies.
- [7/7] incubator-freemarker git commit: Merge remote-tracking branch 'origin/2.3-gae' into 2.3 - posted by dd...@apache.org on 2015/12/31 01:14:51 UTC, 0 replies.
- [7/7] incubator-freemarker git commit: Merge remote-tracking branch 'origin/2.3-gae' - posted by dd...@apache.org on 2015/12/31 01:16:30 UTC, 0 replies.
- incubator-freemarker git commit: Added copyright comments to some build related XML-s and the Manual XML - posted by dd...@apache.org on 2015/12/31 01:27:28 UTC, 0 replies.
- incubator-freemarker git commit: Added copyright comments to JSP files - posted by dd...@apache.org on 2015/12/31 01:39:12 UTC, 0 replies.
- incubator-freemarker git commit: Added copyright comment to XML files - posted by dd...@apache.org on 2015/12/31 11:31:44 UTC, 0 replies.
- incubator-freemarker git commit: Added copyright comment to properties files - posted by dd...@apache.org on 2015/12/31 12:26:05 UTC, 0 replies.
- [1/2] incubator-freemarker git commit: Added Rat task to build.xml - posted by dd...@apache.org on 2015/12/31 16:14:40 UTC, 0 replies.
- [2/2] incubator-freemarker git commit: Added copyright comment to HTML files - posted by dd...@apache.org on 2015/12/31 16:14:41 UTC, 0 replies.
- [1/2] incubator-freemarker git commit: (Test file name typo) - posted by dd...@apache.org on 2015/12/31 16:47:08 UTC, 0 replies.
- [2/2] incubator-freemarker git commit: Some more missing copyright comments - posted by dd...@apache.org on 2015/12/31 16:47:09 UTC, 0 replies.
- [1/9] incubator-freemarker git commit: Added copyright comments to some build related XML-s and the Manual XML - posted by dd...@apache.org on 2015/12/31 17:33:03 UTC, 1 replies.
- [2/9] incubator-freemarker git commit: Added copyright comments to JSP files - posted by dd...@apache.org on 2015/12/31 17:33:04 UTC, 1 replies.
- [3/9] incubator-freemarker git commit: Added copyright comment to XML files - posted by dd...@apache.org on 2015/12/31 17:33:05 UTC, 1 replies.
- [4/9] incubator-freemarker git commit: Added copyright comment to properties files - posted by dd...@apache.org on 2015/12/31 17:33:06 UTC, 1 replies.
- [5/9] incubator-freemarker git commit: Added Rat task to build.xml - posted by dd...@apache.org on 2015/12/31 17:33:07 UTC, 1 replies.
- [6/9] incubator-freemarker git commit: Added copyright comment to HTML files - posted by dd...@apache.org on 2015/12/31 17:33:08 UTC, 1 replies.
- [7/9] incubator-freemarker git commit: (Test file name typo) - posted by dd...@apache.org on 2015/12/31 17:33:09 UTC, 1 replies.
- [8/9] incubator-freemarker git commit: Some more missing copyright comments - posted by dd...@apache.org on 2015/12/31 17:33:10 UTC, 1 replies.
- [9/9] incubator-freemarker git commit: Merge remote-tracking branch 'origin/2.3-gae' into 2.3 - posted by dd...@apache.org on 2015/12/31 17:33:11 UTC, 0 replies.
- [9/9] incubator-freemarker git commit: Merge remote-tracking branch 'origin/2.3-gae' - posted by dd...@apache.org on 2015/12/31 17:33:33 UTC, 0 replies.