svn commit: r473363 - in /jakarta/velocity/engine/trunk/src: java/org/apache/velocity/runtime/directive/Foreach.java java/org/apache/velocity/runtime/directive/VMProxyArg.java test/org/apache/velocity

2006-11-10 Thread wglass
Author: wglass Date: Fri Nov 10 07:19:09 2006 New Revision: 473363 URL: http://svn.apache.org/viewvc?view=revrev=473363 Log: throw methodinvcationexception from velocimacros. VELOCITY-284. Modified: jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/directive/Foreach.java

svn commit: r471381 - in /jakarta/velocity/engine/trunk/src/java/org/apache/velocity: ./ app/ exception/ runtime/directive/ runtime/exception/ runtime/parser/node/

2006-11-05 Thread wglass
Author: wglass Date: Sun Nov 5 00:56:58 2006 New Revision: 471381 URL: http://svn.apache.org/viewvc?view=revrev=471381 Log: Removed generic Exception from throws for Template class and most Node classes. In response to VELOCITY-436. There's a danger of a change to an API call since

svn commit: r471372 - in /jakarta/velocity/engine/trunk: src/java/org/apache/velocity/app/ src/java/org/apache/velocity/runtime/ src/java/org/apache/velocity/runtime/defaults/ src/java/org/apache/velo

2006-11-04 Thread wglass
Author: wglass Date: Sat Nov 4 22:02:20 2006 New Revision: 471372 URL: http://svn.apache.org/viewvc?view=revrev=471372 Log: Patch for VELOCITY-435. When new property velocimacro.arguments.strict is set to true, will throw a ParseErrorException after encountering macro call with invalid number

svn commit: r471374 - /jakarta/velocity/engine/trunk/xdocs/changes.xml

2006-11-04 Thread wglass
Author: wglass Date: Sat Nov 4 22:24:39 2006 New Revision: 471374 URL: http://svn.apache.org/viewvc?view=revrev=471374 Log: update changelist with several recent changes. Modified: jakarta/velocity/engine/trunk/xdocs/changes.xml Modified: jakarta/velocity/engine/trunk/xdocs/changes.xml URL

svn commit: r470254 - /jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/MathUtils.java

2006-11-01 Thread wglass
Author: wglass Date: Wed Nov 1 23:14:00 2006 New Revision: 470254 URL: http://svn.apache.org/viewvc?view=revrev=470254 Log: fixed javadocs for random file Modified: jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/MathUtils.java Modified: jakarta/velocity

svn commit: r470256 - in /jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/event: ./ implement/

2006-11-01 Thread wglass
Author: wglass Date: Wed Nov 1 23:20:36 2006 New Revision: 470256 URL: http://svn.apache.org/viewvc?view=revrev=470256 Log: VELOCITY-423. Cleaned up Javadocs. Modified: jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/event/EventCartridge.java jakarta/velocity/engine

svn commit: r470261 - in /jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/introspection: ClassMap.java MethodMap.java SecureIntrospectorControl.java SecureIntrospectorImpl.java SecureU

2006-11-01 Thread wglass
Author: wglass Date: Wed Nov 1 23:32:37 2006 New Revision: 470261 URL: http://svn.apache.org/viewvc?view=revrev=470261 Log: Apply javadoc fixes. VELOCITY-475. Modified: jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/introspection/ClassMap.java jakarta/velocity/engine

svn commit: r470263 - /jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTSetDirective.java

2006-11-01 Thread wglass
Author: wglass Date: Wed Nov 1 23:37:15 2006 New Revision: 470263 URL: http://svn.apache.org/viewvc?view=revrev=470263 Log: fix Javadocs Modified: jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTSetDirective.java Modified: jakarta/velocity/engine/trunk

svn commit: r470265 - /jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/event/implement/ReportInvalidReferences.java

2006-11-01 Thread wglass
Author: wglass Date: Wed Nov 1 23:45:02 2006 New Revision: 470265 URL: http://svn.apache.org/viewvc?view=revrev=470265 Log: fix formatting typo in class javadoc Modified: jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/event/implement/ReportInvalidReferences.java Modified

svn commit: r463147 - in /jakarta/velocity/engine/trunk/src: java/org/apache/velocity/app/event/ test/org/apache/velocity/test/

2006-10-12 Thread wglass
Author: wglass Date: Thu Oct 12 00:48:47 2006 New Revision: 463147 URL: http://svn.apache.org/viewvc?view=revrev=463147 Log: Restructuring of event handler initialization calls prepatory to adding another event handler interface. Added: jakarta/velocity/engine/trunk/src/java/org/apache

svn commit: r463213 - in /jakarta/velocity/engine/trunk/src: java/org/apache/velocity/app/event/ java/org/apache/velocity/app/event/implement/ java/org/apache/velocity/exception/ java/org/apache/veloc

2006-10-12 Thread wglass
Author: wglass Date: Thu Oct 12 04:52:06 2006 New Revision: 463213 URL: http://svn.apache.org/viewvc?view=revrev=463213 Log: New event handler: InvalidReferenceEventHandler. Allows the developer to trap invalid references, property assignments, method calls. Sample implementation can be used

svn commit: r463320 - in /jakarta/velocity/engine/trunk: README.txt TODO.txt

2006-10-12 Thread wglass
Author: wglass Date: Thu Oct 12 09:59:01 2006 New Revision: 463320 URL: http://svn.apache.org/viewvc?view=revrev=463320 Log: removed archaic todo, tweaked text of readme Removed: jakarta/velocity/engine/trunk/TODO.txt Modified: jakarta/velocity/engine/trunk/README.txt Modified: jakarta

svn commit: r463076 - in /jakarta/velocity/engine/trunk/src/java/org/apache/velocity: app/event/implement/ util/ util/introspection/

2006-10-11 Thread wglass
Author: wglass Date: Wed Oct 11 16:52:00 2006 New Revision: 463076 URL: http://svn.apache.org/viewvc?view=revrev=463076 Log: remove throws Exception from RuntimeServicesAware.setRuntimeServices Modified: jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/event/implement

