aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/main/java/org/apache/velocity/runtime
AgeCommit message (Expand)Author
2021-02-25A lot of almost purely cosmetic code cleanupsClaude Brisson
2021-02-25Rebased what I could from PR #2 'Add generics parameters and remove unnecesar...Claude Brisson
2020-05-26don't leak classes via Stop.STOP_ALL stack tracePeter Gromov
2020-01-28[engine] Review VELOCITY-926 fix:Claude Brisson
2020-01-23[engine] Fix VELOCITY-926Claude Brisson
2020-01-07[engine] Fix VELOCITY-924 - cache collision between an object and its classClaude Brisson
2020-01-01[engine] Fix another VELOCITY-904 regressionClaude Brisson
2019-12-28[engine] Fix VELOCITY-904 againClaude Brisson
2019-12-13[engine][VELOCITY-904] Handle nested macro calls in 'velocimacro.arguments.pr...Claude Brisson
2019-12-05[core] Fix VELOCITY-904: preserve argument literal *even* if the argument pas...Claude Brisson
2019-11-30[core] Use devoted File Separator control character for parser end of templat...Claude Brisson
2019-11-01[engine] Fix versions issues and READMEClaude Brisson
2019-09-08[VELOCITY-916] Add a second effect for the debugging flag runtime.log.track_l...Claude Brisson
2019-08-21[engine][VELOCITY-917] Fix error messageClaude Brisson
2019-08-21[engine][VELOCITY-917] Fix commentClaude Brisson
2019-08-21[engine][VELOCITY-917] Remove obsolete codeClaude Brisson
2019-06-17[engine][VELOCITY-917] RuntimeServices shouldn't directly expose configured p...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-06-01[engine][VELOCITY-917] Patching javacc generated sources so that they use the...Claude Brisson
2019-05-31[engine][VELOCITY-917] Preliminary work for VTL chars config: parametrize cod...Claude Brisson
2019-05-25[core] Introspection: favor non-vararg methods on ambiguities as does the Jav...Claude Brisson
2019-05-05[engine] Implement template location tracking with slf4j MDC tags; disabled b...Claude Brisson
2019-03-15[engine] Remove all instances of LogChute in the javadocsClaude Brisson
2019-03-15[engine] Put back the unused constant velocimacro.messages.on, as deprecatedClaude Brisson
2019-03-11[engine] javadoc and indentation fixesClaude Brisson
2019-03-10[engine][VELOCITY-909] Propagate propnames changes thorough javadoc; some mor...Claude Brisson
2019-03-10[engine][VELOCITY-909] Fix error: deprecate property runtime.conversion.handl...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] No need to keep the deprecated form of properties intr...Claude 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-05[engine] Without strict mode, invalid references rendering and invalid method...Claude Brisson
2019-03-03[engine] Don't mix hyphens with dashes ; use '_' for word separator in corres...Claude Brisson
2019-03-03[engine] Fix a few javadoc warningsClaude Brisson
2019-03-03[engine] Fix VELOCITY-851Claude Brisson
2019-03-03[engine] Invalid method calls should definitely be loggedClaude Brisson
2019-02-26[engine] Fix unary negateClaude Brisson
2019-02-26[engine] Merge branch VELOCITY-892Claude Brisson
2019-02-22[VELOCITY-892] Allow user to specity an instance of a conversion handlerClaude Brisson
2019-02-16[VELOCITY-908] Initialization failure on Windows with Turkish localeMichael Osipov
2018-11-01[engine] Bugfix for alternate valuesClaude Brisson
2018-10-15[VELOCITY-904] Added velocimacro.preserve.arguments.literals boolean flag (fa...Claude Brisson
2018-10-15[VELOCITY-903] #foreach #else #end readyClaude Brisson
2018-10-14[engine] Ensure PrintWriter is flushed in SimpleNode.dump(), and escape newlinesClaude Brisson
2018-10-14[engine] Fix previous commitClaude Brisson
2018-10-14[engine] Allow SimpleNode.dump() to be called before initializationClaude Brisson