You are viewing a plain text version of this content. The canonical link for it is here.
- [jira] [Commented] (FREEMARKER-84) Improve include directive to detect whether template exists - posted by "Yanming Zhou (JIRA)" <ji...@apache.org> on 2018/03/01 02:08:00 UTC, 3 replies.
- [jira] [Resolved] (FREEMARKER-84) Improve include directive to detect whether template exists - posted by "Daniel Dekany (JIRA)" <ji...@apache.org> on 2018/03/01 09:07:00 UTC, 0 replies.
- incubator-freemarker git commit: freemarker.template.utility.DeepUnwrap (a rarely used utility) now utilizes when the unwrapped TemplateModel implements TemplateHashModelEx2.getKeyValuePairIterator(), and thus can unwrap such a hash value even if it has - posted by dd...@apache.org on 2018/03/01 17:03:34 UTC, 0 replies.
- [1/4] incubator-freemarker git commit: (Added TODO FM3 comment) - posted by dd...@apache.org on 2018/03/01 17:08:37 UTC, 0 replies.
- [2/4] incubator-freemarker git commit: Wrong test package name fixed - posted by dd...@apache.org on 2018/03/01 17:08:38 UTC, 0 replies.
- [3/4] incubator-freemarker git commit: TemplateHashModelAdapter improvements (esp. that it utilizes KeyValuePairIterator) - posted by dd...@apache.org on 2018/03/01 17:08:39 UTC, 0 replies.
- [4/4] incubator-freemarker git commit: Forward ported from 2.3-gae: DeepUnwrap hash unwrapping improvements. Also some FM3-only (not 100% BC) cleanups there. - posted by dd...@apache.org on 2018/03/01 17:08:40 UTC, 0 replies.
- incubator-freemarker git commit: get_optional_template message typos and test improvements - posted by dd...@apache.org on 2018/03/02 12:03:51 UTC, 0 replies.
- [1/2] incubator-freemarker git commit: (Change log typos) - posted by dd...@apache.org on 2018/03/02 12:13:04 UTC, 0 replies.
- [2/2] incubator-freemarker git commit: Forward ported .getOptionalTemplate from 2.3-gae. Note that we don't have "encoding" and "parse" options, as they aren't relevant in FM3. - posted by dd...@apache.org on 2018/03/02 12:13:05 UTC, 0 replies.
- [jira] [Created] (FREEMARKER-91) Converting Dec 31 2018 to a string prints Dec 31 2019 - posted by "Eran Belinsky (JIRA)" <ji...@apache.org> on 2018/03/05 15:39:00 UTC, 0 replies.
- [jira] [Closed] (FREEMARKER-91) Converting Dec 31 2018 to a string prints Dec 31 2019 - posted by "Daniel Dekany (JIRA)" <ji...@apache.org> on 2018/03/05 16:23:00 UTC, 0 replies.
- incubator-freemarker git commit: Manual: Some improvements in the description of settings - posted by dd...@apache.org on 2018/03/05 17:25:59 UTC, 0 replies.
- incubator-freemarker git commit: Bug fixed (FREEMARKER-83); this fix is only active when incomplatible_improvements is set to 2.3.28 (or higher). When calling a macro or function (things defined in a template, not directly in Java) and the argument list - posted by dd...@apache.org on 2018/03/06 15:50:21 UTC, 0 replies.
- incubator-freemarker git commit: (Javadoc improvement) - posted by dd...@apache.org on 2018/03/06 21:17:54 UTC, 0 replies.
- incubator-freemarker git commit: (Minor code and JavaDoc cleanup...) - posted by dd...@apache.org on 2018/03/06 21:18:10 UTC, 0 replies.
- incubator-freemarker-site git commit: Updated "FreeMarker IDE" installation instructions due to its removal from JBoss Tools. - posted by dd...@apache.org on 2018/03/09 12:29:22 UTC, 1 replies.
- incubator-freemarker-site git commit: (Typo fix) - posted by dd...@apache.org on 2018/03/09 12:35:17 UTC, 0 replies.
- incubator-freemarker-site git commit: Better FreeMarker IDE download URL - posted by dd...@apache.org on 2018/03/09 15:46:33 UTC, 1 replies.
- [1/2] incubator-freemarker git commit: Added DirectiveCallPlace.getTemplate(); we aren't concerned about its BC impact anymore, as FM3 breaks BC anyway. - posted by dd...@apache.org on 2018/03/09 21:08:22 UTC, 0 replies.
- [2/2] incubator-freemarker git commit: FREEMARKER-83: Added new special variable, macro_caller_template_name, which returns the name (path) of the template from which the current macro was called. It's mostly useful if you want to resolve paths relative - posted by dd...@apache.org on 2018/03/09 21:08:23 UTC, 0 replies.
- incubator-freemarker git commit: Forward ported .macroCallerTemplateName from 2.3-gae - posted by dd...@apache.org on 2018/03/09 21:10:28 UTC, 0 replies.
- incubator-freemarker git commit: Forward ported .macroCallerTemplateName from 2.3-gae: test - posted by dd...@apache.org on 2018/03/09 21:12:43 UTC, 0 replies.
- incubator-freemarker git commit: FREEMARKER-83: Modified how .macro_caller_template_name works... now it has no surprising restrictions, and is simpler. - posted by dd...@apache.org on 2018/03/09 21:40:48 UTC, 0 replies.
- incubator-freemarker git commit: (Error message improvement) - posted by dd...@apache.org on 2018/03/09 21:41:43 UTC, 0 replies.
- [01/11] incubator-freemarker git commit: Version history entry for get_optional_template - posted by dd...@apache.org on 2018/03/09 21:50:07 UTC, 0 replies.
- [02/11] incubator-freemarker git commit: (Version history improvement) - posted by dd...@apache.org on 2018/03/09 21:50:08 UTC, 0 replies.
- [03/11] incubator-freemarker git commit: freemarker.template.utility.DeepUnwrap (a rarely used utility) now utilizes when the unwrapped TemplateModel implements TemplateHashModelEx2.getKeyValuePairIterator(), and thus can unwrap such a hash value even if - posted by dd...@apache.org on 2018/03/09 21:50:09 UTC, 0 replies.
- [04/11] incubator-freemarker git commit: get_optional_template message typos and test improvements - posted by dd...@apache.org on 2018/03/09 21:50:10 UTC, 0 replies.
- [05/11] incubator-freemarker git commit: Manual: Some improvements in the description of settings - posted by dd...@apache.org on 2018/03/09 21:50:11 UTC, 0 replies.
- [06/11] incubator-freemarker git commit: Bug fixed (FREEMARKER-83); this fix is only active when incomplatible_improvements is set to 2.3.28 (or higher). When calling a macro or function (things defined in a template, not directly in Java) and the argume - posted by dd...@apache.org on 2018/03/09 21:50:12 UTC, 0 replies.
- [07/11] incubator-freemarker git commit: (Javadoc improvement) - posted by dd...@apache.org on 2018/03/09 21:50:13 UTC, 0 replies.
- [08/11] incubator-freemarker git commit: Added DirectiveCallPlace.getTemplate(); we aren't concerned about its BC impact anymore, as FM3 breaks BC anyway. - posted by dd...@apache.org on 2018/03/09 21:50:14 UTC, 0 replies.
- [09/11] incubator-freemarker git commit: FREEMARKER-83: Added new special variable, macro_caller_template_name, which returns the name (path) of the template from which the current macro was called. It's mostly useful if you want to resolve paths relativ - posted by dd...@apache.org on 2018/03/09 21:50:15 UTC, 0 replies.
- [10/11] incubator-freemarker git commit: FREEMARKER-83: Modified how .macro_caller_template_name works... now it has no surprising restrictions, and is simpler. - posted by dd...@apache.org on 2018/03/09 21:50:16 UTC, 0 replies.
- [11/11] incubator-freemarker git commit: Merge remote-tracking branch 'origin/2.3-gae' into 2.3 - posted by dd...@apache.org on 2018/03/09 21:50:17 UTC, 0 replies.
- incubator-freemarker git commit: FREEMARKER-83: Handle nicely when the callPlace is null - posted by dd...@apache.org on 2018/03/09 22:02:37 UTC, 0 replies.
- incubator-freemarker git commit: Renamed macro_caller_template_name to caller_template_name, as now it also works for #function. Updated and cleaned up related tests. - posted by dd...@apache.org on 2018/03/10 07:21:32 UTC, 0 replies.
- incubator-freemarker git commit: Renamed macro_caller_template_name to caller_template_name, as it actually works for #function as well. Updated and cleaned up related tests. - posted by dd...@apache.org on 2018/03/10 07:23:15 UTC, 0 replies.
- [1/3] incubator-freemarker git commit: FREEMARKER-83: Handle nicely when the callPlace is null - posted by dd...@apache.org on 2018/03/10 07:27:49 UTC, 0 replies.
- [2/3] incubator-freemarker git commit: Renamed macro_caller_template_name to caller_template_name, as now it also works for #function. Updated and cleaned up related tests. - posted by dd...@apache.org on 2018/03/10 07:27:50 UTC, 0 replies.
- [3/3] incubator-freemarker git commit: Merge remote-tracking branch 'origin/2.3-gae' into 2.3 - posted by dd...@apache.org on 2018/03/10 07:27:51 UTC, 0 replies.
- [jira] [Resolved] (FREEMARKER-83) Introduce new special variable "outer_template_name" beside "main_template_name" - posted by "Daniel Dekany (JIRA)" <ji...@apache.org> on 2018/03/10 07:32:00 UTC, 0 replies.
- [jira] [Commented] (FREEMARKER-83) Introduce new special variable "outer_template_name" beside "main_template_name" - posted by "Daniel Dekany (JIRA)" <ji...@apache.org> on 2018/03/10 07:36:00 UTC, 2 replies.
- [jira] [Comment Edited] (FREEMARKER-83) Introduce new special variable "outer_template_name" beside "main_template_name" - posted by "Daniel Dekany (JIRA)" <ji...@apache.org> on 2018/03/10 07:37:00 UTC, 0 replies.
- incubator-freemarker git commit: Added ?absoulte_template_name. Necessary additions to the Environment and TemplateNameFormat. Some Manual cleanups related to `.caller_template_name`. - posted by dd...@apache.org on 2018/03/10 20:00:45 UTC, 0 replies.
- incubator-freemarker git commit: Forward ported from 2.3-gae: Added ?absoulte_template_name. Necessary additions to the Environment and TemplateNameFormat. - posted by dd...@apache.org on 2018/03/10 20:00:59 UTC, 0 replies.
- [1/2] incubator-freemarker git commit: Added ?absoulte_template_name. Necessary additions to the Environment and TemplateNameFormat. Some Manual cleanups related to `.caller_template_name`. - posted by dd...@apache.org on 2018/03/10 20:02:43 UTC, 0 replies.
- [2/2] incubator-freemarker git commit: Merge remote-tracking branch 'origin/2.3-gae' into 2.3 - posted by dd...@apache.org on 2018/03/10 20:02:44 UTC, 0 replies.
- [01/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:17 UTC, 0 replies.
- [02/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:18 UTC, 0 replies.
- [03/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:19 UTC, 0 replies.
- [04/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:20 UTC, 0 replies.
- [05/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:21 UTC, 0 replies.
- [06/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:22 UTC, 0 replies.
- [07/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:23 UTC, 0 replies.
- [08/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:24 UTC, 0 replies.
- [09/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:25 UTC, 0 replies.
- [10/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:26 UTC, 0 replies.
- [11/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:27 UTC, 0 replies.
- [12/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:28 UTC, 0 replies.
- [13/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:29 UTC, 0 replies.
- [14/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:30 UTC, 0 replies.
- [15/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:31 UTC, 0 replies.
- [16/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:32 UTC, 0 replies.
- [17/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:33 UTC, 0 replies.
- [18/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:34 UTC, 0 replies.
- [19/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:35 UTC, 0 replies.
- [20/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:36 UTC, 0 replies.
- [21/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:37 UTC, 0 replies.
- [22/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:38 UTC, 0 replies.
- [23/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:39 UTC, 0 replies.
- [24/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:40 UTC, 0 replies.
- [25/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:41 UTC, 0 replies.
- [26/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:42 UTC, 0 replies.
- [27/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:43 UTC, 0 replies.
- [28/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:44 UTC, 0 replies.
- [29/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:45 UTC, 0 replies.
- [30/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:46 UTC, 0 replies.
- [31/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:47 UTC, 0 replies.
- [32/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:48 UTC, 0 replies.
- [33/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:49 UTC, 0 replies.
- [34/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:50 UTC, 0 replies.
- [35/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:51 UTC, 0 replies.
- [36/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:52 UTC, 0 replies.
- [37/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:53 UTC, 0 replies.
- [38/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:54 UTC, 0 replies.
- [39/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:55 UTC, 0 replies.
- [40/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:56 UTC, 0 replies.
- [41/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:57 UTC, 0 replies.
- [42/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:58 UTC, 0 replies.
- [43/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:20:59 UTC, 0 replies.
- [44/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:21:00 UTC, 0 replies.
- [45/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:21:01 UTC, 0 replies.
- [46/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:21:02 UTC, 0 replies.
- [47/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:21:03 UTC, 0 replies.
- [48/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:21:04 UTC, 0 replies.
- [49/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:21:05 UTC, 0 replies.
- [50/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:21:06 UTC, 0 replies.
- [51/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview Manual - posted by dd...@apache.org on 2018/03/10 20:21:07 UTC, 0 replies.
- [01/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:12 UTC, 0 replies.
- [02/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:13 UTC, 0 replies.
- [03/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:14 UTC, 0 replies.
- [04/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:15 UTC, 0 replies.
- [05/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:16 UTC, 0 replies.
- [06/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:17 UTC, 0 replies.
- [07/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:18 UTC, 0 replies.
- [08/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:19 UTC, 0 replies.
- [09/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:20 UTC, 0 replies.
- [10/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:21 UTC, 0 replies.
- [11/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:22 UTC, 0 replies.
- [12/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:23 UTC, 0 replies.
- [13/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:24 UTC, 0 replies.
- [14/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:25 UTC, 0 replies.
- [15/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:26 UTC, 0 replies.
- [16/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:27 UTC, 0 replies.
- [17/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:28 UTC, 0 replies.
- [18/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:29 UTC, 0 replies.
- [19/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:30 UTC, 0 replies.
- [20/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:31 UTC, 0 replies.
- [21/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:32 UTC, 0 replies.
- [22/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:33 UTC, 0 replies.
- [23/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:34 UTC, 0 replies.
- [24/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:35 UTC, 0 replies.
- [25/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:36 UTC, 0 replies.
- [26/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:37 UTC, 0 replies.
- [27/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:38 UTC, 0 replies.
- [28/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:39 UTC, 0 replies.
- [29/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:40 UTC, 0 replies.
- [30/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:41 UTC, 0 replies.
- [31/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:42 UTC, 0 replies.
- [32/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:43 UTC, 0 replies.
- [33/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:44 UTC, 0 replies.
- [34/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:45 UTC, 0 replies.
- [35/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:46 UTC, 0 replies.
- [36/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:47 UTC, 0 replies.
- [37/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:48 UTC, 0 replies.
- [38/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:49 UTC, 0 replies.
- [39/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:50 UTC, 0 replies.
- [40/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:51 UTC, 0 replies.
- [41/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:52 UTC, 0 replies.
- [42/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:53 UTC, 0 replies.
- [43/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:54 UTC, 0 replies.
- [44/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:55 UTC, 0 replies.
- [45/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:56 UTC, 0 replies.
- [46/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:57 UTC, 0 replies.
- [47/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:58 UTC, 0 replies.
- [48/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:24:59 UTC, 0 replies.
- [49/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:25:00 UTC, 0 replies.
- [50/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:25:01 UTC, 0 replies.
- [51/51] [partial] incubator-freemarker-site git commit: 2.3.28 preview javadoc - posted by dd...@apache.org on 2018/03/10 20:25:02 UTC, 0 replies.
- incubator-freemarker-site git commit: (Trying to trigger deployment...) - posted by dd...@apache.org on 2018/03/10 20:27:51 UTC, 0 replies.
- incubator-freemarker git commit: (Fixed misplaced anchor in Manual) - posted by dd...@apache.org on 2018/03/10 20:32:17 UTC, 0 replies.
- incubator-freemarker-site git commit: (Fixed misplaced anchor) - posted by dd...@apache.org on 2018/03/10 20:34:13 UTC, 0 replies.
- incubator-freemarker git commit: The default arithmetic engine (ArithmeticEngine.BIGDECIMAL_ENGINE) can now compare infinite (both positive and negative) to any other standard type. Earlier, since BigDecimal can't represent infinite, it was only working - posted by dd...@apache.org on 2018/03/11 21:25:25 UTC, 0 replies.
- incubator-freemarker git commit: Forward ported from 2.3-gae: The default arithmetic engine (ArithmeticEngine.BIGDECIMAL_ENGINE) can now compare infinite (both positive and negative) to any other standard type. Earlier, since BigDecimal can't represent i - posted by dd...@apache.org on 2018/03/11 21:25:50 UTC, 0 replies.
- [1/2] incubator-freemarker git commit: (JavaDoc typo) - posted by dd...@apache.org on 2018/03/12 06:04:24 UTC, 1 replies.
- [2/2] incubator-freemarker git commit: FREEMARKER-86: Added new built-ins: sequence?min and sequence?max (FREEMARKER-86), which return the smallest and greatest item from a list of numbers or date/time/date-times. - posted by dd...@apache.org on 2018/03/12 06:04:25 UTC, 0 replies.
- [2/2] incubator-freemarker git commit: Forward ported from 2.3-gae: FREEMARKER-86: Added new built-ins: sequence?min and sequence?max (FREEMARKER-86), which return the smallest and greatest item from a list of numbers or date/time/date-times. - posted by dd...@apache.org on 2018/03/12 06:04:37 UTC, 0 replies.
- [1/5] incubator-freemarker git commit: (Fixed misplaced anchor in Manual) - posted by dd...@apache.org on 2018/03/12 06:06:41 UTC, 0 replies.
- [2/5] incubator-freemarker git commit: The default arithmetic engine (ArithmeticEngine.BIGDECIMAL_ENGINE) can now compare infinite (both positive and negative) to any other standard type. Earlier, since BigDecimal can't represent infinite, it was only wo - posted by dd...@apache.org on 2018/03/12 06:06:42 UTC, 0 replies.
- [3/5] incubator-freemarker git commit: (JavaDoc typo) - posted by dd...@apache.org on 2018/03/12 06:06:43 UTC, 0 replies.
- [4/5] incubator-freemarker git commit: FREEMARKER-86: Added new built-ins: sequence?min and sequence?max (FREEMARKER-86), which return the smallest and greatest item from a list of numbers or date/time/date-times. - posted by dd...@apache.org on 2018/03/12 06:06:44 UTC, 0 replies.
- [5/5] incubator-freemarker git commit: Merge remote-tracking branch 'origin/2.3-gae' into 2.3 - posted by dd...@apache.org on 2018/03/12 06:06:45 UTC, 1 replies.
- [jira] [Resolved] (FREEMARKER-86) min(x,y) and max(x,y) - posted by "Daniel Dekany (JIRA)" <ji...@apache.org> on 2018/03/12 06:11:00 UTC, 0 replies.
- [jira] [Commented] (FREEMARKER-80) Performance bottleneck (from profiling) - posted by "Daniel Dekany (JIRA)" <ji...@apache.org> on 2018/03/12 06:21:00 UTC, 0 replies.
- incubator-freemarker git commit: Version history additions - posted by dd...@apache.org on 2018/03/12 07:05:08 UTC, 0 replies.
- [jira] [Created] (FREEMARKER-92) Add Configuration.VERSION_LATEST - posted by "Yanming Zhou (JIRA)" <ji...@apache.org> on 2018/03/13 00:53:00 UTC, 0 replies.
- [jira] [Commented] (FREEMARKER-92) Add Configuration.VERSION_LATEST - posted by "Daniel Dekany (JIRA)" <ji...@apache.org> on 2018/03/13 05:28:00 UTC, 2 replies.
- [jira] [Closed] (FREEMARKER-92) Add Configuration.VERSION_LATEST - posted by "Daniel Dekany (JIRA)" <ji...@apache.org> on 2018/03/13 05:29:00 UTC, 0 replies.
- [jira] [Comment Edited] (FREEMARKER-92) Add Configuration.VERSION_LATEST - posted by "Daniel Dekany (JIRA)" <ji...@apache.org> on 2018/03/13 05:29:00 UTC, 0 replies.
- incubator-freemarker git commit: Made it more clear that using Configuration.getVersion() for the value of the incompatibleImprovements setting is bad idea. - posted by dd...@apache.org on 2018/03/13 07:11:35 UTC, 0 replies.
- incubator-freemarker git commit: Forward ported from 2.3-gae: Made it more clear that using Configuration.getVersion() for the value of the incompatibleImprovements setting is bad idea. - posted by dd...@apache.org on 2018/03/13 07:12:01 UTC, 0 replies.
- incubator-freemarker git commit: Fixed incorrect listing of valid roundingMode-s in extended Java decimal format parsing error message - posted by dd...@apache.org on 2018/03/13 08:41:41 UTC, 0 replies.
- incubator-freemarker git commit: Forward ported from 2.3-gae: Fixed incorrect listing of valid roundingMode-s in extended Java decimal format parsing error message - posted by dd...@apache.org on 2018/03/13 08:42:14 UTC, 0 replies.
- incubator-freemarker git commit: Manual: Noting some common pitfalls when using extended Java decimal format - posted by dd...@apache.org on 2018/03/13 08:48:44 UTC, 0 replies.
- incubator-freemarker-site git commit: Manual: Noting some common pitfalls when using extended Java decimal format - posted by dd...@apache.org on 2018/03/13 08:53:38 UTC, 0 replies.
- incubator-freemarker git commit: Added new ParserConfiguration setting, interpolation_syntax. It has 3 possible values: - posted by dd...@apache.org on 2018/03/15 23:36:43 UTC, 0 replies.
- 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 tag_syntax, fixing incorrect error message along the way. - posted by dd...@apache.org on 2018/03/16 17:48:23 UTC, 0 replies.
- incubator-freemarker git commit: Added some more interpolation_syntax tests - posted by dd...@apache.org on 2018/03/16 17:49:32 UTC, 0 replies.
- 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 escaped in a string literal like "Literal [\=x]". - posted by dd...@apache.org on 2018/03/16 22:58:38 UTC, 0 replies.
- incubator-freemarker git commit: Cleanup related to [=...], also some missing functionality added. - posted by dd...@apache.org on 2018/03/18 17:38:41 UTC, 0 replies.
- incubator-freemarker git commit: Forward ported from 2.3-gae: [=exp] interpolation syntax - posted by dd...@apache.org on 2018/03/18 17:41:52 UTC, 0 replies.
- [1/2] incubator-freemarker git commit: Forward ported from 2.3-gae: Additional interpolationSyntax tests - posted by dd...@apache.org on 2018/03/18 18:09:09 UTC, 0 replies.
- [2/2] incubator-freemarker git commit: Forward ported from 2.3-gae: \= escape in string literals - posted by dd...@apache.org on 2018/03/18 18:09:10 UTC, 0 replies.
- incubator-freemarker git commit: FTL.jj cleanup: Removed unused products. Renamed products whose name have still started with ASTExp or ASTDir. - posted by dd...@apache.org on 2018/03/18 18:41:56 UTC, 0 replies.
- incubator-freemarker git commit: (Some more cleanup in FTL.jj... as far as BC allows us) - posted by dd...@apache.org on 2018/03/18 23:24:27 UTC, 0 replies.
- 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 improvements in error message quality, but that's hardly n - posted by dd...@apache.org on 2018/03/19 21:20:12 UTC, 0 replies.
- [01/12] incubator-freemarker git commit: Version history additions - posted by dd...@apache.org on 2018/03/19 21:29:47 UTC, 0 replies.
- [02/12] incubator-freemarker git commit: Made it more clear that using Configuration.getVersion() for the value of the incompatibleImprovements setting is bad idea. - posted by dd...@apache.org on 2018/03/19 21:29:48 UTC, 0 replies.
- [03/12] incubator-freemarker git commit: Fixed incorrect listing of valid roundingMode-s in extended Java decimal format parsing error message - posted by dd...@apache.org on 2018/03/19 21:29:49 UTC, 0 replies.
- [04/12] incubator-freemarker git commit: Manual: Noting some common pitfalls when using extended Java decimal format - posted by dd...@apache.org on 2018/03/19 21:29:50 UTC, 0 replies.
- [05/12] incubator-freemarker git commit: Added new ParserConfiguration setting, interpolation_syntax. It has 3 possible values: - posted by dd...@apache.org on 2018/03/19 21:29:51 UTC, 0 replies.
- [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 tag_syntax, fixing incorrect error message along the - posted by dd...@apache.org on 2018/03/19 21:29:52 UTC, 0 replies.
- [07/12] incubator-freemarker git commit: Added some more interpolation_syntax tests - posted by dd...@apache.org on 2018/03/19 21:29:53 UTC, 0 replies.
- [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 escaped in a string literal like "Literal [\=x]". - posted by dd...@apache.org on 2018/03/19 21:29:54 UTC, 0 replies.
- [09/12] incubator-freemarker git commit: Cleanup related to [=...], also some missing functionality added. - posted by dd...@apache.org on 2018/03/19 21:29:55 UTC, 0 replies.
- [10/12] incubator-freemarker git commit: (Some more cleanup in FTL.jj... as far as BC allows us) - posted by dd...@apache.org on 2018/03/19 21:29:56 UTC, 0 replies.
- [11/12] 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 improvements in error message quality, but that's - posted by dd...@apache.org on 2018/03/19 21:29:57 UTC, 0 replies.
- [12/12] incubator-freemarker git commit: Merge remote-tracking branch 'origin/2.3-gae' into 2.3 - posted by dd...@apache.org on 2018/03/19 21:29:58 UTC, 0 replies.
- incubator-freemarker git commit: (Minor internal renaming in FTL.jj) - posted by dd...@apache.org on 2018/03/19 22:37:52 UTC, 0 replies.
- [1/2] incubator-freemarker git commit: Forward ported from 2.3-gae: Some more cleanup in FTL.jj - posted by dd...@apache.org on 2018/03/19 22:42:44 UTC, 0 replies.
- [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. - posted by dd...@apache.org on 2018/03/19 22:42:45 UTC, 0 replies.
- incubator-freemarker git commit: Updated JSP-FreeMarker comparison in FAQ - posted by dd...@apache.org on 2018/03/20 07:12:43 UTC, 0 replies.
- [1/2] incubator-freemarker git commit: Better error message when <#assign x++> and such fails because x doesn't exist in the same scope as the target scope. - posted by dd...@apache.org on 2018/03/20 17:59:08 UTC, 0 replies.
- [2/2] incubator-freemarker git commit: Bug fixed: When string?split(separator) is called with "" as the argument, the string will be split to characters now. Earlier it has thrown an IllegalArgumentException (unless the r flag was specified). - posted by dd...@apache.org on 2018/03/20 17:59:09 UTC, 0 replies.
- [1/2] incubator-freemarker git commit: Forward ported from 2.3-gae: Better error message when <#assign x++> and such fails because x doesn't exist in the same scope as the target scope. - posted by dd...@apache.org on 2018/03/20 17:59:32 UTC, 0 replies.
- [2/2] incubator-freemarker git commit: Forward ported from 2.3-gae: Bug fixed: When string?split(separator) is called with "" as the argument, the string will be split to characters now. Earlier it has thrown an IllegalArgumentException (unless the r fla - posted by dd...@apache.org on 2018/03/20 17:59:33 UTC, 0 replies.
- incubator-freemarker git commit: When specifying the output_format configuration settings with String-String key-value pairs (like with Configuration.setSetting(String, String) or in a .properties file), it's now possible to specify the standard output f - posted by dd...@apache.org on 2018/03/20 18:53:10 UTC, 0 replies.
- incubator-freemarker git commit: Forward ported from 2.3-gae: When specifying the output_format configuration settings with String-String key-value pairs (like with Configuration.setSetting(String, String) or in a .properties file), it's now possible to - posted by dd...@apache.org on 2018/03/20 18:53:54 UTC, 0 replies.
- incubator-freemarker git commit: Added a new Configuration.removeTemplateFromCache overload that has a Object customLookupCondition parameter. This is useful to manually evacuate a template from the cache that was get via a non-null custom lookup conditi - posted by dd...@apache.org on 2018/03/20 19:08:41 UTC, 0 replies.
- [1/3] incubator-freemarker-site git commit: Updated 2.3.28 nightly Manual - posted by dd...@apache.org on 2018/03/20 21:52:41 UTC, 0 replies.
- [2/3] incubator-freemarker-site git commit: Updated 2.3.28 nightly Manual - posted by dd...@apache.org on 2018/03/20 21:52:42 UTC, 0 replies.
- [3/3] incubator-freemarker-site git commit: Updated 2.3.28 nightly Manual - posted by dd...@apache.org on 2018/03/20 21:52:43 UTC, 0 replies.
- [1/4] incubator-freemarker-site git commit: Updated 2.3.28 nightly JavaDocs - posted by dd...@apache.org on 2018/03/20 22:03:15 UTC, 0 replies.
- [2/4] incubator-freemarker-site git commit: Updated 2.3.28 nightly JavaDocs - posted by dd...@apache.org on 2018/03/20 22:03:16 UTC, 0 replies.
- [3/4] incubator-freemarker-site git commit: Updated 2.3.28 nightly JavaDocs - posted by dd...@apache.org on 2018/03/20 22:03:17 UTC, 0 replies.
- [4/4] incubator-freemarker-site git commit: Updated 2.3.28 nightly JavaDocs - posted by dd...@apache.org on 2018/03/20 22:03:18 UTC, 0 replies.
- svn commit: r25857 - in /dev/incubator/freemarker/engine: 2.3.27-incubating-SNAPSHOT/ 2.3.28-incubating-SNAPSHOT/ 2.3.28-incubating-SNAPSHOT/binaries/ 2.3.28-incubating-SNAPSHOT/source/ - posted by dd...@apache.org on 2018/03/20 22:23:24 UTC, 0 replies.
- svn commit: r25859 - in /dev/incubator/freemarker/engine: 2.3.26-incubating/ 2.3.27-incubating/ - posted by dd...@apache.org on 2018/03/20 22:46:24 UTC, 0 replies.
- [1/2] incubator-freemarker-online-tester git commit: Updated FreeMarker home page address - posted by dd...@apache.org on 2018/03/23 12:58:09 UTC, 0 replies.
- [2/2] incubator-freemarker-online-tester git commit: Added tagSyntax and interpolationSyntax dropdowns. Did cleanup/refactoring of old code along the way. - posted by dd...@apache.org on 2018/03/23 12:58:10 UTC, 0 replies.
- [1/2] incubator-freemarker-online-tester git commit: (Flattened assets/ directory structure) - posted by dd...@apache.org on 2018/03/23 22:11:59 UTC, 0 replies.
- [2/2] incubator-freemarker-online-tester git commit: Upgraded Dropwizard, adjusted template handling accordingly. - posted by dd...@apache.org on 2018/03/23 22:12:00 UTC, 0 replies.
- incubator-freemarker-online-tester git commit: Upgraded Jackson - posted by dd...@apache.org on 2018/03/23 22:29:42 UTC, 0 replies.
- incubator-freemarker-online-tester git commit: Dependency version upgrades, and related code changes. - posted by dd...@apache.org on 2018/03/24 05:50:14 UTC, 0 replies.
- [1/2] incubator-freemarker git commit: (Less confusing method name in a parser error message test.) - posted by dd...@apache.org on 2018/03/24 08:50:40 UTC, 0 replies.
- [2/2] incubator-freemarker git commit: Additional [=...] test. - posted by dd...@apache.org on 2018/03/24 08:50:41 UTC, 0 replies.
- incubator-freemarker git commit: Forward ported from 2.3-gae: Parser error message test changes - posted by dd...@apache.org on 2018/03/24 08:51:17 UTC, 0 replies.
- [1/7] incubator-freemarker git commit: (Minor internal renaming in FTL.jj) - posted by dd...@apache.org on 2018/03/24 14:31:54 UTC, 0 replies.
- [2/7] incubator-freemarker git commit: Updated JSP-FreeMarker comparison in FAQ - posted by dd...@apache.org on 2018/03/24 14:31:55 UTC, 0 replies.
- [3/7] incubator-freemarker git commit: Better error message when <#assign x++> and such fails because x doesn't exist in the same scope as the target scope. - posted by dd...@apache.org on 2018/03/24 14:31:56 UTC, 0 replies.
- [4/7] incubator-freemarker git commit: Bug fixed: When string?split(separator) is called with "" as the argument, the string will be split to characters now. Earlier it has thrown an IllegalArgumentException (unless the r flag was specified). - posted by dd...@apache.org on 2018/03/24 14:31:57 UTC, 0 replies.
- [5/7] incubator-freemarker git commit: When specifying the output_format configuration settings with String-String key-value pairs (like with Configuration.setSetting(String, String) or in a .properties file), it's now possible to specify the standard ou - posted by dd...@apache.org on 2018/03/24 14:31:58 UTC, 0 replies.
- [6/7] incubator-freemarker git commit: Added a new Configuration.removeTemplateFromCache overload that has a Object customLookupCondition parameter. This is useful to manually evacuate a template from the cache that was get via a non-null custom lookup c - posted by dd...@apache.org on 2018/03/24 14:31:59 UTC, 0 replies.
- [7/7] incubator-freemarker git commit: Merge remote-tracking branch 'origin/2.3-gae' into 2.3 - posted by dd...@apache.org on 2018/03/24 14:32:00 UTC, 0 replies.
- incubator-freemarker git commit: Manual: More clear description of the square bracket syntaxes. - posted by dd...@apache.org on 2018/03/24 14:42:57 UTC, 0 replies.
- incubator-freemarker-site git commit: Release preview Manual: More clear description of the square bracket syntaxes. - posted by dd...@apache.org on 2018/03/24 14:46:21 UTC, 0 replies.
- incubator-freemarker git commit: Added a missing cause exception in .get_optional_template - posted by dd...@apache.org on 2018/03/26 19:36:34 UTC, 0 replies.
- [1/5] incubator-freemarker git commit: (Less confusing method name in a parser error message test.) - posted by dd...@apache.org on 2018/03/26 19:37:18 UTC, 0 replies.
- [2/5] incubator-freemarker git commit: Additional [=...] test. - posted by dd...@apache.org on 2018/03/26 19:37:19 UTC, 0 replies.
- [3/5] incubator-freemarker git commit: Manual: More clear description of the square bracket syntaxes. - posted by dd...@apache.org on 2018/03/26 19:37:20 UTC, 0 replies.
- [4/5] incubator-freemarker git commit: Added a missing cause exception in .get_optional_template - posted by dd...@apache.org on 2018/03/26 19:37:21 UTC, 0 replies.
- incubator-freemarker git commit: (Minor code cleanup) - posted by dd...@apache.org on 2018/03/26 20:38:29 UTC, 0 replies.
- incubator-freemarker git commit: Forward ported from 2.3-gae: Added a missing cause exception to .getOptionalTemplate - posted by dd...@apache.org on 2018/03/26 20:39:27 UTC, 0 replies.
- incubator-freemarker-site git commit: Removed people from the doap.rdf who have left the project with the graduation. - posted by dd...@apache.org on 2018/03/26 22:34:51 UTC, 0 replies.
- incubator-freemarker-site git commit: Removed incubation disclaimers and Incubator logo. - posted by dd...@apache.org on 2018/03/26 22:35:48 UTC, 0 replies.
- [1/2] incubator-freemarker-site git commit: Removed people from the doap.rdf who have left the project with the graduation. - posted by dd...@apache.org on 2018/03/26 22:37:46 UTC, 0 replies.
- [2/2] incubator-freemarker-site git commit: Removed incubation disclaimers and Incubator logo. - posted by dd...@apache.org on 2018/03/26 22:37:47 UTC, 0 replies.
- incubator-freemarker git commit: (Adjusted get_optional_template error message yet again.) - posted by dd...@apache.org on 2018/03/27 08:16:08 UTC, 0 replies.
- incubator-freemarker git commit: Forward ported from 2.3-gae: Adjusted getOptionalTemplate error message yet again. - posted by dd...@apache.org on 2018/03/27 08:16:39 UTC, 0 replies.
- incubator-freemarker git commit: Manual: Added note to help out in the cases where a custom TemplateLoader incorrectly throws IOException at a missing template, instead of returning null. - posted by dd...@apache.org on 2018/03/27 08:17:40 UTC, 0 replies.
- incubator-freemarker-site git commit: Preview Manual: Added note to help out in the cases where a custom TemplateLoader incorrectly throws IOException at a missing template, instead of returning null. - posted by dd...@apache.org on 2018/03/27 08:20:34 UTC, 0 replies.
- [1/4] incubator-freemarker git commit: (Minor code cleanup) - posted by dd...@apache.org on 2018/03/27 08:27:41 UTC, 0 replies.
- [2/4] incubator-freemarker git commit: (Adjusted get_optional_template error message yet again.) - posted by dd...@apache.org on 2018/03/27 08:27:42 UTC, 0 replies.
- [3/4] incubator-freemarker git commit: Manual: Added note to help out in the cases where a custom TemplateLoader incorrectly throws IOException at a missing template, instead of returning null. - posted by dd...@apache.org on 2018/03/27 08:27:43 UTC, 0 replies.
- [4/4] incubator-freemarker git commit: Merge remote-tracking branch 'origin/2.3-gae' into 2.3 - posted by dd...@apache.org on 2018/03/27 08:27:44 UTC, 0 replies.
- incubator-freemarker git commit: JavaDoc: Clarified that TemplateLoader.getReader must not return null. Only findTemplateSource should on missing template. - posted by dd...@apache.org on 2018/03/27 15:31:50 UTC, 0 replies.
- incubator-freemarker git commit: JavaDoc: Added notes to prevent confusion between square bracket tag syntax and interpolation syntax. - posted by dd...@apache.org on 2018/03/27 21:57:30 UTC, 0 replies.
- incubator-freemarker git commit: Forward-ported from 2.3-gae: JavaDoc: Added notes to prevent confusion between square bracket tag syntax and interpolation syntax. - posted by dd...@apache.org on 2018/03/27 21:58:06 UTC, 0 replies.
- incubator-freemarker git commit: Manual: Further clarified note about custom TemplateLoader.findTemplateSource incorrectly throwing IOException at a missing template - posted by dd...@apache.org on 2018/03/27 22:00:55 UTC, 0 replies.
- incubator-freemarker git commit: Removed "incubating" from version. - posted by dd...@apache.org on 2018/03/27 22:05:44 UTC, 0 replies.
- incubator-freemarker git commit: Removed incubation disclaimer - posted by dd...@apache.org on 2018/03/27 22:09:51 UTC, 0 replies.
- incubator-freemarker git commit: (README typos) - posted by dd...@apache.org on 2018/03/27 22:10:11 UTC, 0 replies.
- incubator-freemarker git commit: Removed incubation disclaimers from the distro and source - posted by dd...@apache.org on 2018/03/27 22:15:32 UTC, 0 replies.
- incubator-freemarker git commit: Removed "incubating" from version - posted by dd...@apache.org on 2018/03/27 22:16:31 UTC, 0 replies.
- [1/2] freemarker-site git commit: Updated Git and mailing list addresses to non-incubator ones - posted by dd...@apache.org on 2018/03/29 21:45:01 UTC, 0 replies.
- [2/2] freemarker-site git commit: Build: Fixed: Dependencies weren't downloaded on first run automatically - posted by dd...@apache.org on 2018/03/29 21:45:02 UTC, 0 replies.
- freemarker-site git commit: Updated Git and mailing list addresses to non-incubator ones - posted by dd...@apache.org on 2018/03/29 21:52:50 UTC, 0 replies.
- freemarker-site git commit: Removed yet another incubator related notice... - posted by dd...@apache.org on 2018/03/29 21:56:11 UTC, 1 replies.
- freemarker-site git commit: Even more outdated incubation related parts fixed - posted by dd...@apache.org on 2018/03/29 22:18:13 UTC, 3 replies.
- freemarker git commit: Updated addresses in generated POM to the non-incubating ones - posted by dd...@apache.org on 2018/03/29 23:48:13 UTC, 0 replies.
- freemarker git commit: Manual: Added missing custom formats "since" note. - posted by dd...@apache.org on 2018/03/30 08:49:01 UTC, 0 replies.
- svn commit: r26057 - /release/incubator/freemarker/ - posted by po...@apache.org on 2018/03/30 14:12:55 UTC, 0 replies.
- svn commit: r26058 - /dev/incubator/freemarker/ - posted by po...@apache.org on 2018/03/30 14:14:02 UTC, 0 replies.
- svn commit: r26061 - in /dev/freemarker: engine/2.3.28-incubating-SNAPSHOT/ freemarker/engine/2.3.28-incubating-SNAPSHOT/ - posted by po...@apache.org on 2018/03/30 15:39:07 UTC, 0 replies.
- svn commit: r26062 - /dev/freemarker/freemarker/ - posted by po...@apache.org on 2018/03/30 15:39:47 UTC, 0 replies.
- svn commit: r26063 - in /release/freemarker: engine/2.3.27-incubating/ freemarker/engine/2.3.27-incubating/ - posted by po...@apache.org on 2018/03/30 15:40:13 UTC, 0 replies.
- svn commit: r26064 - /release/freemarker/freemarker/ - posted by po...@apache.org on 2018/03/30 15:40:39 UTC, 0 replies.
- freemarker-site git commit: Updated download links (no incubator/ in it anymore) - posted by dd...@apache.org on 2018/03/30 16:13:42 UTC, 1 replies.
- [1/5] freemarker git commit: Removed unreachable error condition - posted by dd...@apache.org on 2018/03/30 18:02:59 UTC, 0 replies.
- [2/5] freemarker git commit: (Copyright year increase) - posted by dd...@apache.org on 2018/03/30 18:03:00 UTC, 0 replies.
- [3/5] freemarker git commit: Cowardly added back notes on the binaries (images and an ODS) to the LICENSE of the source... Though most other projects don't do this, this is how it passed earlier releases. - posted by dd...@apache.org on 2018/03/30 18:03:01 UTC, 0 replies.
- [4/5] freemarker git commit: Don't include rat-excludes in the binary release - posted by dd...@apache.org on 2018/03/30 18:03:02 UTC, 0 replies.
- [5/5] freemarker git commit: Even more incubation related parts are removed/update - posted by dd...@apache.org on 2018/03/30 18:03:03 UTC, 0 replies.
- freemarker git commit: Updated version to 2.3.28 - posted by dd...@apache.org on 2018/03/30 19:21:23 UTC, 0 replies.
- freemarker git commit: Reverting most aesthetic renamings in FTL.jj, as those methods are public, and so in theory could be invoked by users. - posted by dd...@apache.org on 2018/03/30 20:19:59 UTC, 0 replies.
- freemarker git commit: Manual: Minor version history fixes - posted by dd...@apache.org on 2018/03/30 20:45:49 UTC, 0 replies.
- [01/16] freemarker git commit: JavaDoc: Clarified that TemplateLoader.getReader must not return null. Only findTemplateSource should on missing template. - posted by dd...@apache.org on 2018/03/30 20:50:29 UTC, 0 replies.
- [02/16] freemarker git commit: JavaDoc: Added notes to prevent confusion between square bracket tag syntax and interpolation syntax. - posted by dd...@apache.org on 2018/03/30 20:50:30 UTC, 0 replies.
- [03/16] freemarker git commit: Manual: Further clarified note about custom TemplateLoader.findTemplateSource incorrectly throwing IOException at a missing template - posted by dd...@apache.org on 2018/03/30 20:50:31 UTC, 0 replies.
- [04/16] freemarker git commit: Removed "incubating" from version. - posted by dd...@apache.org on 2018/03/30 20:50:32 UTC, 0 replies.
- [05/16] freemarker git commit: Removed incubation disclaimers from the distro and source - posted by dd...@apache.org on 2018/03/30 20:50:33 UTC, 0 replies.
- [06/16] freemarker git commit: Updated addresses in generated POM to the non-incubating ones - posted by dd...@apache.org on 2018/03/30 20:50:34 UTC, 0 replies.
- [07/16] freemarker git commit: Manual: Added missing custom formats "since" note. - posted by dd...@apache.org on 2018/03/30 20:50:35 UTC, 0 replies.
- [08/16] freemarker git commit: Removed unreachable error condition - posted by dd...@apache.org on 2018/03/30 20:50:36 UTC, 0 replies.
- [09/16] freemarker git commit: (Copyright year increase) - posted by dd...@apache.org on 2018/03/30 20:50:37 UTC, 0 replies.
- [10/16] freemarker git commit: Cowardly added back notes on the binaries (images and an ODS) to the LICENSE of the source... Though most other projects don't do this, this is how it passed earlier releases. - posted by dd...@apache.org on 2018/03/30 20:50:38 UTC, 0 replies.
- [11/16] freemarker git commit: Don't include rat-excludes in the binary release - posted by dd...@apache.org on 2018/03/30 20:50:39 UTC, 0 replies.
- [12/16] freemarker git commit: Even more incubation related parts are removed/update - posted by dd...@apache.org on 2018/03/30 20:50:40 UTC, 0 replies.
- [13/16] freemarker git commit: Updated version to 2.3.28 - posted by dd...@apache.org on 2018/03/30 20:50:41 UTC, 0 replies.
- [14/16] freemarker git commit: Reverting most aesthetic renamings in FTL.jj, as those methods are public, and so in theory could be invoked by users. - posted by dd...@apache.org on 2018/03/30 20:50:42 UTC, 0 replies.
- [15/16] freemarker git commit: Manual: Minor version history fixes - posted by dd...@apache.org on 2018/03/30 20:50:43 UTC, 0 replies.
- [16/16] freemarker git commit: Merge remote-tracking branch 'origin/2.3-gae' into 2.3 - posted by dd...@apache.org on 2018/03/30 20:50:44 UTC, 0 replies.
- freemarker git commit: Forward ported from 2.3-gae: Removed unreachable error condition - posted by dd...@apache.org on 2018/03/30 20:51:56 UTC, 0 replies.
- freemarker git commit: Missing copyright header - posted by dd...@apache.org on 2018/03/30 21:03:19 UTC, 0 replies.
- [1/2] freemarker git commit: Missing copyright header - posted by dd...@apache.org on 2018/03/30 21:04:48 UTC, 0 replies.
- [2/2] freemarker git commit: Merge remote-tracking branch 'origin/2.3-gae' into 2.3 - posted by dd...@apache.org on 2018/03/30 21:04:49 UTC, 0 replies.
- svn commit: r26070 - in /dev/freemarker/engine: 2.3.28-incubating-SNAPSHOT/ 2.3.28/ 2.3.28/binaries/ 2.3.28/source/ - posted by dd...@apache.org on 2018/03/30 21:19:38 UTC, 0 replies.
- [01/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:41:38 UTC, 0 replies.
- [02/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:41:39 UTC, 0 replies.
- [03/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:41:40 UTC, 0 replies.
- [04/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:41:41 UTC, 0 replies.
- [05/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:41:42 UTC, 0 replies.
- [06/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:41:43 UTC, 0 replies.
- [07/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:41:44 UTC, 0 replies.
- [08/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:41:45 UTC, 0 replies.
- [09/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:41:46 UTC, 0 replies.
- [10/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:41:47 UTC, 0 replies.
- [11/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:41:48 UTC, 0 replies.
- [12/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:41:49 UTC, 0 replies.
- [13/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:41:50 UTC, 0 replies.
- [14/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:41:51 UTC, 0 replies.
- [15/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:41:52 UTC, 0 replies.
- [16/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:41:53 UTC, 0 replies.
- [17/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:41:54 UTC, 0 replies.
- [18/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:41:55 UTC, 0 replies.
- [19/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:41:56 UTC, 0 replies.
- [20/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:41:57 UTC, 0 replies.
- [21/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:41:58 UTC, 0 replies.
- [22/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:41:59 UTC, 0 replies.
- [23/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:42:00 UTC, 0 replies.
- [24/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:42:01 UTC, 0 replies.
- [25/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:42:02 UTC, 0 replies.
- [26/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:42:03 UTC, 0 replies.
- [27/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:42:04 UTC, 0 replies.
- [28/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:42:05 UTC, 0 replies.
- [29/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:42:06 UTC, 0 replies.
- [30/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:42:07 UTC, 0 replies.
- [31/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:42:08 UTC, 0 replies.
- [32/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:42:09 UTC, 0 replies.
- [33/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:42:10 UTC, 0 replies.
- [34/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:42:11 UTC, 0 replies.
- [35/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:42:12 UTC, 0 replies.
- [36/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:42:13 UTC, 0 replies.
- [37/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:42:14 UTC, 0 replies.
- [38/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:42:15 UTC, 0 replies.
- [39/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:42:16 UTC, 0 replies.
- [40/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:42:17 UTC, 0 replies.
- [41/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:42:18 UTC, 0 replies.
- [42/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:42:19 UTC, 0 replies.
- [43/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:42:20 UTC, 0 replies.
- [44/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:42:21 UTC, 0 replies.
- [45/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:42:22 UTC, 0 replies.
- [46/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:42:23 UTC, 0 replies.
- [47/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:42:24 UTC, 0 replies.
- [48/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:42:25 UTC, 0 replies.
- [49/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:42:26 UTC, 0 replies.
- [50/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:42:27 UTC, 0 replies.
- [51/51] [partial] freemarker-site git commit: Upload 2.3.28 documentation for voting - posted by dd...@apache.org on 2018/03/30 21:42:28 UTC, 0 replies.
- [01/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:43:54 UTC, 0 replies.
- [02/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:43:55 UTC, 0 replies.
- [03/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:43:56 UTC, 0 replies.
- [04/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:43:57 UTC, 0 replies.
- [05/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:43:58 UTC, 0 replies.
- [06/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:43:59 UTC, 0 replies.
- [07/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:00 UTC, 0 replies.
- [08/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:01 UTC, 0 replies.
- [09/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:02 UTC, 0 replies.
- [10/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:03 UTC, 0 replies.
- [11/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:04 UTC, 0 replies.
- [12/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:05 UTC, 0 replies.
- [13/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:06 UTC, 0 replies.
- [14/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:07 UTC, 0 replies.
- [15/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:08 UTC, 0 replies.
- [16/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:09 UTC, 0 replies.
- [17/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:10 UTC, 0 replies.
- [18/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:11 UTC, 0 replies.
- [19/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:12 UTC, 0 replies.
- [20/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:13 UTC, 0 replies.
- [21/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:14 UTC, 0 replies.
- [22/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:15 UTC, 0 replies.
- [23/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:16 UTC, 0 replies.
- [24/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:17 UTC, 0 replies.
- [25/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:18 UTC, 0 replies.
- [26/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:19 UTC, 0 replies.
- [27/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:20 UTC, 0 replies.
- [28/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:21 UTC, 0 replies.
- [29/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:22 UTC, 0 replies.
- [30/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:23 UTC, 0 replies.
- [31/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:24 UTC, 0 replies.
- [32/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:25 UTC, 0 replies.
- [33/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:26 UTC, 0 replies.
- [34/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:27 UTC, 0 replies.
- [35/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:28 UTC, 0 replies.
- [36/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:29 UTC, 0 replies.
- [37/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:30 UTC, 0 replies.
- [38/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:31 UTC, 0 replies.
- [39/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:32 UTC, 0 replies.
- [40/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:33 UTC, 0 replies.
- [41/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:34 UTC, 0 replies.
- [42/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:35 UTC, 0 replies.
- [43/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:36 UTC, 0 replies.
- [44/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:37 UTC, 0 replies.
- [45/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:38 UTC, 0 replies.
- [46/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:39 UTC, 0 replies.
- [47/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:40 UTC, 0 replies.
- [48/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:41 UTC, 0 replies.
- [49/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:42 UTC, 0 replies.
- [50/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:43 UTC, 0 replies.
- [51/51] [partial] freemarker-site git commit: Deleted snapshot documentation - posted by dd...@apache.org on 2018/03/30 21:44:44 UTC, 0 replies.
- freemarker-site git commit: (Triggering deployment...) - posted by dd...@apache.org on 2018/03/30 22:04:21 UTC, 0 replies.
- freemarker-site git commit: Updates/corrections in the release guide - posted by dd...@apache.org on 2018/03/30 22:45:55 UTC, 1 replies.