svn commit: r462604 - in /jakarta/velocity/engine/trunk/src/java/org/apache/velocity: app/ exception/ runtime/directive/ runtime/exception/ runtime/parser/ runtime/parser/node/ util/introspection/

2006-10-10 Thread wglass
Author: wglass Date: Tue Oct 10 15:17:37 2006 New Revision: 462604 URL: http://svn.apache.org/viewvc?view=revrev=462604 Log: Bold commit moving application-level exceptions to be based on RuntimeException. Modified: jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/Velocity.java

svn commit: r454504 - in /jakarta/velocity/engine/trunk: src/test/org/apache/velocity/test/ test/methodoverloading/ test/methodoverloading/compare/

2006-10-09 Thread wglass
Author: wglass Date: Mon Oct 9 13:57:32 2006 New Revision: 454504 URL: http://svn.apache.org/viewvc?view=revrev=454504 Log: test to be assured VELOCITY-132 is not a problem Added: jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/MethodOverloadingTestCase.java (with props

svn commit: r454562 - in /jakarta/velocity/engine/trunk/src: java/org/apache/velocity/app/event/ java/org/apache/velocity/app/event/implement/ java/org/apache/velocity/runtime/ java/org/apache/velocit

2006-10-09 Thread wglass
Author: wglass Date: Mon Oct 9 17:01:11 2006 New Revision: 454562 URL: http://svn.apache.org/viewvc?view=revrev=454562 Log: move ContextAware/RuntimeServicesAware to util package for more generic future use Added: jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util

svn commit: r454563 - /jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/EventHandlingTestCase.java

2006-10-09 Thread wglass
Author: wglass Date: Mon Oct 9 17:02:25 2006 New Revision: 454563 URL: http://svn.apache.org/viewvc?view=revrev=454563 Log: move ContextAware/RuntimeServicesAware Modified: jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/EventHandlingTestCase.java Modified: jakarta

svn commit: r454595 - in /jakarta/velocity/engine/trunk: src/java/org/apache/velocity/runtime/ src/java/org/apache/velocity/runtime/defaults/ src/java/org/apache/velocity/util/ src/java/org/apache/vel

2006-10-09 Thread wglass
Author: wglass Date: Mon Oct 9 20:43:45 2006 New Revision: 454595 URL: http://svn.apache.org/viewvc?view=revrev=454595 Log: Offer optional SecureUberspector which prohibits method calls on 'dangerous' classes like Class and ClassLoader. Added: jakarta/velocity/engine/trunk/src/java/org

svn commit: r454603 - in /jakarta/velocity/engine/trunk/src: java/org/apache/velocity/util/introspection/SecureIntrospectorImpl.java test/org/apache/velocity/test/SecureIntrospectionTestCase.java

2006-10-09 Thread wglass
Author: wglass Date: Mon Oct 9 21:03:14 2006 New Revision: 454603 URL: http://svn.apache.org/viewvc?view=revrev=454603 Log: always allow Class.getName() per Nathan's suggestion. Modified: jakarta/velocity/engine/trunk/src/java/org/apache/velocity/util/introspection

svn commit: r451296 - in /jakarta/velocity/engine/trunk/src: java/org/apache/velocity/runtime/parser/node/ASTMethod.java test/org/apache/velocity/test/MethodCacheKeyTestCase.java

2006-09-29 Thread wglass
Author: wglass Date: Fri Sep 29 06:59:28 2006 New Revision: 451296 URL: http://svn.apache.org/viewvc?view=revrev=451296 Log: changed MethodCacheKey to static class per Alexey's suggestion. Modified: jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node

svn commit: r451013 - in /jakarta/velocity/engine/trunk/src: java/org/apache/velocity/runtime/parser/node/ASTMethod.java test/org/apache/velocity/test/IntrospectionCacheDataTestCase.java test/org/apac

2006-09-28 Thread wglass
Author: wglass Date: Thu Sep 28 13:19:29 2006 New Revision: 451013 URL: http://svn.apache.org/viewvc?view=revrev=451013 Log: Modified recent method cache patch to improve style and robustness. Revised equals hashcode, added equals unit test. Related to VELOCITY-453. Added: jakarta

svn commit: r451120 - /jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTMethod.java

2006-09-28 Thread wglass
Author: wglass Date: Thu Sep 28 21:59:53 2006 New Revision: 451120 URL: http://svn.apache.org/viewvc?view=revrev=451120 Log: tweaked inner class of method cache. Related to VELOCITY-453. Modified: jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTMethod.java

svn commit: r450163 - in /jakarta/velocity/engine/trunk: src/java/org/apache/velocity/app/event/implement/ src/test/org/apache/velocity/test/ test/includeevent/ test/includeevent/compare/ test/include

2006-09-26 Thread wglass
Author: wglass Date: Tue Sep 26 12:34:52 2006 New Revision: 450163 URL: http://svn.apache.org/viewvc?view=revrev=450163 Log: applied patch VELOCITY-460 - IncludeRelativePath handler should treat paths beginning with a slash as absolute paths Added: jakarta/velocity/engine/trunk/test

svn commit: r449333 - in /jakarta/velocity/engine/trunk/src: java/org/apache/velocity/context/VMContext.java test/org/apache/velocity/test/context/ test/org/apache/velocity/test/context/VMContextLocal

2006-09-23 Thread wglass
Author: wglass Date: Sat Sep 23 16:43:43 2006 New Revision: 449333 URL: http://svn.apache.org/viewvc?view=revrev=449333 Log: allow macros to get outside references, even with localscope setting. Thanks to Stephen Habermann. VELOCITY-459 Added: jakarta/velocity/engine/trunk/src/test/org

svn commit: r449334 - in /jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test: VMContextLocalscopeTestCase.java context/VMContextLocalscopeTestCase.java

2006-09-23 Thread wglass
Author: wglass Date: Sat Sep 23 16:50:41 2006 New Revision: 449334 URL: http://svn.apache.org/viewvc?view=revrev=449334 Log: moved new test case to location consistent with other tests Added: jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/VMContextLocalscopeTestCase.java

svn commit: r449337 - /jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/VMContextLocalscopeTestCase.java

