Messages by Thread
-
-
[GitHub] incubator-freemarker pull request #26: FREEMARKER-55: polishing and cleanups...
woonsan
-
incubator-freemarker git commit: Continued work on FM2 to FM3 converter...
ddekany
-
[jira] [Closed] (FREEMARKER-60) Document interaction between lazy import and #global
Daniel Dekany (JIRA)
-
incubator-freemarker git commit: FREEMARKER-60: Document interaction between lazy import and #global
ddekany
-
incubator-freemarker git commit: Log categories are now simply the full qualified class name of the logging classes. There are no predefined log categories (such as "freemarker.runtime", etc.) anymore. This is to follow the common practices in logging.
ddekany
-
incubator-freemarker git commit: (README content fix)
ddekany
-
incubator-freemarker git commit: (Moved aggregateJavadoc output to a more standard location)
ddekany
-
incubator-freemarker git commit: (LOG should be final)
ddekany
-
[01/16] incubator-freemarker git commit: FREEMARKER-55: Adding skeletal FreemarkerView
ddekany
-
[jira] [Comment Edited] (FREEMARKER-55) FM3 freemarker-spring module, Web MVC support
Woonsan Ko (JIRA)
-
[jira] [Commented] (FREEMARKER-55) FM3 freemarker-spring module, Web MVC support
ASF GitHub Bot (JIRA)
-
[jira] [Commented] (FREEMARKER-55) FM3 freemarker-spring module, Web MVC support
Woonsan Ko (JIRA)
-
[jira] [Commented] (FREEMARKER-55) FM3 freemarker-spring module, Web MVC support
ASF GitHub Bot (JIRA)
-
[jira] [Commented] (FREEMARKER-55) FM3 freemarker-spring module, Web MVC support
Daniel Dekany (JIRA)
-
[jira] [Commented] (FREEMARKER-55) FM3 freemarker-spring module, Web MVC support
ASF GitHub Bot (JIRA)
-
[jira] [Commented] (FREEMARKER-55) FM3 freemarker-spring module, Web MVC support
Woonsan Ko (JIRA)
-
[jira] [Commented] (FREEMARKER-55) FM3 freemarker-spring module, Web MVC support
ASF GitHub Bot (JIRA)
-
[jira] [Commented] (FREEMARKER-55) FM3 freemarker-spring module, Web MVC support
Daniel Dekany (JIRA)
-
[jira] [Commented] (FREEMARKER-55) FM3 freemarker-spring module, Web MVC support
ASF GitHub Bot (JIRA)
-
[jira] [Commented] (FREEMARKER-55) FM3 freemarker-spring module, Web MVC support
Daniel Dekany (JIRA)
-
[jira] [Commented] (FREEMARKER-55) FM3 freemarker-spring module, Web MVC support
Daniel Dekany (JIRA)
-
[jira] [Commented] (FREEMARKER-55) FM3 freemarker-spring module, Web MVC support
Woonsan Ko (JIRA)
-
[jira] [Commented] (FREEMARKER-55) FM3 freemarker-spring module, Web MVC support
Daniel Dekany (JIRA)
-
[jira] [Commented] (FREEMARKER-55) FM3 freemarker-spring module, Web MVC support
ASF GitHub Bot (JIRA)
-
[jira] [Commented] (FREEMARKER-55) FM3 freemarker-spring module, Web MVC support
Woonsan Ko (JIRA)
-
[jira] [Commented] (FREEMARKER-55) FM3 freemarker-spring module, Web MVC support
ASF GitHub Bot (JIRA)
-
[jira] [Commented] (FREEMARKER-55) FM3 freemarker-spring module, Web MVC support
ASF GitHub Bot (JIRA)
-
[jira] [Commented] (FREEMARKER-55) FM3 freemarker-spring module, Web MVC support
ASF GitHub Bot (JIRA)
-
[jira] [Commented] (FREEMARKER-55) FM3 freemarker-spring module, Web MVC support
Daniel Dekany (JIRA)
-
[jira] [Commented] (FREEMARKER-55) FM3 freemarker-spring module, Web MVC support
ASF GitHub Bot (JIRA)
-
[jira] [Commented] (FREEMARKER-55) FM3 freemarker-spring module, Web MVC support
ASF GitHub Bot (JIRA)
-
[jira] [Commented] (FREEMARKER-55) FM3 freemarker-spring module, Web MVC support
ASF GitHub Bot (JIRA)
-
[jira] [Commented] (FREEMARKER-55) FM3 freemarker-spring module, Web MVC support
ASF GitHub Bot (JIRA)
-
[jira] [Commented] (FREEMARKER-55) FM3 freemarker-spring module, Web MVC support
ASF GitHub Bot (JIRA)
-
[jira] [Commented] (FREEMARKER-55) FM3 freemarker-spring module, Web MVC support
ASF GitHub Bot (JIRA)
-
[jira] [Commented] (FREEMARKER-55) FM3 freemarker-spring module, Web MVC support
ASF GitHub Bot (JIRA)
-
[jira] [Commented] (FREEMARKER-55) FM3 freemarker-spring module, Web MVC support
ASF GitHub Bot (JIRA)
-
[jira] [Commented] (FREEMARKER-55) FM3 freemarker-spring module, Web MVC support
ASF GitHub Bot (JIRA)
-
[jira] [Commented] (FREEMARKER-55) FM3 freemarker-spring module, Web MVC support
ASF GitHub Bot (JIRA)
-
[jira] [Commented] (FREEMARKER-55) FM3 freemarker-spring module, Web MVC support
ASF GitHub Bot (JIRA)
-
[GitHub] incubator-freemarker pull request #25: FREEMARKER-55: Freemarker View and Vi...
woonsan
-
[1/3] incubator-freemarker git commit: FTLUtil.toStringLiteral choses literal format more intelligently. FTLUtil.escapeIdentifier now quotes unescapeable identifiers.
ddekany
-
[1/2] incubator-freemarker git commit: (JavaDoc improvement)
ddekany
-
[1/2] incubator-freemarker git commit: You can't close #attempt/#recover with `</#recover>` anymore, only with `<#attempt>`. This was the standard form in FM2 as well, and is consistent with how #if/#else works. (The template converter tool does this con
ddekany
-
[jira] [Comment Edited] (FREEMARKER-60) Document interaction between lazy import and #global
Daniel Dekany (JIRA)
-
[jira] [Commented] (FREEMARKER-60) Document interaction between lazy import and #global
Daniel Dekany (JIRA)
-
[jira] [Created] (FREEMARKER-60) Document interaction between lazy import and #global
Jasper Rosenberg (JIRA)
-
incubator-freemarker-docgen git commit: XXE addon: Removed AC+C key binding, as CS+P is now the standard.
ddekany
-
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
ddekany
-
incubator-freemarker git commit: Forward ported \and and & & support from 2.3.27
ddekany
-
incubator-freemarker git commit: Fixed wrong test
ddekany
-
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
ddekany
-
incubator-freemarker git commit: Improved #attempt error reporting:
ddekany
-
incubator-freemarker git commit: Removed long deprecated `#{}` interpolations.
ddekany
-
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.
ddekany
-
[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
ddekany
-
[1/4] incubator-freemarker-online-tester git commit: Gradle files cleanup
ddekany
-
incubator-freemarker-site git commit: Updated online tester URL to http://try.freemarker.org/
ddekany
-
incubator-freemarker git commit: Continued work on the FM2 to FM3 converter
ddekany
-
[1/3] incubator-freemarker git commit: (Error message typo. Better error message for allow_nothing VS allows_nothing.)
ddekany
-
[1/2] incubator-freemarker git commit: Fixed MruCacheStorage concurrency bug introduced in FM3
ddekany
-
incubator-freemarker-online-tester git commit: README.md improvements
ddekany
-
[1/2] incubator-freemarker-online-tester git commit: README.md improvements
ddekany
-
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.
ddekany
-
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.
ddekany
-
[1/6] incubator-freemarker git commit: FREEMARKER-54: Remove ConfigurationFactoryBean#setSettings(...) because ancestor already contains equivalent one. Also, separate spring logger.
ddekany
-
incubator-freemarker git commit: Fixed wrong log category in freemarker-servlet.
ddekany
-
[jira] [Comment Edited] (FREEMARKER-54) FM3 freemareker-spring module, basic functionality
Woonsan Ko (JIRA)
-
[GitHub] incubator-freemarker pull request #24: FREEMARKER-54: Remove unnecessary #se...
woonsan
-
[1/9] incubator-freemarker git commit: FREEMARKER-54: Adding skeletal freemarker-spring module
ddekany
-
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
ddekany
-
[jira] [Commented] (FREEMARKER-7) Maven Build
ASF GitHub Bot (JIRA)
-
[GitHub] incubator-freemarker pull request #8: FREEMARKER-7 Build with Maven
woonsan
-
[jira] [Commented] (FREEMARKER-54) FM3 freemareker-spring module, basic functionality
ASF GitHub Bot (JIRA)
-
[GitHub] incubator-freemarker pull request #23: FREEMARKER-54: FM3 freemareker-spring...
woonsan
-
[1/4] incubator-freemarker git commit: Build: Move some dependencies to ext.libraries
ddekany
-
[jira] [Comment Edited] (FREEMARKER-59) include_page directive does not work in weblogic
Daniel Dekany (JIRA)
-
[jira] [Commented] (FREEMARKER-59) include_page directive does not work in weblogic
Daniel Dekany (JIRA)
-
[jira] [Created] (FREEMARKER-59) include_page directive does not work in weblogic
Dawid van der Merwe (JIRA)
-
[jira] [Closed] (FREEMARKER-58) docu: namespaces page: correct mistake in code example
Daniel Dekany (JIRA)
-
incubator-freemarker-site git commit: FREEMARKER-58: Manual example mistakes
ddekany
-
[jira] [Updated] (FREEMARKER-58) docu: namespaces page: correct mistake in code example
Johannes Lugmayr (JIRA)
-
[jira] [Created] (FREEMARKER-58) docu: namespaces page: correct mistake in code example
Johannes Lugmayr (JIRA)
-
incubator-freemarker git commit: (JavaDoc clarification)
ddekany
-
[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
ddekany
-
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
ddekany
-
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).
ddekany
-
incubator-freemarker git commit: Changed the default of templateExceptionHandler (template_exception_hander) to TemplateExceptionHandler.RETHROW_HANDLER.
ddekany
-
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
ddekany
-
incubator-freemarker git commit: (Removed some legacy setting name aliases, using them only for setting name error hints.)
ddekany
-
incubator-freemarker git commit: (Missing setting name hints for renamed settings "cacheStorage" and "localizedLookup")
ddekany
-
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
ddekany
-
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
ddekany
-
[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
ddekany
-
incubator-freemarker git commit: (Removed unnecessary complication with equals and hashCode in DefaultObjectWrapper)
ddekany
-
incubator-freemarker git commit: Added protected getImpliedRegisteredCustomOutputFormats() as well, and some cleanup around the customOutputFormats setting.
ddekany
-
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
ddekany
-
[jira] [Closed] (FREEMARKER-57) Cannot access children
Daniel Dekany (JIRA)
-
[jira] [Commented] (FREEMARKER-57) Cannot access children
Daniel Dekany (JIRA)
-
[jira] [Updated] (FREEMARKER-57) Cannot access children
Remie (JIRA)
-
[jira] [Created] (FREEMARKER-57) Cannot access children
Remie (JIRA)
-
incubator-freemarker git commit: (Minor JavaDoc improvement)
ddekany
-
incubator-freemarker-site git commit: (FM3 JavaDoc update)
ddekany
-
incubator-freemarker-site git commit: (Triggering deployment...)
ddekany
-
[01/51] [partial] incubator-freemarker-site git commit: Updated FreeMarke 3 API docs
ddekany