Quick Search:

hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

Changelog

MAIN:rafal:20081023144430 by rafal on 23 October 2008, 16:44:30 +0200 (2 months 16 days ago) Make Review Little debugging aid. It puzzles me why I haven't done it earlier :)

./velocity/VelocityContext.java 1.3 history download (+25 -1) diffs

MAIN:rafal:20080828155246 by rafal on 28 August 2008, 17:52:46 +0200 (4 months 11 days ago) Make Review CYKLO-469:  Velocity 1.5 upgrade

./velocity/VelocityTemplating.java 1.30 history download (+5 -4) diffs

… 7 more files in changeset.
MAIN:rafal:20080525211952 by rafal on 25 May 2008, 23:20:10 +0200 (7 months ago) Make Review CYKLO-499 revert to velocity 1.4

./velocity/VelocityTemplating.java 1.29 history download (+3 -3) diffs

… 7 more files in changeset.
MAIN:rafal:20080221233120 by rafal on 22 February 2008, 00:31:20 +0100 (10 months ago) Make Review LEDGE-142: re-enable rendering if #stop directive was encountered in a nested template

./velocity/VelocityTemplating.java 1.28 history download (+3 -1) diffs

MAIN:rafal:20071122172646 by rafal on 22 November 2007, 18:26:46 +0100 (13 months ago) Make Review we need to be binary compativle with velocity 1.4 for now

./velocity/VelocityTemplating.java 1.27 history download (+3 -3) diffs

MAIN:rafal:20071118210545 by rafal on 18 November 2007, 22:05:45 +0100 (13 months ago) Make Review fixed some deprecation errors

./velocity/VelocityTemplating.java 1.26 history download (+3 -3) diffs

MAIN:zwierzem:20060310081732 by zwierzem on 10 March 2006, 09:17:32 +0100 (2 years 10 months ago) Make Review Added template file extension access.

./velocity/VelocityTemplating.java 1.25 history download (+6 -1) diffs

MAIN:rafal:20060301093753 by rafal on 01 March 2006, 10:37:53 +0100 (2 years 10 months ago) Make Review alwas put self reference into the templating context
is proves useful for template development, and does not pose much of security threat - malicious template developer can do much damage anyway...

./TemplatingContextLoaderValve.java 1.4 history download (+3 -2) diffs

MAIN:zwierzem:20060209092657 by zwierzem on 09 February 2006, 10:26:57 +0100 (2 years 10 months ago) Make Review Reversing the changes maven-xdoc-plugin uses velocity ver 1.4 and coral-maven-plugin cannot call a proper method since the vrong version of velocity gets loaded.

How can we fix it?

./velocity/VelocityTemplating.java 1.24 history download (+3 -3) diffs

MAIN:zwierzem:20060208182432 by zwierzem on 08 February 2006, 19:24:32 +0100 (2 years 10 months ago) Make Review Removed deprecated Velocity calls

./velocity/VelocityTemplating.java 1.23 history download (+3 -3) diffs

MAIN:pablo:20051220090931 by pablo on 20 December 2005, 10:09:32 +0100 (3 years ago) Make Review author address domain fixed

./Template.java 1.5 history download (+2 -2) diffs

./Templating.java 1.9 history download (+2 -2) diffs

./TemplatingContext.java 1.8 history download (+2 -2) diffs

./velocity/VelocityTemplating.java 1.22 history download (+2 -2) diffs

… 5 more files in changeset.
MAIN:pablo:20050722171937 by pablo on 22 July 2005, 19:19:40 +0200 (3 years 5 months ago) Make Review changes from Damian

./TemplatingContextLoaderValve.java 1.3 history download (+5 -3) diffs

./tools/ContextToolPopulatorValve.java 1.5 history download (+3 -2) diffs

./velocity/package.html 1.1 history download (+43) new

… 58 more files in changeset.
MAIN:zwierzem:20050707081640 by zwierzem on 07 July 2005, 10:16:53 +0200 (3 years 6 months ago) Make Review Adding package descriptions

./package.html 1.1 history download (+43) new

./tools/package.html 1.1 history download (+43) new

… 45 more files in changeset.
MAIN:pablo:20050610114537 by pablo on 10 June 2005, 13:45:37 +0200 (3 years 6 months ago) Make Review velocity templates caching

./velocity/VelocityTemplating.java 1.21 history download (+80 -5) diffs

./velocity/VelocityTemplating.rng 1.5 history download

MAIN:pablo:20050331100557 by pablo on 31 March 2005, 12:06:00 +0200 (3 years 9 months ago) Make Review processing exception added to method signatures

./tools/ContextToolFactory.java 1.2 history download (+8 -2) diffs

./tools/ContextToolPopulatorValve.java 1.4 history download (+2 -0) diffs

./tools/ContextToolRecyclerValve.java 1.4 history download (+2 -0) diffs