2006-09-23 Thread wglass
Author: wglass Date: Sat Sep 23 17:03:52 2006 New Revision: 449337 URL: http://svn.apache.org/viewvc?view=revrev=449337 Log: fix eol-style Modified: jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/VMContextLocalscopeTestCase.java (contents, props changed) Modified

svn commit: r449346 - /jakarta/velocity/engine/trunk/xdocs/changes.xml

2006-09-23 Thread wglass
Author: wglass Date: Sat Sep 23 20:47:16 2006 New Revision: 449346 URL: http://svn.apache.org/viewvc?view=revrev=449346 Log: update change log for VELOCITY-459 Modified: jakarta/velocity/engine/trunk/xdocs/changes.xml Modified: jakarta/velocity/engine/trunk/xdocs/changes.xml URL: http

svn commit: r449347 - in /jakarta/velocity/engine/trunk: src/java/org/apache/velocity/runtime/parser/node/ASTMethod.java src/test/org/apache/velocity/test/IntrospectionCacheDataTestCase.java xdocs/cha

2006-09-23 Thread wglass
Author: wglass Date: Sat Sep 23 20:55:33 2006 New Revision: 449347 URL: http://svn.apache.org/viewvc?view=revrev=449347 Log: Fix to introspection method caching. Thanks to Alexey Panchenko for the catch, fix, and test. VELOCITY-453. Added: jakarta/velocity/engine/trunk/src/test/org

svn commit: r434124 - in /jakarta/velocity/engine/trunk: src/java/org/apache/velocity/runtime/parser/node/ASTReference.java src/test/org/apache/velocity/test/ParserTestCase.java xdocs/changes.xml

2006-08-23 Thread wglass
Author: wglass Date: Wed Aug 23 11:53:40 2006 New Revision: 434124 URL: http://svn.apache.org/viewvc?rev=434124view=rev Log: Stop calling object.toString() twice when evaluating references. Thanks to Stephen Haberman for the patch. Modified: jakarta/velocity/engine/trunk/src/java/org

svn commit: r387313 - /jakarta/velocity/engine/trunk/xdocs/docs/developer-guide.xml

2006-03-20 Thread wglass
Author: wglass Date: Mon Mar 20 13:17:21 2006 New Revision: 387313 URL: http://svn.apache.org/viewcvs?rev=387313view=rev Log: document new parser pool configuration option Modified: jakarta/velocity/engine/trunk/xdocs/docs/developer-guide.xml Modified: jakarta/velocity/engine/trunk/xdocs

svn commit: r387314 - /jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/defaults/velocity.properties

2006-03-20 Thread wglass
Author: wglass Date: Mon Mar 20 13:18:04 2006 New Revision: 387314 URL: http://svn.apache.org/viewcvs?rev=387314view=rev Log: add new heading to property defaults Modified: jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/defaults/velocity.properties Modified: jakarta

svn commit: r385939 - /jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTStringLiteral.java

2006-03-14 Thread wglass
Author: wglass Date: Tue Mar 14 16:21:53 2006 New Revision: 385939 URL: http://svn.apache.org/viewcvs?rev=385939view=rev Log: Prevent string out of bounds exception. Thanks Klemen Zagar! VELOCITY-432. Modified: jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node

svn commit: r385942 - in /jakarta/velocity/engine/trunk: src/java/org/apache/velocity/runtime/directive/Parse.java test/templates/compare/stop3.cmp test/templates/stop3-include.vm test/templates/stop3

2006-03-14 Thread wglass
Author: wglass Date: Tue Mar 14 16:43:10 2006 New Revision: 385942 URL: http://svn.apache.org/viewcvs?rev=385942view=rev Log: #stop now works when in a template loaded with #parse. VELOCITY-432. Thanks Klemen Zagar Added: jakarta/velocity/engine/trunk/test/templates/compare/stop3.cmp

svn commit: r385967 - in /jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime: ParserPool.java ParserPoolImpl.java RuntimeConstants.java RuntimeInstance.java RuntimeServices.java defaul

2006-03-14 Thread wglass
Author: wglass Date: Tue Mar 14 20:11:43 2006 New Revision: 385967 URL: http://svn.apache.org/viewcvs?rev=385967view=rev Log: Change the Parser Pool to be an interface with a default implementation. Thanks to Serge Knystautas for the idea and patch. VELOCITY-433. Added: jakarta/velocity

svn commit: r384891 - in /jakarta/velocity/engine/trunk/xdocs: build.xml docs/developer-guide.xml getting-started.xml index.xml stylesheets/project-website.xml stylesheets/project.xml

2006-03-10 Thread wglass
Author: wglass Date: Fri Mar 10 10:53:23 2006 New Revision: 384891 URL: http://svn.apache.org/viewcvs?rev=384891view=rev Log: updated link to snapshots now that cvs is dead Modified: jakarta/velocity/engine/trunk/xdocs/build.xml jakarta/velocity/engine/trunk/xdocs/docs/developer

svn commit: r384892 - in /jakarta/velocity/engine/trunk/xdocs: build.xml changes14.xml docs/developer-guide.xml docs/user-guide.xml overview.xml

2006-03-10 Thread wglass
Author: wglass Date: Fri Mar 10 10:57:26 2006 New Revision: 384892 URL: http://svn.apache.org/viewcvs?rev=384892view=rev Log: changed it's to its when appropriate. VELOCITY-431. Thanks to Carl Manaster for pointing this out. Modified: jakarta/velocity/engine/trunk/xdocs/build.xml

svn commit: r384896 - /jakarta/velocity/engine/trunk/xdocs/build.xml

2006-03-10 Thread wglass
Author: wglass Date: Fri Mar 10 11:07:48 2006 New Revision: 384896 URL: http://svn.apache.org/viewcvs?rev=384896view=rev Log: trivial wording change Modified: jakarta/velocity/engine/trunk/xdocs/build.xml Modified: jakarta/velocity/engine/trunk/xdocs/build.xml URL: http://svn.apache.org

svn commit: r373415 - in /jakarta/velocity/engine/trunk/src/java/org/apache/velocity: runtime/parser/node/ASTIdentifier.java runtime/parser/node/ASTMethod.java util/introspection/UberspectImpl.java

