aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/main
AgeCommit message (Expand)Author
2019-03-10[engine][VELOCITY-909] No need to keep the deprecated form of properties intr...Claude Brisson
2019-03-10[engine][VELOCITY-909] Remove all references to old property directive.set.nu...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] Rendering of arrays should display their content ('[3, 4, 5]' rather...Claude Brisson
2019-03-03[engine] Invalid method calls should definitely be loggedClaude Brisson
2019-03-03[engine] Indentation fixClaude Brisson
2019-03-03[engine] Reset debug flag to falseClaude Brisson
2019-03-02[engine] Enhance space gobbling LINES mode: keep ending newline after directi...Claude 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-12-08[engine] Static method to empty DuckType class cacheClaude Brisson
2018-11-26[engine] Add String -> Locale in provided default explicit conversionsClaude Brisson
2018-11-01[engine] Bugfix for alternate valuesClaude Brisson
2018-11-01[engine] Default values bugfix in parser for numeric literalsClaude Brisson
2018-10-17[VELOCITY-892] Better handling of methods disambiguisationClaude Brisson
2018-10-17[VELOCITY-892] Conversions towards types doneClaude Brisson
2018-10-17[VELOCITY-892] Handling conversions towards Type (work in progress)Claude Brisson
2018-10-15[VELOCITY-904] Added velocimacro.preserve.arguments.literals boolean flag (fa...Claude Brisson
2018-10-15[VELOCITY-850] Better number conversion support in ExpProperties and allow th...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
2018-10-14[VELOCITY-903] #foreach #else #end ready in the parser but not yet taken into...Claude 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] Remove debug codeClaude Brisson
2018-10-13[VELOCITY-898] Default values are functionalClaude Brisson
2018-10-13[VELOCITY-898] WIP plus merge from trunkClaude Brisson
2018-10-12[engine] Fix parser regression in 2.0Claude Brisson
2018-10-09Work in progressClaude Brisson
2018-10-08[VELOCITY-889] Fix lookahead issue in macro arguments parsingClaude Brisson
2018-10-08[VELOCITY-542] Added a new 'parser.allows.dash.in.identifiers' boolean proper...Claude Brisson
2018-10-08[VELOCITY-896] Fix parsing of a terminal hash or dollar sign in sing litteral...Claude Brisson
2018-10-08[engine] Improve parser debugging outputClaude 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-13some javadoc bugs incidentally fixedClaude Brisson
2018-07-13Fix potential NPEClaude Brisson
2017-06-27[engine] DataSourceResourceLoader: pass input encoding to the getReader() methodClaude Brisson
2017-06-26[engine] Allow DataSourceResourceLoader getReader() customizationClaude Brisson
2017-06-26[engine] Review DataSourceResourceLoader connection, statement and resultset ...Claude Brisson