aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/main/java/org/apache/velocity/runtime/RuntimeConstants.java
AgeCommit message (Expand)Author
2020-01-28[engine] Review VELOCITY-926 fix:Claude Brisson
2019-09-08[VELOCITY-916] Add a second effect for the debugging flag runtime.log.track_l...Claude Brisson
2019-06-12[engine][VELOCITY-917] Merge changes from trunkClaude Brisson
2019-06-06[engine][VELOCITY-917] Compile-time configurable parser : working StandardParserClaude Brisson
2019-06-05[engine][VELOCITY-915] Add new backward compatibility flags to mimic 1.7 beha...Claude Brisson
2019-06-01[engine][VELOCITY-917] Fix character namesClaude Brisson
2019-05-31[engine][VELOCITY-917] Preliminary work for VTL chars config: parametrize cod...Claude Brisson
2019-05-05[engine] Implement template location tracking with slf4j MDC tags; disabled b...Claude Brisson
2019-03-15[engine] Put back the unused constant velocimacro.messages.on, as deprecatedClaude Brisson
2019-03-10[engine][VELOCITY-909] Propagate propnames changes thorough javadoc; some mor...Claude Brisson
2019-03-10[engine][VELOCITY-909] Rename introspector.uberspect to introspector.uberspec...Claude Brisson
2019-03-10[engine][VELOCITY-909] Rename input.encoding to resource.default_encodingClaude Brisson
2019-03-10[engine][VELOCITY-909] Deprecate directive.include.output_error_start and dir...Claude Brisson
2019-03-06[engine] configuration key names refactoring proposalClaude Brisson
2019-03-03[engine] Don't mix hyphens with dashes ; use '_' for word separator in corres...Claude Brisson
2019-02-22[VELOCITY-892] Allow user to specity an instance of a conversion handlerClaude Brisson
2018-10-15[VELOCITY-904] Added velocimacro.preserve.arguments.literals boolean flag (fa...Claude Brisson
2018-10-08[VELOCITY-542] Added a new 'parser.allows.dash.in.identifiers' boolean proper...Claude Brisson
2017-02-20[engine] implements new strategy for reference boolean evaluationClaude Brisson
2017-01-28[engine] full code review (foreach loops and some other problems detected by ...Claude Brisson
2016-12-05[engine] default encoding to UTF-8Claude Brisson
2016-11-11[engine] Review logging:Claude Brisson
2016-09-12add a resource.manager.instance propertyClaude Brisson
2016-08-30[engine] Add a configurable space gobbling feature, to control indentation in...Claude Brisson
2016-07-26New datatypes conversion framework:Claude Brisson
2016-07-22Applied Jarkko's memory saving patch that drops Tokens while parsing.Claude Brisson
2016-07-18[engine] add optionl context.autoreference.key property, with testcaseClaude Brisson
2016-07-15default input encoding set to file.encoding System property (then to UTF-8 if...Claude Brisson
2015-08-31[engine] switch to slf4j logging facadeClaude Brisson
2014-01-20fixed typosSergiu Dumitriu
2010-07-01VELOCITYSB-4Antonio Petrelli