2006-01-29 Thread wglass
Author: wglass Date: Sun Jan 29 18:34:47 2006 New Revision: 373415 URL: http://svn.apache.org/viewcvs?rev=373415view=rev Log: prevent potential NPE when evaluating references Modified: jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTIdentifier.java

svn commit: r373422 - /jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/FilteredEventHandlingTestCase.java

2006-01-29 Thread wglass
Author: wglass Date: Sun Jan 29 19:46:13 2006 New Revision: 373422 URL: http://svn.apache.org/viewcvs?rev=373422view=rev Log: fix author tag Modified: jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/FilteredEventHandlingTestCase.java Modified: jakarta/velocity/engine/trunk

svn commit: r373430 - /jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/directive/ParseDirectiveException.java

2006-01-29 Thread wglass
Author: wglass Date: Sun Jan 29 20:36:14 2006 New Revision: 373430 URL: http://svn.apache.org/viewcvs?rev=373430view=rev Log: removed unused file Removed: jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/directive/ParseDirectiveException.java

svn commit: r373432 - in /jakarta/velocity/engine/trunk: src/test/org/apache/velocity/test/ test/includeerror/

2006-01-29 Thread wglass
Author: wglass Date: Sun Jan 29 20:44:01 2006 New Revision: 373432 URL: http://svn.apache.org/viewcvs?rev=373432view=rev Log: test case for VELOCITY-95, VELOCITY-96 Added: jakarta/velocity/engine/trunk/src/test/org/apache/velocity/test/IncludeErrorTestCase.java (with props) jakarta

svn commit: r373441 - in /jakarta/velocity/engine/trunk/src: java/org/apache/velocity/app/event/implement/ java/org/apache/velocity/runtime/ java/org/apache/velocity/runtime/log/ java/org/apache/veloc

2006-01-29 Thread wglass
Author: wglass Date: Sun Jan 29 21:17:35 2006 New Revision: 373441 URL: http://svn.apache.org/viewcvs?rev=373441view=rev Log: trim spaces from all properties. VELOCITY-274 Modified: jakarta/velocity/engine/trunk/src/java/org/apache/velocity/app/event/implement/EscapeReference.java

svn commit: r373443 - /jakarta/velocity/engine/trunk/src/parser/Parser.jjt

2006-01-29 Thread wglass
Author: wglass Date: Sun Jan 29 21:34:46 2006 New Revision: 373443 URL: http://svn.apache.org/viewcvs?rev=373443view=rev Log: remove comment obsoleted in rev#75636 Modified: jakarta/velocity/engine/trunk/src/parser/Parser.jjt Modified: jakarta/velocity/engine/trunk/src/parser/Parser.jjt URL

svn commit: r373465 - in /jakarta/velocity/engine/trunk: src/java/org/apache/velocity/runtime/parser/ src/parser/ test/templates/ test/templates/compare/

2006-01-29 Thread wglass
Author: wglass Date: Sun Jan 29 23:14:12 2006 New Revision: 373465 URL: http://svn.apache.org/viewcvs?rev=373465view=rev Log: Allow either commas or spaces to separate macro arguments. VELOCITY-430. Added: jakarta/velocity/engine/trunk/test/templates/commas.vm (with props) jakarta

svn commit: r369529 - /jakarta/velocity/engine/trunk/xdocs/docs/developer-guide.xml

2006-01-16 Thread wglass
Author: wglass Date: Mon Jan 16 09:29:55 2006 New Revision: 369529 URL: http://svn.apache.org/viewcvs?rev=369529view=rev Log: Fixed typo in jdom example. Thanks to Adrian Smith for the catch. Modified: jakarta/velocity/engine/trunk/xdocs/docs/developer-guide.xml Modified: jakarta/velocity

svn commit: r365675 - in /jakarta/velocity/core/trunk/xdocs/docs: developer-guide.xml user-guide.xml

2006-01-03 Thread wglass
Author: wglass Date: Tue Jan 3 08:23:55 2006 New Revision: 365675 URL: http://svn.apache.org/viewcvs?rev=365675view=rev Log: Fixed typo for property directive.parse.max.depth. Thanks to Oliver Kohll for the catch. Modified: jakarta/velocity/core/trunk/xdocs/docs/developer-guide.xml

svn commit: r365829 - /jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/resource/ResourceManagerImpl.java

2006-01-03 Thread wglass
Author: wglass Date: Tue Jan 3 21:30:46 2006 New Revision: 365829 URL: http://svn.apache.org/viewcvs?rev=365829view=rev Log: Correct fix to VELOCITY-98. If page writer alternates #parse and #include for the same file, the file needs to be reloaded (can't reuse the cache). Modified

svn commit: r365831 - /jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/resource/ResourceManagerImpl.java

2006-01-03 Thread wglass
Author: wglass Date: Tue Jan 3 21:40:24 2006 New Revision: 365831 URL: http://svn.apache.org/viewcvs?rev=365831view=rev Log: Here's a better fix to Velocity-98 which caches #include static text separately from templates. Patch as suggested by original contributor Michal Chmielewski. Thanks

svn commit: r365832 - in /jakarta/velocity/core/trunk: src/java/org/apache/velocity/ src/java/org/apache/velocity/app/ src/java/org/apache/velocity/runtime/directive/ src/java/org/apache/velocity/runt

2006-01-03 Thread wglass
Author: wglass Date: Tue Jan 3 21:45:40 2006 New Revision: 365832 URL: http://svn.apache.org/viewcvs?rev=365832view=rev Log: Pass through RuntimeExceptions from plugins and event handlers. (except for MethodExceptionEventHandler). VELOCITY-429. Added: jakarta/velocity/core/trunk/src/test

svn commit: r365836 - /jakarta/velocity/core/trunk/build/build.xml

2006-01-03 Thread wglass
Author: wglass Date: Tue Jan 3 22:14:17 2006 New Revision: 365836 URL: http://svn.apache.org/viewcvs?rev=365836view=rev Log: Added Implementation-Vendor-Id as recommended in http://java.sun.com/j2se/1.5.0/docs/guide/extensions/versioning.html Modified: jakarta/velocity/core/trunk/build

