You are viewing a plain text version of this content. The canonical link for it is here.
- [1/5] incubator-freemarker git commit: Made some of the configuration settings use immutable List-s and Map-s even in the Builder-s, and removed methods that modified these maps: - posted by dd...@apache.org on 2017/06/01 22:13:26 UTC, 0 replies.
- [2/5] incubator-freemarker git commit: FREEMARKER-25 fixes forward ported from 2.3-gae - posted by dd...@apache.org on 2017/06/01 22:13:27 UTC, 0 replies.
- [3/5] incubator-freemarker git commit: Made some of the configuration settings use immutable List-s and Map-s even in the Builder-s, and removed methods that modified these maps: - posted by dd...@apache.org on 2017/06/01 22:13:28 UTC, 0 replies.
- [4/5] incubator-freemarker git commit: Cleaned up customAttribute related API-s. Most notably, a new getCustomAttribute overload was added, `getCustomAttribute(Serializable key, Object default)`, where the default value is used if the attribute wasn't se - posted by dd...@apache.org on 2017/06/01 22:13:29 UTC, 0 replies.
- [5/5] incubator-freemarker git commit: Cleaned up customAttribute related API-s. Most notably, a new getCustomAttribute overload was added, `getCustomAttribute(Serializable key, Object default)`, where the default value is used if the attribute wasn't se - posted by dd...@apache.org on 2017/06/01 22:13:30 UTC, 0 replies.
- [1/2] incubator-freemarker git commit: Renamed "customAttribute" (just "attribute" in FM2) to "customSetting". So what happened is that FM2 attributes were split to two separate concepts: custom state scopes (see CustomStateScope interface) and custom se - posted by dd...@apache.org on 2017/06/03 11:47:02 UTC, 0 replies.
- [2/2] incubator-freemarker git commit: Renamed "customAttribute" (just "attribute" in FM2) to "customSetting". So what happened is that FM2 attributes were split to two separate concepts: custom state scopes (see CustomStateScope interface) and custom se - posted by dd...@apache.org on 2017/06/03 11:47:03 UTC, 0 replies.
- incubator-freemarker git commit: (Outdated JavaDoc and error messages: custom attribute -> custom setting) - posted by dd...@apache.org on 2017/06/03 11:51:34 UTC, 0 replies.
- incubator-freemarker git commit: Renamed getCustomSettingsSnapshot to getCustomSettings; in most usages it doesn't mater that it's a snapshot, and the JavaDoc describes that. - posted by dd...@apache.org on 2017/06/03 11:56:55 UTC, 0 replies.
- [jira] [Commented] (FREEMARKER-53) Element order not preserved with java.util.Stack - posted by "Daniel Dekany (JIRA)" <ji...@apache.org> on 2017/06/03 13:23:04 UTC, 2 replies.
- [jira] [Created] (FREEMARKER-54) FM3 freemareker-spring module, basic functionality - posted by "Daniel Dekany (JIRA)" <ji...@apache.org> on 2017/06/03 13:36:04 UTC, 0 replies.
- [jira] [Created] (FREEMARKER-55) FM3 freemarker-spring module, Web MVC support - posted by "Daniel Dekany (JIRA)" <ji...@apache.org> on 2017/06/03 13:50:04 UTC, 0 replies.
- [jira] [Created] (FREEMARKER-56) FM3 Gradle build TODO-s - posted by "Daniel Dekany (JIRA)" <ji...@apache.org> on 2017/06/03 13:53:04 UTC, 0 replies.
- incubator-freemarker git commit: Changed SettingValueNotSetException exception hierarchy so that CustomSettingValueNotSetException has no redundant name property. - posted by dd...@apache.org on 2017/06/03 15:19:29 UTC, 0 replies.
- [jira] [Comment Edited] (FREEMARKER-53) Element order not preserved with java.util.Stack - posted by "Man J (JIRA)" <ji...@apache.org> on 2017/06/05 09:30:04 UTC, 0 replies.
- [jira] [Closed] (FREEMARKER-53) Element order not preserved with java.util.Stack - posted by "Daniel Dekany (JIRA)" <ji...@apache.org> on 2017/06/05 10:24:04 UTC, 0 replies.
- [1/2] incubator-freemarker-online-tester git commit: (Better .gitignore) - posted by dd...@apache.org on 2017/06/06 14:42:40 UTC, 0 replies.
- [2/2] incubator-freemarker-online-tester git commit: Log full exception information on failed tests, so we see it in the Travis log - posted by dd...@apache.org on 2017/06/06 14:42:41 UTC, 0 replies.
- [1/2] incubator-freemarker-online-tester git commit: Updated to FreeMarker 2.3.26 - posted by dd...@apache.org on 2017/06/06 22:22:28 UTC, 0 replies.
- [2/2] incubator-freemarker-online-tester git commit: Adjusted configuration to fit the VM at Apache - posted by dd...@apache.org on 2017/06/06 22:22:29 UTC, 0 replies.
- [1/2] incubator-freemarker git commit: Added the `templateResolver` Configuration setting. This allows replacing the whole template lookup, loading and caching logic with a custom implementation, giving total control over this aspect of FreeMarker, in ca - posted by dd...@apache.org on 2017/06/06 22:49:18 UTC, 0 replies.
- [2/2] incubator-freemarker git commit: Added the `templateResolver` Configuration setting. This allows replacing the whole template lookup, loading and caching logic with a custom implementation, giving total control over this aspect of FreeMarker, in ca - posted by dd...@apache.org on 2017/06/06 22:49:19 UTC, 0 replies.
- incubator-freemarker git commit: Commit comment and change log correction: "It's an error to set a template resolution related settings that the TemplateResolver doesn't support." - posted by dd...@apache.org on 2017/06/06 23:30:56 UTC, 0 replies.
- [1/2] incubator-freemarker git commit: JavaDoc content fixes/improvements - posted by dd...@apache.org on 2017/06/07 16:31:47 UTC, 0 replies.
- [2/2] incubator-freemarker git commit: Renamed the `cacheStorage` Configuration setting to `templateCacheStorage`. - posted by dd...@apache.org on 2017/06/07 16:31:48 UTC, 0 replies.
- incubator-freemarker git commit: Renamed the `localizedLookup` Configuration setting to `localizedLookup`. - posted by dd...@apache.org on 2017/06/07 22:11:45 UTC, 0 replies.
- incubator-freemarker git commit: CommonBuilder.builder() now can only be called once. This is to prevents users shooting themselves in the foot, when this way the unwillingly share stateful property value objects between the two built objects (such as sh - posted by dd...@apache.org on 2017/06/07 23:43:28 UTC, 0 replies.
- [1/2] incubator-freemarker git commit: Fixed JavaDoc error - posted by dd...@apache.org on 2017/06/08 06:04:43 UTC, 0 replies.
- [2/2] incubator-freemarker git commit: Renamed exception classes: ConfigurationSettingValueException to InvalidSettingValueException, UnknownConfigurationSettingException to InvalidSettingNameException. - posted by dd...@apache.org on 2017/06/08 06:04:44 UTC, 0 replies.
- incubator-freemarker git commit: Tested/fixed the setters of configuration settings that has type Map and List. Other minor adjustments. - posted by dd...@apache.org on 2017/06/08 21:32:57 UTC, 0 replies.
- [01/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:41:53 UTC, 0 replies.
- [02/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:41:54 UTC, 0 replies.
- [03/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:41:55 UTC, 0 replies.
- [04/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:41:56 UTC, 0 replies.
- [05/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:41:57 UTC, 0 replies.
- [06/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:41:58 UTC, 0 replies.
- [07/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:41:59 UTC, 0 replies.
- [08/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:00 UTC, 0 replies.
- [09/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:01 UTC, 0 replies.
- [10/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:02 UTC, 0 replies.
- [11/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:03 UTC, 0 replies.
- [12/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:04 UTC, 0 replies.
- [13/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:05 UTC, 0 replies.
- [14/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:06 UTC, 0 replies.
- [15/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:07 UTC, 0 replies.
- [16/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:08 UTC, 0 replies.
- [17/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:09 UTC, 0 replies.
- [18/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:10 UTC, 0 replies.
- [19/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:11 UTC, 0 replies.
- [20/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:12 UTC, 0 replies.
- [21/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:13 UTC, 0 replies.
- [22/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:14 UTC, 0 replies.
- [23/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:15 UTC, 0 replies.
- [24/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:16 UTC, 0 replies.
- [25/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:17 UTC, 0 replies.
- [26/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:18 UTC, 0 replies.
- [27/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:19 UTC, 0 replies.
- [28/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:20 UTC, 0 replies.
- [29/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:21 UTC, 0 replies.
- [30/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:22 UTC, 0 replies.
- [31/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:23 UTC, 0 replies.
- [32/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:24 UTC, 0 replies.
- [33/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:25 UTC, 0 replies.
- [34/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:26 UTC, 0 replies.
- [35/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:27 UTC, 0 replies.
- [36/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:28 UTC, 0 replies.
- [37/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:29 UTC, 0 replies.
- [38/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:30 UTC, 0 replies.
- [39/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:31 UTC, 0 replies.
- [40/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:32 UTC, 0 replies.
- [41/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:33 UTC, 0 replies.
- [42/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:34 UTC, 0 replies.
- [43/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:35 UTC, 0 replies.
- [44/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:36 UTC, 0 replies.
- [45/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:37 UTC, 0 replies.
- [46/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:38 UTC, 0 replies.
- [47/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:39 UTC, 0 replies.
- [48/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:40 UTC, 0 replies.
- [49/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:41 UTC, 0 replies.
- [50/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:42 UTC, 0 replies.
- [51/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs - posted by dd...@apache.org on 2017/06/08 21:42:43 UTC, 0 replies.
- incubator-freemarker-site git commit: (Triggering deployment...) - posted by dd...@apache.org on 2017/06/08 21:45:15 UTC, 0 replies.
- incubator-freemarker-site git commit: (FM3 JavaDoc update) - posted by dd...@apache.org on 2017/06/08 22:09:25 UTC, 0 replies.
- incubator-freemarker git commit: (Minor JavaDoc improvement) - posted by dd...@apache.org on 2017/06/08 22:09:45 UTC, 0 replies.
- [jira] [Created] (FREEMARKER-57) Cannot access children - posted by "Remie (JIRA)" <ji...@apache.org> on 2017/06/09 10:50:18 UTC, 0 replies.
- [jira] [Updated] (FREEMARKER-57) Cannot access children - posted by "Remie (JIRA)" <ji...@apache.org> on 2017/06/09 10:51:18 UTC, 2 replies.
- [jira] [Commented] (FREEMARKER-57) Cannot access children - posted by "Daniel Dekany (JIRA)" <ji...@apache.org> on 2017/06/09 15:27:18 UTC, 2 replies.
- [jira] [Closed] (FREEMARKER-57) Cannot access children - posted by "Daniel Dekany (JIRA)" <ji...@apache.org> on 2017/06/09 16:19:19 UTC, 0 replies.
- incubator-freemarker git commit: Added `protected Xxx getImplictXxx()` methods to Configuration.ExtendableBuilder for Map and List settings. These allow adding values to these Map-s/List-s over those explictly set by the user who configure FreeMarker. Th - posted by dd...@apache.org on 2017/06/10 07:55:03 UTC, 0 replies.
- incubator-freemarker git commit: Added protected getImpliedRegisteredCustomOutputFormats() as well, and some cleanup around the customOutputFormats setting. - posted by dd...@apache.org on 2017/06/10 17:59:26 UTC, 0 replies.
- incubator-freemarker git commit: (Removed unnecessary complication with equals and hashCode in DefaultObjectWrapper) - posted by dd...@apache.org on 2017/06/10 18:41:01 UTC, 0 replies.
- [1/2] incubator-freemarker git commit: Refined setSetting(String, String) and ..._KEY constatns so that they are split between the 3 classes of the inheritance chain: Configuration.ExtendableBuilder, MutableParsingAndProcessingConfiguration, MutableProc - posted by dd...@apache.org on 2017/06/11 17:28:39 UTC, 0 replies.
- [2/2] incubator-freemarker git commit: Refined setSetting(String, String) and ..._KEY constatns so that they are split between the 3 classes of the inheritance chain: Configuration.ExtendableBuilder, MutableParsingAndProcessingConfiguration, MutableProc - posted by dd...@apache.org on 2017/06/11 17:28:40 UTC, 0 replies.
- incubator-freemarker git commit: The objectWrapper setting can only be set on the Configuration level now, to avoid (future) complications. The objectWrapper setting's value, when set via Properties, doesn't support the value "restricted" anymore, instea - posted by dd...@apache.org on 2017/06/12 08:35:54 UTC, 0 replies.
- incubator-freemarker git commit: Changed the default of sourceEncoding ("encoding" earlier) to UTF-8 from the platform default charset. Using the platform default charset was proven to be fragile in practice, like applications could break when moved to a - posted by dd...@apache.org on 2017/06/12 16:47:57 UTC, 0 replies.
- incubator-freemarker git commit: (Missing setting name hints for renamed settings "cacheStorage" and "localizedLookup") - posted by dd...@apache.org on 2017/06/12 16:51:28 UTC, 0 replies.
- incubator-freemarker git commit: (Removed some legacy setting name aliases, using them only for setting name error hints.) - posted by dd...@apache.org on 2017/06/12 16:57:29 UTC, 0 replies.
- incubator-freemarker git commit: Removed the logTemplateExceptions (log_template_exceptions) setting. FreeMarker now behaves as if it was false. When a FreeMarker method throws an exception, the caller is responsible for either logging it or letting it b - posted by dd...@apache.org on 2017/06/12 20:52:06 UTC, 0 replies.
- incubator-freemarker git commit: Changed the default of templateExceptionHandler (template_exception_hander) to TemplateExceptionHandler.RETHROW_HANDLER. - posted by dd...@apache.org on 2017/06/12 21:13:12 UTC, 0 replies.
- incubator-freemarker git commit: Changed the default of sqlDateAndTimeTimeZone (sql_date_and_time_time_zone) to TimeZone.default() from null (where null meant falling back to the timeZone setting value). - posted by dd...@apache.org on 2017/06/12 21:55:17 UTC, 0 replies.
- incubator-freemarker git commit: Changed the default of templateNameFormat (template_name_format) to what's equivalent to FM2 DefaultTemplateNameFormat24. The old (FM2) DefaultTemplateNameFormat was removed, and FM2 DefaultTemplateNameFormat24 was rename - posted by dd...@apache.org on 2017/06/13 11:26:12 UTC, 0 replies.
- [1/2] incubator-freemarker git commit: TemplateClassResolver.UNRESTRICTED_RESOLVER and ALLOWS_NOTHING_RESOLVER was renamed to UNRESTRICTED and ALLOW_NOTHING. Also the String setting name "allows_nothing" and "allowsNothing" were renamed to "allow_nothing - posted by dd...@apache.org on 2017/06/13 12:09:53 UTC, 0 replies.
- [2/2] incubator-freemarker git commit: TemplateExceptionHandler.IGNORE_HANDLER, RETHROW_HANDLER, DEBUG_HANDLER and HTLM_DEBUG_HANDLER was renamed to IGNORE, RETHROW, DEBUG and HTML_DEBUG. - posted by dd...@apache.org on 2017/06/13 12:09:54 UTC, 0 replies.
- incubator-freemarker git commit: (JavaDoc clarification) - posted by dd...@apache.org on 2017/06/13 12:30:47 UTC, 0 replies.
- [jira] [Created] (FREEMARKER-58) docu: namespaces page: correct mistake in code example - posted by "Johannes Lugmayr (JIRA)" <ji...@apache.org> on 2017/06/13 16:02:00 UTC, 0 replies.
- [jira] [Updated] (FREEMARKER-58) docu: namespaces page: correct mistake in code example - posted by "Johannes Lugmayr (JIRA)" <ji...@apache.org> on 2017/06/13 16:04:00 UTC, 1 replies.
- incubator-freemarker-site git commit: FREEMARKER-58: Manual example mistakes - posted by dd...@apache.org on 2017/06/13 17:00:55 UTC, 0 replies.
- [jira] [Closed] (FREEMARKER-58) docu: namespaces page: correct mistake in code example - posted by "Daniel Dekany (JIRA)" <ji...@apache.org> on 2017/06/13 17:03:00 UTC, 0 replies.
- [jira] [Created] (FREEMARKER-59) include_page directive does not work in weblogic - posted by "Dawid van der Merwe (JIRA)" <ji...@apache.org> on 2017/06/14 19:56:00 UTC, 0 replies.
- [jira] [Commented] (FREEMARKER-59) include_page directive does not work in weblogic - posted by "Daniel Dekany (JIRA)" <ji...@apache.org> on 2017/06/15 12:43:00 UTC, 0 replies.
- [jira] [Comment Edited] (FREEMARKER-59) include_page directive does not work in weblogic - posted by "Daniel Dekany (JIRA)" <ji...@apache.org> on 2017/06/15 12:52:00 UTC, 0 replies.
- [1/4] incubator-freemarker git commit: Build: Move some dependencies to ext.libraries - posted by dd...@apache.org on 2017/06/17 13:14:35 UTC, 0 replies.
- [2/4] incubator-freemarker git commit: (logback-test.xml comment) - posted by dd...@apache.org on 2017/06/17 13:14:36 UTC, 0 replies.
- [3/4] incubator-freemarker git commit: Some internal cleanup: Renamed ArithmeticExpression to ASTExpArithmetic. Renamed ASTNode.getNodeTypeSymbol to getASTNodeDescriptor. - posted by dd...@apache.org on 2017/06/17 13:14:37 UTC, 0 replies.
- [4/4] incubator-freemarker git commit: Some internal cleanup: Renamed ArithmeticExpression to ASTExpArithmetic. Renamed ASTNode.getNodeTypeSymbol to getASTNodeDescriptor. - posted by dd...@apache.org on 2017/06/17 13:14:38 UTC, 0 replies.
- [GitHub] incubator-freemarker pull request #23: FREEMARKER-54: FM3 freemareker-spring... - posted by woonsan <gi...@git.apache.org> on 2017/06/18 03:49:13 UTC, 1 replies.
- [jira] [Commented] (FREEMARKER-54) FM3 freemareker-spring module, basic functionality - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/06/18 03:50:02 UTC, 6 replies.
- [GitHub] incubator-freemarker pull request #8: FREEMARKER-7 Build with Maven - posted by woonsan <gi...@git.apache.org> on 2017/06/18 04:00:26 UTC, 0 replies.
- [jira] [Commented] (FREEMARKER-7) Maven Build - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/06/18 04:01:00 UTC, 0 replies.
- incubator-freemarker git commit: Started working in freemarker-converter, which converts FM2 templates to FM3 syntax (as far as it can be automated). It's not working yet, very far from complete. We will need this before we start to change the syntax, as - posted by dd...@apache.org on 2017/06/18 14:20:24 UTC, 0 replies.
- [1/9] incubator-freemarker git commit: FREEMARKER-54: Adding skeletal freemarker-spring module - posted by dd...@apache.org on 2017/06/18 14:30:27 UTC, 0 replies.
- [2/9] incubator-freemarker git commit: FREEMARKER-54: initial ConfigurationFactoryBean design - posted by dd...@apache.org on 2017/06/18 14:30:28 UTC, 0 replies.
- [3/9] incubator-freemarker git commit: feature/FREEMARKER-54: ConfigurationFactoryBean tests - posted by dd...@apache.org on 2017/06/18 14:30:29 UTC, 0 replies.
- [4/9] incubator-freemarker git commit: FREEMARKER-54: More setting tests through ConfigurationFactoryBean - posted by dd...@apache.org on 2017/06/18 14:30:30 UTC, 0 replies.
- [5/9] incubator-freemarker git commit: FREEMARKER-54: use property wherever easier than settings map. - posted by dd...@apache.org on 2017/06/18 14:30:31 UTC, 0 replies.
- [6/9] incubator-freemarker git commit: FREEMARKER-54: Adding SpringResourceTemplateLoader and test - posted by dd...@apache.org on 2017/06/18 14:30:32 UTC, 0 replies.
- [7/9] incubator-freemarker git commit: Merge branch '3' into feature/FREEMARKER-54 - posted by dd...@apache.org on 2017/06/18 14:30:33 UTC, 0 replies.
- [8/9] incubator-freemarker git commit: freemareker-spring module, basic functionality - posted by dd...@apache.org on 2017/06/18 14:30:34 UTC, 0 replies.
- [9/9] incubator-freemarker git commit: Fixed JavaDoc error in freemarker-converter - posted by dd...@apache.org on 2017/06/18 14:30:35 UTC, 0 replies.
- [GitHub] incubator-freemarker pull request #24: FREEMARKER-54: Remove unnecessary #se... - posted by woonsan <gi...@git.apache.org> on 2017/06/19 03:16:45 UTC, 1 replies.
- [jira] [Comment Edited] (FREEMARKER-54) FM3 freemareker-spring module, basic functionality - posted by "Woonsan Ko (JIRA)" <ji...@apache.org> on 2017/06/19 04:55:00 UTC, 0 replies.
- incubator-freemarker git commit: Fixed wrong log category in freemarker-servlet. - posted by dd...@apache.org on 2017/06/19 08:59:43 UTC, 0 replies.
- [1/6] incubator-freemarker git commit: FREEMARKER-54: Remove ConfigurationFactoryBean#setSettings(...) because ancestor already contains equivalent one. Also, separate spring logger. - posted by dd...@apache.org on 2017/06/19 09:29:10 UTC, 0 replies.
- [2/6] incubator-freemarker git commit: FREEMARKER-54: Support Version convertion editor between string and Version object for spring community - posted by dd...@apache.org on 2017/06/19 09:29:11 UTC, 0 replies.
- [3/6] incubator-freemarker git commit: FREEMARKER-54: Adding templateLoader prop example in unit test. - posted by dd...@apache.org on 2017/06/19 09:29:12 UTC, 0 replies.
- [4/6] incubator-freemarker git commit: FREEMARKER-54: Adding autoImports property example in unit test - posted by dd...@apache.org on 2017/06/19 09:29:13 UTC, 0 replies.
- [5/6] incubator-freemarker git commit: FREEMARKER-54: Adding baseLocation property in SpringResourceTemplateLoader for convenience. - posted by dd...@apache.org on 2017/06/19 09:29:14 UTC, 0 replies.
- [6/6] incubator-freemarker git commit: Remove unnecessary #setSettings(); Logging correction; VersionEditor for conversion between string and Version - posted by dd...@apache.org on 2017/06/19 09:29:15 UTC, 0 replies.
- incubator-freemarker git commit: Added aggregateJavadoc task to the root project. The output contains the API of several modules that are deemed to be used commonly enough. - posted by dd...@apache.org on 2017/06/19 18:08:29 UTC, 0 replies.
- incubator-freemarker git commit: util.ObjectFactory was renamed to CommonSupplier, and its createObject() method was renamed to get(), to be more similar to the Java 8 API. The difference to CommonBuilder was clarified. - posted by dd...@apache.org on 2017/06/19 21:55:56 UTC, 0 replies.
- [1/2] incubator-freemarker-online-tester git commit: README.md improvements - posted by dd...@apache.org on 2017/06/21 00:07:43 UTC, 0 replies.
- [2/2] incubator-freemarker-online-tester git commit: Dropwizard config improvements - posted by dd...@apache.org on 2017/06/21 00:07:44 UTC, 0 replies.
- incubator-freemarker-online-tester git commit: README.md improvements - posted by dd...@apache.org on 2017/06/21 00:18:59 UTC, 0 replies.
- [1/2] incubator-freemarker git commit: Fixed MruCacheStorage concurrency bug introduced in FM3 - posted by dd...@apache.org on 2017/06/23 19:04:53 UTC, 0 replies.
- [2/2] incubator-freemarker git commit: (JavaDoc typo) - posted by dd...@apache.org on 2017/06/23 19:04:54 UTC, 0 replies.
- [1/3] incubator-freemarker git commit: (Error message typo. Better error message for allow_nothing VS allows_nothing.) - posted by dd...@apache.org on 2017/06/23 19:06:37 UTC, 0 replies.
- [2/3] incubator-freemarker git commit: FREEMARKER-58: Manual example mistakes - posted by dd...@apache.org on 2017/06/23 19:06:38 UTC, 0 replies.
- [3/3] incubator-freemarker git commit: Minor JavaDoc improvements - posted by dd...@apache.org on 2017/06/23 19:06:39 UTC, 0 replies.
- incubator-freemarker git commit: Continued work on the FM2 to FM3 converter - posted by dd...@apache.org on 2017/06/23 22:28:12 UTC, 4 replies.
- incubator-freemarker-site git commit: Updated online tester URL to http://try.freemarker.org/ - posted by dd...@apache.org on 2017/06/24 14:08:02 UTC, 1 replies.
- [1/4] incubator-freemarker-online-tester git commit: Gradle files cleanup - posted by dd...@apache.org on 2017/06/25 12:17:47 UTC, 0 replies.
- [2/4] incubator-freemarker-online-tester git commit: (Updated gradlew.bat) - posted by dd...@apache.org on 2017/06/25 12:17:48 UTC, 0 replies.
- [3/4] incubator-freemarker-online-tester git commit: Updated dependency versions - posted by dd...@apache.org on 2017/06/25 12:17:49 UTC, 0 replies.
- [4/4] incubator-freemarker-online-tester git commit: Updated production logging config - posted by dd...@apache.org on 2017/06/25 12:17:50 UTC, 0 replies.
- [1/2] incubator-freemarker-online-tester git commit: Further cleanup: Upgraded Dropwizard to the latest, also Jersey to 2.x. Removed Spring dependencies (we haven't utilized it apart from a few IoC-related annotations, which I have replaced with a few li - posted by dd...@apache.org on 2017/06/25 16:05:21 UTC, 0 replies.
- [2/2] incubator-freemarker-online-tester git commit: Further cleanup: Upgraded Dropwizard to the latest, also Jersey to 2.x. Removed Spring dependencies (we haven't utilized it apart from a few IoC-related annotations, which I have replaced with a few li - posted by dd...@apache.org on 2017/06/25 16:05:22 UTC, 0 replies.
- incubator-freemarker-online-tester git commit: Redirected (HTTP 301) the old domain name to the new one. This is needed as the old domain points to the new IP without HTTP-level redirection. - posted by dd...@apache.org on 2017/06/25 23:50:40 UTC, 0 replies.
- incubator-freemarker git commit: Removed long deprecated `#{}` interpolations. - posted by dd...@apache.org on 2017/06/26 22:00:53 UTC, 0 replies.
- incubator-freemarker git commit: Improved #attempt error reporting: - posted by dd...@apache.org on 2017/06/27 23:42:42 UTC, 0 replies.
- incubator-freemarker git commit: Added alternative syntaxes for the && (logical and) operator: \and and & & . These are to work around issues in applications where the template must be a valid XML (&& is not valid XML/HTML, at most places), or wher - posted by dd...@apache.org on 2017/06/28 09:29:40 UTC, 0 replies.
- incubator-freemarker git commit: Fixed wrong test - posted by dd...@apache.org on 2017/06/28 13:23:03 UTC, 0 replies.
- incubator-freemarker git commit: Forward ported \and and & & support from 2.3.27 - posted by dd...@apache.org on 2017/06/28 13:24:33 UTC, 0 replies.
- incubator-freemarker git commit: Forward ported #attempt error reporting improvements from 2.3.27. Furthermore, #attempt now logs errors into the org.apache.freemarker.core.Runtime.Attempt log chategory (by - posted by dd...@apache.org on 2017/06/28 15:05:08 UTC, 0 replies.
- incubator-freemarker-docgen git commit: XXE addon: Removed AC+C key binding, as CS+P is now the standard. - posted by dd...@apache.org on 2017/06/29 10:02:22 UTC, 0 replies.
- [jira] [Created] (FREEMARKER-60) Document interaction between lazy import and #global - posted by "Jasper Rosenberg (JIRA)" <ji...@apache.org> on 2017/06/30 12:37:00 UTC, 0 replies.
- [jira] [Commented] (FREEMARKER-60) Document interaction between lazy import and #global - posted by "Daniel Dekany (JIRA)" <ji...@apache.org> on 2017/06/30 16:52:02 UTC, 0 replies.
- [jira] [Comment Edited] (FREEMARKER-60) Document interaction between lazy import and #global - posted by "Daniel Dekany (JIRA)" <ji...@apache.org> on 2017/06/30 16:55:00 UTC, 0 replies.