You are viewing a plain text version of this content. The canonical link for it is here.
- [jira] [Created] (FREEMARKER-23) <#t> documentation doesn't match actual behavior - posted by "Ondra Žižka (JIRA)" <ji...@apache.org> on 2016/05/04 20:23:12 UTC, 0 replies.
- [jira] [Updated] (FREEMARKER-23) <#t> documentation doesn't match actual behavior - posted by "Ondra Žižka (JIRA)" <ji...@apache.org> on 2016/05/04 20:24:12 UTC, 3 replies.
- [jira] [Commented] (FREEMARKER-23) <#t> documentation doesn't match actual behavior - posted by "Daniel Dekany (JIRA)" <ji...@apache.org> on 2016/05/05 05:40:12 UTC, 0 replies.
- [jira] [Comment Edited] (FREEMARKER-23) <#t> documentation doesn't match actual behavior - posted by "Daniel Dekany (JIRA)" <ji...@apache.org> on 2016/05/05 05:41:12 UTC, 0 replies.
- incubator-freemarker git commit: Removed FindBugs @SuppressFBWarnings annotations as they have caused warnings when compiling dependant code with Gradle. - posted by dd...@apache.org on 2016/05/07 09:41:36 UTC, 0 replies.
- incubator-freemarker git commit: (Or operator typos in FTL.jj) - posted by dd...@apache.org on 2016/05/07 10:10:32 UTC, 0 replies.
- [jira] [Created] (FREEMARKER-24) Support of default methods in objet model - posted by "Emmanuel Keller (JIRA)" <ji...@apache.org> on 2016/05/17 10:12:12 UTC, 0 replies.
- [jira] [Updated] (FREEMARKER-24) Support of default methods in object model - posted by "Emmanuel Keller (JIRA)" <ji...@apache.org> on 2016/05/17 10:13:12 UTC, 0 replies.
- incubator-freemarker-site git commit: Old bug tracker link to point to search instead of to "report new" - posted by dd...@apache.org on 2016/05/21 06:25:11 UTC, 1 replies.
- [jira] [Commented] (FREEMARKER-24) Support of default methods in object model - posted by "Daniel Dekany (JIRA)" <ji...@apache.org> on 2016/05/21 06:39:12 UTC, 0 replies.
- incubator-freemarker git commit: Manual: Switched to "+=" in an example - posted by dd...@apache.org on 2016/05/23 06:55:34 UTC, 0 replies.
- incubator-freemarker git commit: Put back @SuppressFBWarnings annotations, but filter them out in the Ant build. This works with source code preprocessing with regular expressions, which is ugly, but is still better than losing the annotations in the IDE - posted by dd...@apache.org on 2016/05/24 22:52:54 UTC, 0 replies.
- [GitHub] incubator-freemarker pull request: Add generic type arguments to "... - posted by yankee42 <gi...@git.apache.org> on 2016/05/25 14:24:11 UTC, 0 replies.
- [1/4] incubator-freemarker git commit: (A missing SuppressFBWarnings annotation.) - posted by dd...@apache.org on 2016/05/28 13:42:58 UTC, 0 replies.
- [2/4] incubator-freemarker git commit: (Missing copyright headers) - posted by dd...@apache.org on 2016/05/28 13:42:59 UTC, 0 replies.
- [3/4] incubator-freemarker git commit: Build: Delete filtered sources after compilation, so that you won't accidentally open and edit them in Eclipse when navigating to a class by name. - posted by dd...@apache.org on 2016/05/28 13:43:00 UTC, 0 replies.
- [4/4] incubator-freemarker git commit: Added new setting to DefaultObjectWrapper (and to DefaultObjectWrapperBuilder): interableSupport. This is to fix the issue when you couldn't use #list (or ?has_next, etc.) on a value that only implements Java 5 java - posted by dd...@apache.org on 2016/05/28 13:43:01 UTC, 0 replies.
- incubator-freemarker git commit: Manual typo: interableSupport -> iterableSupport - posted by dd...@apache.org on 2016/05/28 20:10:39 UTC, 0 replies.
- incubator-freemarker git commit: Added TemplateHashModelEx2 which allows key-value pair listing. Added <#list xs as k , v> and <#items as k, v>. More test will be added later. - posted by dd...@apache.org on 2016/05/29 22:11:31 UTC, 0 replies.
- [jira] [Created] (FREEMARKER-25) Multiple nest targets - posted by "Charles Goodwin (JIRA)" <ji...@apache.org> on 2016/05/30 16:34:12 UTC, 0 replies.
- [jira] [Updated] (FREEMARKER-25) Multiple nest targets - posted by "Charles Goodwin (JIRA)" <ji...@apache.org> on 2016/05/30 16:35:12 UTC, 2 replies.
- [jira] [Commented] (FREEMARKER-25) Multiple nest targets - posted by "Daniel Dekany (JIRA)" <ji...@apache.org> on 2016/05/30 17:33:12 UTC, 0 replies.
- [jira] [Comment Edited] (FREEMARKER-25) Multiple nest targets - posted by "Daniel Dekany (JIRA)" <ji...@apache.org> on 2016/05/30 17:34:12 UTC, 0 replies.
- incubator-freemarker git commit: Further tests for <#list xs as k , v> and <#items as k , v>. - posted by dd...@apache.org on 2016/05/30 21:54:59 UTC, 0 replies.
- incubator-freemarker git commit: (Missing copyright headers...) - posted by dd...@apache.org on 2016/05/30 21:58:53 UTC, 0 replies.
- incubator-freemarker git commit: TemplateHashModelEx2 JavaDoc - posted by dd...@apache.org on 2016/05/30 22:10:24 UTC, 0 replies.
- [1/2] incubator-freemarker git commit: Reuse the KeyValuePairIterator created for #list for #items. - posted by dd...@apache.org on 2016/05/31 18:53:44 UTC, 0 replies.
- [2/2] incubator-freemarker git commit: (Aesthetic method order change.) - posted by dd...@apache.org on 2016/05/31 18:53:45 UTC, 0 replies.