svn commit: r365843 - /jakarta/velocity/core/trunk/xdocs/index.xml

2006-01-03 Thread wglass
Author: wglass Date: Tue Jan 3 22:26:13 2006 New Revision: 365843 URL: http://svn.apache.org/viewcvs?rev=365843view=rev Log: fixed link to svn repository Modified: jakarta/velocity/core/trunk/xdocs/index.xml Modified: jakarta/velocity/core/trunk/xdocs/index.xml URL: http://svn.apache.org

svn commit: r365328 - /jakarta/velocity/core/trunk/src/test/org/apache/velocity/test/MultipleFileResourcePathTestCase.java

2006-01-02 Thread wglass
Author: wglass Date: Mon Jan 2 02:43:03 2006 New Revision: 365328 URL: http://svn.apache.org/viewcvs?rev=365328view=rev Log: remove redundant constants Modified: jakarta/velocity/core/trunk/src/test/org/apache/velocity/test/MultipleFileResourcePathTestCase.java Modified: jakarta/velocity

svn commit: r365339 - /jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/VelocimacroFactory.java

2006-01-02 Thread wglass
Author: wglass Date: Mon Jan 2 04:42:18 2006 New Revision: 365339 URL: http://svn.apache.org/viewcvs?rev=365339view=rev Log: prevent NPE when velocimacro.library.autoreload=true and there is no global velocimacro library Modified: jakarta/velocity/core/trunk/src/java/org/apache/velocity

svn commit: r365508 - /jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/RuntimeConstants.java

2006-01-02 Thread wglass
Author: wglass Date: Mon Jan 2 17:18:13 2006 New Revision: 365508 URL: http://svn.apache.org/viewcvs?rev=365508view=rev Log: Fix typo in comments Modified: jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/RuntimeConstants.java Modified: jakarta/velocity/core/trunk/src

svn commit: r365509 - in /jakarta/velocity/core/trunk/xdocs: changes.xml changes14.xml docs/changes.xml

2006-01-02 Thread wglass
Author: wglass Date: Mon Jan 2 17:22:48 2006 New Revision: 365509 URL: http://svn.apache.org/viewcvs?rev=365509view=rev Log: Updated change.xml file in maven format with all changes to date for 1.5. (in gradual preparation for 1.5 release). Moved changelog for 1.4 and earlier to separate file

svn commit: r356432 - /jakarta/velocity/core/trunk/src/test/org/apache/velocity/test/InfoTestCase.java

2005-12-12 Thread wglass
Author: wglass Date: Mon Dec 12 16:32:29 2005 New Revision: 356432 URL: http://svn.apache.org/viewcvs?rev=356432view=rev Log: clean up imports Modified: jakarta/velocity/core/trunk/src/test/org/apache/velocity/test/InfoTestCase.java Modified: jakarta/velocity/core/trunk/src/test/org

svn commit: r356433 - /jakarta/velocity/core/trunk/src/test/org/apache/velocity/test/WrappedExceptionTestCase.java

2005-12-12 Thread wglass
Author: wglass Date: Mon Dec 12 16:34:46 2005 New Revision: 356433 URL: http://svn.apache.org/viewcvs?rev=356433view=rev Log: fixed javadoc typo Modified: jakarta/velocity/core/trunk/src/test/org/apache/velocity/test/WrappedExceptionTestCase.java Modified: jakarta/velocity/core/trunk/src

svn commit: r350188 - in /jakarta/velocity/core/trunk/src: java/org/apache/velocity/exception/ java/org/apache/velocity/runtime/log/ java/org/apache/velocity/runtime/resource/loader/ java/org/apache/v

2005-11-30 Thread wglass
Author: wglass Date: Wed Nov 30 22:36:49 2005 New Revision: 350188 URL: http://svn.apache.org/viewcvs?rev=350188view=rev Log: Set the cause for thrown exceptions when run under JDK 1.4+. VELOCITY-425. Added: jakarta/velocity/core/trunk/src/java/org/apache/velocity/util/ExceptionUtils.java

svn commit: r345566 - in /jakarta/velocity/core/trunk/test/templates: compare/interpolation.cmp interpolation.vm

2005-11-18 Thread wglass
Author: wglass Date: Fri Nov 18 13:05:31 2005 New Revision: 345566 URL: http://svn.apache.org/viewcvs?rev=345566view=rev Log: check string interpolation with comments Modified: jakarta/velocity/core/trunk/test/templates/compare/interpolation.cmp jakarta/velocity/core/trunk/test/templates

svn commit: r345571 - in /jakarta/velocity/core/trunk/src/test/org/apache/velocity/test: InfoTestCase.java misc/UberspectTestException.java

2005-11-18 Thread wglass
Author: wglass Date: Fri Nov 18 13:10:24 2005 New Revision: 345571 URL: http://svn.apache.org/viewcvs?rev=345571view=rev Log: minor tweaks-- fail on (unexpected) exception, add better message Modified: jakarta/velocity/core/trunk/src/test/org/apache/velocity/test/InfoTestCase.java

svn commit: r345574 - in /jakarta/velocity/core/trunk/src/java/org/apache/velocity: app/event/implement/ context/ exception/ runtime/ runtime/directive/ runtime/log/ runtime/parser/

2005-11-18 Thread wglass
Author: wglass Date: Fri Nov 18 13:11:38 2005 New Revision: 345574 URL: http://svn.apache.org/viewcvs?rev=345574view=rev Log: fix imports Modified: jakarta/velocity/core/trunk/src/java/org/apache/velocity/app/event/implement/PrintExceptions.java jakarta/velocity/core/trunk/src/java/org

svn commit: r345296 - /jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTReference.java

2005-11-17 Thread wglass
Author: wglass Date: Thu Nov 17 10:16:37 2005 New Revision: 345296 URL: http://svn.apache.org/viewcvs?rev=345296view=rev Log: Fixed NPE when subelement of reference is null. Thanks to Alexey Panchenko for the patch. Modified: jakarta/velocity/core/trunk/src/java/org/apache/velocity

