aboutsummaryrefslogtreecommitdiff
path: root/velocity-engine-core/src
AgeCommit message (Expand)Author
2016-07-26[engine] change DeprecatedCheckUberspector.java licence, with authorization f...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-21[engine] fix VELOCITY-830 (parsing of '._method')Claude Brisson
2016-07-20[engine] applied patch from VELOCITY-827Claude Brisson
2016-07-20[engine] borrow the DeprecatedCheckUberspector from the XWiki projectClaude Brisson
2016-07-20[engine] allow conversion of method args from String to Enum constant - fixes...Claude Brisson
2016-07-20[engine] fix compilation warning (unreachable catch clause)Claude Brisson
2016-07-19[engine] fix MacroAutoReloadTestCaseClaude 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] add a missing trim in ExtProperties boolean handlingClaude Brisson
2016-07-18[engine] have MethodExceptionEventHandler provide template location infosClaude Brisson
2016-07-18[engine] missing files for commit 1753201Claude Brisson
2016-07-18[engine] add test case for VELOCITY-710Claude 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-15fix: encoding name comparison function should also handle '_'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
2016-07-14quiet references should never trigger invalid reference eventsClaude Brisson
2016-07-13one more testcase and changelog update for last commitClaude Brisson
2016-07-13invalid reference event should not be triggered by null values, or when testi...Claude Brisson
2016-07-13Take advantage of the major version jump to enforce String keys in internal c...Claude Brisson
2016-06-22fix some parametrized logger messages for slf4j '{}' placeholders, and add pa...Claude Brisson
2016-05-09disallow '-' in symbol namesClaude Brisson
2016-01-18[misc] Catch exceptions raised during chainable uberspector initializationSergiu Dumitriu
2015-12-04Fixed wrong javadocSergiu Dumitriu
2015-12-04VELOCITY-871: #foreach should work over any Iterable classSergiu Dumitriu
2015-12-04VELOCITY-870: Exception displayed when trying to loop over an Iterable privat...Sergiu Dumitriu
2015-12-04VELOCITY-871: #foreach should work over any Iterable classSergiu Dumitriu
2015-12-04VELOCITY-870: Exception displayed when trying to loop over an Iterable privat...Sergiu Dumitriu
2015-09-28bugfix for StackOverflow 32805217Claude Brisson
2015-09-03stick to names for Logger attributesClaude Brisson
2015-08-31[engine] switch to slf4j logging facadeClaude Brisson
2015-05-31VELOCITY-863: Regression: #set<tab>left-paren no longer valid grammarSergiu Dumitriu
2015-05-31Standardize license header format, added a few missing license headersSergiu Dumitriu
2015-03-01Use the native endline instead of the hardcoded Windows oneSergiu Dumitriu
2015-01-23Upgrade to commons-lang3 3.3.2 and commons-io 2.4Sergiu Dumitriu
2015-01-23Improved codestyleSergiu Dumitriu
2015-01-23Fixed deprecated documentation; ORO is no longer used for regular expression ...Sergiu Dumitriu
2014-01-20use site.xml inheritance to avoid copy/pasteSergiu Dumitriu