aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser
AgeCommit message (Expand)Author
2022-07-25Make templates cloneable - fixes VELOCITY-958Claude Brisson
2021-03-03Fix references alternate values implementation, with some more test casesClaude Brisson
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-01-28[engine] Review VELOCITY-926 fix:Claude Brisson
2020-01-07[engine] Fix VELOCITY-924 - cache collision between an object and its classClaude 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-11-30[core] Use devoted File Separator control character for parser end of templat...Claude Brisson
2019-09-08[VELOCITY-916] Add a second effect for the debugging flag runtime.log.track_l...Claude 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-11[engine] javadoc and indentation fixesClaude 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] Fix a few javadoc warningsClaude Brisson
2019-03-03[engine] Invalid method calls should definitely be loggedClaude Brisson
2019-02-26[engine] Fix unary negateClaude Brisson
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-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
2018-10-14[VELOCITY-886] Avoid OOM in large integer loopsClaude Brisson
2018-10-14[VELOCITY-855] Fix methods caching for references of type ClassClaude Brisson
2018-10-13[VELOCITY-898] Default values are functionalClaude Brisson
2018-10-08[VELOCITY-896] Fix parsing of a terminal hash or dollar sign in sing litteral...Claude Brisson
2018-10-04[VELOCITY-895] Implicit conversion to numbers in integer range, plus testcaseClaude Brisson
2018-07-16[engine] Add ASTIdentifier.getIdentifier() getterClaude Brisson
2018-07-16[engine] Allow debug output of the parsed tree to any PrintWriter/PrintStreamClaude Brisson
2018-07-13Fix potential NPEClaude Brisson
2017-02-20[engine] testcase and literals behavior for emptycheck=false; reference shoul...Claude Brisson
2017-02-20[engine] literals should follow the same rulesClaude Brisson
2017-02-20[engine] implements new strategy for reference boolean evaluationClaude Brisson
2017-02-20[engine] several coding style fixes (Michael remarks)Claude Brisson
2017-01-28[engine] full code review (foreach loops and some other problems detected by ...Claude Brisson
2017-01-26[engine] remove unused importsClaude Brisson
2017-01-26[engine] fix unnecessary use of StringBuffer instead of StringBuilderClaude Brisson
2017-01-26[engine] remove useless isXXXEnabled() testsClaude Brisson
2017-01-26[engine] fix trailing whitespacesClaude Brisson
2017-01-26[engine] fix indentation in ParseException.javaClaude Brisson
2017-01-26[engine] fixing \n ocurrences in progressClaude Brisson
2017-01-26[engine] remove antrun trick, always build parser, and put generated sources ...Claude Brisson