svn commit: r345315 - /jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTStringLiteral.java

2005-11-17 Thread wglass
Author: wglass Date: Thu Nov 17 12:02:19 2005 New Revision: 345315 URL: http://svn.apache.org/viewcvs?rev=345315view=rev Log: Fixed problem with line comments in string literals. A extra character was being chopped off and/or StringIndexOutOfBoundsException. VELOCITY-126 Modified

svn commit: r332946 - in /jakarta/velocity/core/trunk: src/java/org/apache/velocity/runtime/ src/java/org/apache/velocity/runtime/defaults/ src/java/org/apache/velocity/runtime/parser/node/ src/test/o

2005-11-13 Thread wglass
Author: wglass Date: Sun Nov 13 00:10:26 2005 New Revision: 332946 URL: http://svn.apache.org/viewcvs?rev=332946view=rev Log: Allow #set to accept nulls as the right hand side argument. For backwards compatibility, this feature is turned off by default. Set the property

svn commit: r332948 - in /jakarta/velocity/core/trunk/test/set: compare/set1.cmp compare/set2.cmp set1.vm set2.vm

2005-11-13 Thread wglass
Author: wglass Date: Sun Nov 13 00:17:51 2005 New Revision: 332948 URL: http://svn.apache.org/viewcvs?rev=332948view=rev Log: set eol-style property Modified: jakarta/velocity/core/trunk/test/set/compare/set1.cmp (contents, props changed) jakarta/velocity/core/trunk/test/set/compare

svn commit: r343986 - /jakarta/velocity/core/trunk/xdocs/docs/developer-guide.xml

2005-11-13 Thread wglass
Author: wglass Date: Sun Nov 13 14:25:18 2005 New Revision: 343986 URL: http://svn.apache.org/viewcvs?rev=343986view=rev Log: trivial doc fox removing period Modified: jakarta/velocity/core/trunk/xdocs/docs/developer-guide.xml Modified: jakarta/velocity/core/trunk/xdocs/docs/developer

svn commit: r332918 - /jakarta/velocity/core/trunk/src/java/org/apache/velocity/texen/ant/TexenTask.java

2005-11-12 Thread wglass
Author: wglass Date: Sat Nov 12 23:03:43 2005 New Revision: 332918 URL: http://svn.apache.org/viewcvs?rev=332918view=rev Log: added property to set the path for the logfile. VELOCITY-417. Thanks to sebastian for the patch. Modified: jakarta/velocity/core/trunk/src/java/org/apache

svn commit: r332924 - /jakarta/velocity/core/trunk/xdocs/docs/vtl-reference-guide.xml

2005-11-12 Thread wglass
Author: wglass Date: Sat Nov 12 23:09:40 2005 New Revision: 332924 URL: http://svn.apache.org/viewcvs?rev=332924view=rev Log: Fixed docs for #include (removed commas). Thanks Diago for pointing this out in VELOCITY-416. Modified: jakarta/velocity/core/trunk/xdocs/docs/vtl-reference

svn commit: r332399 - /jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/RuntimeInstance.java

2005-11-10 Thread wglass
Author: wglass Date: Thu Nov 10 15:59:03 2005 New Revision: 332399 URL: http://svn.apache.org/viewcvs?rev=332399view=rev Log: since ExtendedProperties.load doesn't close the stream, close it on the Velocity side. VELOCITY-418 Modified: jakarta/velocity/core/trunk/src/java/org/apache

svn commit: r328649 - /jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/parser/node/MathUtils.java

2005-10-26 Thread wglass
Author: wglass Date: Wed Oct 26 07:05:42 2005 New Revision: 328649 URL: http://svn.apache.org/viewcvs?rev=328649view=rev Log: avoid conflict with 1.5 vs 1.4 constructor Modified: jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/parser/node/MathUtils.java Modified: jakarta

svn commit: r326373 - in /jakarta/velocity/core/trunk/src/java/org/apache/velocity: app/VelocityEngine.java runtime/RuntimeServices.java

2005-10-18 Thread wglass
Author: wglass Date: Tue Oct 18 21:15:55 2005 New Revision: 326373 URL: http://svn.apache.org/viewcvs?rev=326373view=rev Log: Added get method to parallel setAttribute method. VELOCITY-412. Modified: jakarta/velocity/core/trunk/src/java/org/apache/velocity/app/VelocityEngine.java

svn commit: r321296 - in /jakarta/velocity/core/trunk: src/java/org/apache/velocity/ src/java/org/apache/velocity/app/ src/java/org/apache/velocity/exception/ src/java/org/apache/velocity/runtime/pars

2005-10-15 Thread wglass
Author: wglass Date: Fri Oct 14 23:17:50 2005 New Revision: 321296 URL: http://svn.apache.org/viewcvs?rev=321296view=rev Log: ParseErrorException now reports template name. Thanks Malcolm Edgar! VELOCITY-373. Added: jakarta/velocity/core/trunk/src/test/org/apache/velocity/test

svn commit: r321297 - in /jakarta/velocity/core/trunk/src/java/org/apache/velocity: app/Velocity.java app/VelocityEngine.java runtime/RuntimeInstance.java runtime/RuntimeServices.java runtime/RuntimeS

2005-10-15 Thread wglass
Author: wglass Date: Fri Oct 14 23:32:31 2005 New Revision: 321297 URL: http://svn.apache.org/viewcvs?rev=321297view=rev Log: Throw more user-friendly exception when init() has not been called (as opposed to arbitrary NPE's from deep in the code) Modified: jakarta/velocity/core/trunk/src

svn commit: r321298 - /jakarta/velocity/core/trunk/src/java/org/apache/velocity/app/event/implement/EscapeReference.java

2005-10-15 Thread wglass
Author: wglass Date: Fri Oct 14 23:37:28 2005 New Revision: 321298 URL: http://svn.apache.org/viewcvs?rev=321298view=rev Log: Protect against NPE. Issue reported and fix provided by Konstantin Pribluda. VELOCITY-411. Modified: jakarta/velocity/core/trunk/src/java/org/apache/velocity/app

svn commit: r321293 - /jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/resource/loader/DataSourceResourceLoader.java

