aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src/main/java/org/apache/velocity/runtime
AgeCommit message (Expand)Author
2017-01-26[engine] remove useless isXXXEnabled() testsClaude Brisson
2017-01-26[engine] fix trailing whitespacesClaude Brisson
2017-01-26[engine] fixed \n ocurrencesClaude 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] fix slf4j params non-usageClaude Brisson
2017-01-26[engine] remove antrun trick, always build parser, and put generated sources ...Claude Brisson
2016-12-21[engine] minor fix for 'unescaping' prefix and Renderable renderingClaude Brisson
2016-12-13[engine] optimization: use an unsynchronized string writer whenever possibleClaude Brisson
2016-12-11[engine] remove an obsolete hack from 2001 in ASTStringLiteralClaude Brisson
2016-12-11[engine] review event handlingClaude Brisson
2016-12-09[engine] review global configuration getters/setters - do not expose ExtPrope...Claude Brisson
2016-12-09[engine] remove duplicate 'UTF-8' constantClaude Brisson
2016-12-09[engine] since we drop support for the old ResourceLoader API, there's no nee...Claude Brisson
2016-12-09[engine] Remove shading of commons-lang3. Remove all references to ExtendedPr...Claude Brisson
2016-12-05[engine] default encoding to UTF-8Claude Brisson
2016-12-02[engine] be nicer with upberspectors that don't check that the base object is...Claude Brisson
2016-11-14[engine] fix VelocimacroFactory logging initialization sequenceClaude Brisson
2016-11-14[engine] fix wicked logClaude Brisson
2016-11-12[engine] suppress stack trace display when we obviously don't need itClaude Brisson
2016-11-11[engine] still logging reengClaude Brisson
2016-11-11[engine] Review logging:Claude Brisson
2016-10-15[engine] more versions updatingClaude Brisson
2016-10-11fix some minor findbug related issuesClaude Brisson
2016-10-081) added missing unary negate math operatorClaude Brisson
2016-09-23[engine] bugfix when trying to get a property of a null value (introduced in ...Claude Brisson
2016-09-12add a resource.manager.instance propertyClaude Brisson
2016-09-11fix a few marginal indentatino bugsClaude Brisson
2016-09-06some indentation debugging, and fixes VELOCITY-678 along the wayClaude Brisson
2016-08-30[engine] do not wrap java.lang.Error in method invocation (fixes VELOCITY-798)Claude 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-22[engine] support .empty; fixes VELOCITY-843Claude Brisson
2016-07-21[engine] avoid useless string calculation in ASTStringLiteral - fixes VELOCIT...Claude Brisson
2016-07-21[engine] nicify SimpleTree.dump()Claude Brisson
2016-07-20[engine] applied patch from VELOCITY-827Claude Brisson
2016-07-20[engine] fix compilation warning (unreachable catch clause)Claude Brisson
2016-07-19[engine] applied patch from VELOCITY-815Claude Brisson
2016-07-18[engine] add optionl context.autoreference.key property, with testcaseClaude Brisson
2016-07-18[engine] have MethodExceptionEventHandler provide template location infosClaude Brisson
2016-07-17[engine] keep macros in defining templates (applied reviewed patch from VELOC...Claude Brisson
2016-07-17[engine] have #foreach honnor the Closeable interface on the iteratorClaude Brisson
2016-07-17[engine] proper handling of 'initializing' and internal state when a problem ...Claude Brisson
2016-07-17[engine] remove dependency to commons-collections-3 (except from deprecated c...Claude Brisson
2016-07-16better backward compatibility handling for resource loader API changeClaude Brisson
2016-07-15default input encoding set to file.encoding System property (then to UTF-8 if...Claude Brisson
2016-07-15fix Template default encoding initialization problem (fixes VELOCITY-809)Claude Brisson
2016-07-15enhance backward compatibility by providing a default implementation for getR...Claude Brisson
2016-07-15ResourceLoaders now use Readers rather than InputStreams. InputStream API has...Claude Brisson