./tools/ContextTools.java 1.3 history download (+3 -0) diffs

… 3 more files in changeset.
MAIN:zwierzem:20050221225904 by zwierzem on 21 February 2005, 23:59:04 +0100 (3 years 10 months ago) Make Review Added a more meaningful exeception message for templates with syntax errors.

./velocity/VelocityTemplating.java 1.20 history download (+4 -3) diffs

MAIN:rafal:20050210174608 by rafal on 10 February 2005, 18:47:03 +0100 (3 years 10 months ago) Make Review commented empty block

./velocity/VelocityTemplating.java 1.19 history download (+2 -1) diffs

… 40 more files in changeset.
MAIN:rafal:20050209221302 by rafal on 09 February 2005, 23:13:02 +0100 (3 years 10 months ago) Make Review qualify static access properly

./velocity/VelocityTemplating.java 1.18 history download (+5 -4) diffs

MAIN:pablo:20050202221816 by pablo on 02 February 2005, 23:18:16 +0100 (3 years 11 months ago) Make Review added method to retrieve all keys from templating context in sorted order

./TemplatingContext.java 1.7 history download (+22 -1) diffs

MAIN:rafal:20050128041334 by rafal on 28 January 2005, 05:13:34 +0100 (3 years 11 months ago) Make Review style / javadocs

./velocity/VelocityTemplating.java 1.17 history download (+5 -7) diffs

… 1 more file in changeset.
MAIN:pablo:20050128024224 by pablo on 28 January 2005, 03:42:24 +0100 (3 years 11 months ago) Make Review templating restart added

./Templating.java 1.8 history download (+13 -1) diffs

./velocity/VelocityTemplating.java 1.16 history download (+20 -1) diffs

MAIN:pablo:20050119135019 by pablo on 19 January 2005, 14:50:19 +0100 (3 years 11 months ago) Make Review invalidate template method added

./Templating.java 1.7 history download (+8 -1) diffs

./velocity/VelocityTemplating.java 1.15 history download (+9 -1) diffs

MAIN:rafal:20041227051730 by rafal on 27 December 2004, 06:17:55 +0100 (4 years ago) Make Review JavaDocs

./MergingException.java 1.3 history download (+5 -0) diffs

./TemplateNotFoundException.java 1.3 history download (+6 -0) diffs

./Templating.java 1.6 history download (+2 -3) diffs

… 35 more files in changeset.
MAIN:rafal:20041223071600 by rafal on 23 December 2004, 08:16:34 +0100 (4 years ago) Make Review JavaDocs

./velocity/LedgeResourceLoader.java 1.4 history download (+3 -3) diffs

… 72 more files in changeset.
MAIN:zwierzem:20040629133244 by zwierzem on 29 June 2004, 15:32:44 +0200 (4 years 6 months ago) Make Review Fixed a bug in setting the input encoding of templates.

./velocity/VelocityTemplating.java 1.14 history download (+2 -2) diffs

… 1 more file in changeset.
MAIN:fil:20040330092240 by fil on 30 March 2004, 11:22:40 +0200 (4 years 9 months ago) Make Review fixed default template extension

./velocity/VelocityTemplating.java 1.13 history download (+2 -2) diffs

MAIN:pablo:20040328093456 by pablo on 28 March 2004, 11:34:56 +0200 (4 years 9 months ago) Make Review velocity engine configuration bug fixed

./velocity/VelocityTemplating.java 1.12 history download (+2 -2) diffs

MAIN:pablo:20040326140435 by pablo on 26 March 2004, 15:04:35 +0100 (4 years 9 months ago) Make Review catch MethodInvocationException to throw the wrapped throwable

./velocity/VelocityTemplating.java 1.11 history download (+13 -1) diffs

MAIN:fil:20040210120419 by fil on 10 February 2004, 13:04:19 +0100 (4 years 10 months ago) Make Review imports

./velocity/LedgeResourceLoader.java 1.3 history download (+1 -2) diffs

MAIN:fil:20040122151509 by fil on 22 January 2004, 16:15:15 +0100 (4 years 11 months ago) Make Review Valve was upgraded into interface into it's own right.
now, the process method may be given Context
explicitly, which allows removing it from many constructors,
and throwing ProcessingException explic…

./TemplatingContextLoaderValve.java 1.2 history download (+7 -8) diffs

./tools/ContextToolPopulatorValve.java 1.3 history download (+8 -9) diffs

./tools/ContextToolRecyclerValve.java 1.3 history download (+8 -9) diffs

… 31 more files in changeset.
earlier earlier | later later
Crucible: Open Source License registered to ObjectLedge .
Atlassian FishEye, the whole repository view. (Version:1.4.2 Build:build-268 2008-01-14 ) - Bug/feature request - Page generated 2009-01-09 12:08 +0100