2005-10-14 Thread wglass
Author: wglass Date: Fri Oct 14 22:14:12 2005 New Revision: 321293 URL: http://svn.apache.org/viewcvs?rev=321293view=rev Log: No need to check the context if the datasource is passed in. Thanks to Vladimir Terzic for the further patch. VELOCITY-267 Modified: jakarta/velocity/core/trunk

svn commit: r312815 - /jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/resource/loader/FileResourceLoader.java

2005-10-11 Thread wglass
Author: wglass Date: Mon Oct 10 23:12:47 2005 New Revision: 312815 URL: http://svn.apache.org/viewcvs?rev=312815view=rev Log: fix error on Linux of failing AbsoluteFileResourceLoader (missing first slash) Modified: jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/resource

svn commit: r306539 - /jakarta/velocity/core/trunk/build/build.xml

2005-10-06 Thread wglass
Author: wglass Date: Wed Oct 5 23:12:34 2005 New Revision: 306539 URL: http://svn.apache.org/viewcvs?rev=306539view=rev Log: Fix jar-dep to include all required collection classes. Modified: jakarta/velocity/core/trunk/build/build.xml Modified: jakarta/velocity/core/trunk/build/build.xml

svn commit: r306522 - in /jakarta/velocity/core/trunk: src/java/org/apache/velocity/runtime/parser/ test/templates/ test/templates/compare/

2005-10-05 Thread wglass
Author: wglass Date: Wed Oct 5 21:25:59 2005 New Revision: 306522 URL: http://svn.apache.org/viewcvs?rev=306522view=rev Log: fixed bug with parse error when comment was last line of file. VELOCITY-272 Added: jakarta/velocity/core/trunk/test/templates/comment-eof.vm jakarta/velocity

svn commit: r306528 - in /jakarta/velocity/core/trunk: src/java/org/apache/velocity/runtime/resource/loader/ src/test/org/apache/velocity/test/ test/absolute/ test/absolute/compare/

2005-10-05 Thread wglass
Author: wglass Date: Wed Oct 5 22:14:48 2005 New Revision: 306528 URL: http://svn.apache.org/viewcvs?rev=306528view=rev Log: treat the template name as an absolute path when the template path is empty. See VELOCITY-144 for a discussion about this patch. Added: jakarta/velocity/core/trunk

svn commit: r306530 - /jakarta/velocity/core/trunk/src/test/org/apache/velocity/test/AbsoluteFileResourceLoaderTestCase.java

2005-10-05 Thread wglass
Author: wglass Date: Wed Oct 5 22:26:13 2005 New Revision: 306530 URL: http://svn.apache.org/viewcvs?rev=306530view=rev Log: minor change to make sure keywords are applied Modified: jakarta/velocity/core/trunk/src/test/org/apache/velocity/test/AbsoluteFileResourceLoaderTestCase.java

svn commit: r306531 - /jakarta/velocity/core/trunk/src/test/org/apache/velocity/test/AbsoluteFileResourceLoaderTestCase.java

2005-10-05 Thread wglass
Author: wglass Date: Wed Oct 5 22:27:03 2005 New Revision: 306531 URL: http://svn.apache.org/viewcvs?rev=306531view=rev Log: set keywords Modified: jakarta/velocity/core/trunk/src/test/org/apache/velocity/test/AbsoluteFileResourceLoaderTestCase.java (contents, props changed) Modified

svn commit: r293265 - in /jakarta/velocity/core/trunk/xdocs/docs: user-guide.xml vtl-reference-guide.xml

2005-10-03 Thread wglass
Author: wglass Date: Sun Oct 2 23:36:28 2005 New Revision: 293265 URL: http://svn.apache.org/viewcvs?rev=293265view=rev Log: updated docs for == operator describing toString() equality. VELOCITY-350. Modified: jakarta/velocity/core/trunk/xdocs/docs/user-guide.xml jakarta/velocity/core

svn commit: r293051 - /jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/RuntimeLogger.java

2005-10-01 Thread wglass
Author: wglass Date: Sat Oct 1 18:30:30 2005 New Revision: 293051 URL: http://svn.apache.org/viewcvs?rev=293051view=rev Log: bizarrely, I missed this in the VELOCITY-403 patch. I suspect all the delete/add combinations caused patch to miss the changes. Modified: jakarta/velocity/core

svn commit: r293052 - /jakarta/velocity/core/trunk/xdocs/docs/developer-guide.xml

2005-10-01 Thread wglass
Author: wglass Date: Sat Oct 1 18:33:55 2005 New Revision: 293052 URL: http://svn.apache.org/viewcvs?rev=293052view=rev Log: doc patch from Nathan for new LogChute interface Modified: jakarta/velocity/core/trunk/xdocs/docs/developer-guide.xml Modified: jakarta/velocity/core/trunk/xdocs

svn commit: r293053 - /jakarta/velocity/core/trunk/examples/logger_example/LoggerExample.java

2005-10-01 Thread wglass
Author: wglass Date: Sat Oct 1 18:34:20 2005 New Revision: 293053 URL: http://svn.apache.org/viewcvs?rev=293053view=rev Log: change LoggerExample to use LogChute Modified: jakarta/velocity/core/trunk/examples/logger_example/LoggerExample.java Modified: jakarta/velocity/core/trunk/examples

svn commit: r293068 - in /jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/log: Log4JLogChute.java SimpleLog4JLogSystem.java

2005-10-01 Thread wglass
Author: wglass Date: Sat Oct 1 21:11:55 2005 New Revision: 293068 URL: http://svn.apache.org/viewcvs?rev=293068view=rev Log: Properly close the appender. Addresses Velocity-193 and Velocity-78. Modified: jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/log

svn commit: r293073 - in /jakarta/velocity/core/trunk: contrib/ experimental/ experimental/localdirective/ experimental/templatetool/ experimental/veltag/

2005-10-01 Thread wglass
Author: wglass Date: Sat Oct 1 22:02:58 2005 New Revision: 293073 URL: http://svn.apache.org/viewcvs?rev=293073view=rev Log: clean up contrib directory, rename experimental. VELOCITY-400. Added: jakarta/velocity/core/trunk/experimental/ jakarta/velocity/core/trunk/experimental

svn commit: r292918 [3/3] - in /jakarta/velocity/core/trunk: ./ build/lib/ src/java/org/apache/velocity/ src/java/org/apache/velocity/app/event/ src/java/org/apache/velocity/app/event/implement/ src/java/org/apache/velocity/runtime/ src/java/org/apache...

2005-09-30 Thread wglass
Modified: jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/resource/loader/JarResourceLoader.java URL: http://svn.apache.org/viewcvs/jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/resource/loader/JarResourceLoader.java?rev=292918r1=292917r2=292918view=diff

svn commit: r291938 - /jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/RuntimeInstance.java

2005-09-27 Thread wglass
Author: wglass Date: Tue Sep 27 06:53:10 2005 New Revision: 291938 URL: http://svn.apache.org/viewcvs?rev=291938view=rev Log: remove extra spaces in error message Modified: jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/RuntimeInstance.java Modified: jakarta/velocity

svn commit: r292012 - /jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/RuntimeConstants.java

2005-09-27 Thread wglass
Author: wglass Date: Tue Sep 27 11:18:29 2005 New Revision: 292012 URL: http://svn.apache.org/viewcvs?rev=292012view=rev Log: changed UBERSPECT_CLASSNAME and PARSER_POOL_SIZE constants to be public since these are user-accessible properties Modified: jakarta/velocity/core/trunk/src/java

svn commit: r292114 - /jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/resource/loader/ResourceLoader.java

2005-09-27 Thread wglass
Author: wglass Date: Tue Sep 27 20:47:42 2005 New Revision: 292114 URL: http://svn.apache.org/viewcvs?rev=292114view=rev Log: fix trivial tab issue Modified: jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/resource/loader/ResourceLoader.java Modified: jakarta/velocity

svn commit: r291256 - /jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/RuntimeInstance.java

2005-09-24 Thread wglass
Author: wglass Date: Fri Sep 23 23:04:39 2005 New Revision: 291256 URL: http://svn.apache.org/viewcvs?rev=291256view=rev Log: check to see if Velocity was initialized and give meaninful exception message if not. VELOCITY-374 Modified: jakarta/velocity/core/trunk/src/java/org/apache

svn commit: r291173 - /jakarta/velocity/core/trunk/build/build.xml

2005-09-23 Thread wglass
Author: wglass Date: Fri Sep 23 10:50:40 2005 New Revision: 291173 URL: http://svn.apache.org/viewcvs?rev=291173view=rev Log: add javacc parser task. resolves VELOCITY-222. Modified: jakarta/velocity/core/trunk/build/build.xml Modified: jakarta/velocity/core/trunk/build/build.xml URL

svn commit: r291252 - in /jakarta/velocity/core/trunk: src/java/org/apache/velocity/runtime/parser/node/ src/test/org/apache/velocity/test/ test/templates/ test/templates/compare/

2005-09-23 Thread wglass
Author: wglass Date: Fri Sep 23 22:34:39 2005 New Revision: 291252 URL: http://svn.apache.org/viewcvs?rev=291252view=rev Log: equality and not equality now based on toString when classes are different. See VELOCITY-350 Modified: jakarta/velocity/core/trunk/src/java/org/apache/velocity

svn commit: r291254 - /jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/resource/loader/ClasspathResourceLoader.java

2005-09-23 Thread wglass
Author: wglass Date: Fri Sep 23 22:48:44 2005 New Revision: 291254 URL: http://svn.apache.org/viewcvs?rev=291254view=rev Log: Fixed VELOCITY-382. ClasspathResourceLoader now throws exception when template not found. Modified: jakarta/velocity/core/trunk/src/java/org/apache/velocity

svn commit: r291032 - in /jakarta/velocity/core/trunk/test/templates: compare/logical.cmp compare/map.cmp logical.vm map.vm

2005-09-22 Thread wglass
Author: wglass Date: Thu Sep 22 16:16:23 2005 New Revision: 291032 URL: http://svn.apache.org/viewcvs?rev=291032view=rev Log: added test cases for issues VELOCITY-336 and VELOCITY-359 Modified: jakarta/velocity/core/trunk/test/templates/compare/logical.cmp jakarta/velocity/core/trunk

svn commit: r290368 - in /jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/parser: Parser.java Parser.jj Parser.jjt ParserTreeConstants.java

2005-09-20 Thread wglass
Author: wglass Date: Mon Sep 19 23:01:24 2005 New Revision: 290368 URL: http://svn.apache.org/viewcvs?rev=290368view=rev Log: allow empty body in #if, e.g. #if(true)#end as suggested in Velocity-359 Modified: jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/parser

svn commit: r290369 - /jakarta/velocity/core/trunk/src/java/org/apache/velocity/util/introspection/Introspector.java

2005-09-20 Thread wglass
Author: wglass Date: Mon Sep 19 23:07:35 2005 New Revision: 290369 URL: http://svn.apache.org/viewcvs?rev=290369view=rev Log: Fix NullPointerException when calling an overloaded method with a null parameter. Thanks to Reggie Riser for the fix in VELOCITY-370. Modified: jakarta/velocity

svn commit: r290384 - in /jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/parser: Parser.java Parser.jj Parser.jjt ParserTokenManager.java

2005-09-20 Thread wglass
Author: wglass Date: Tue Sep 20 00:26:47 2005 New Revision: 290384 URL: http://svn.apache.org/viewcvs?rev=290384view=rev Log: method calls now can take a map for a parameter. VELOCITY-336 Modified: jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/parser/Parser.java

svn commit: r290385 - /jakarta/velocity/core/trunk/xdocs/overview.xml

2005-09-20 Thread wglass
Author: wglass Date: Tue Sep 20 00:29:40 2005 New Revision: 290385 URL: http://svn.apache.org/viewcvs?rev=290385view=rev Log: Fix typo in overview page. Thanks Mitsu! Modified: jakarta/velocity/core/trunk/xdocs/overview.xml Modified: jakarta/velocity/core/trunk/xdocs/overview.xml URL

  1   2   >