svn commit: r290071 - in /jakarta/velocity/core/trunk/src/java/org/apache/velocity/app: Velocity.java VelocityEngine.java

2005-09-19 Thread wglass
Author: wglass Date: Sun Sep 18 23:49:42 2005 New Revision: 290071 URL: http://svn.apache.org/viewcvs?rev=290071view=rev Log: added comment on default encoding as suggested by VELOCITY-259. Modified: jakarta/velocity/core/trunk/src/java/org/apache/velocity/app/Velocity.java jakarta

svn commit: r290305 - in /jakarta/velocity/core/trunk: ./ maven.xml project.properties project.xml test/includeevent/ xdocs/

2005-09-19 Thread wglass
Author: wglass Date: Mon Sep 19 16:25:02 2005 New Revision: 290305 URL: http://svn.apache.org/viewcvs?rev=290305view=rev Log: added first cut of maven site. requires maven 1.1+ to build. VELOCITY-402 Added: jakarta/velocity/core/trunk/project.properties Modified: jakarta/velocity/core

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

2005-09-18 Thread wglass
Author: wglass Date: Sun Sep 18 22:55:40 2005 New Revision: 290066 URL: http://svn.apache.org/viewcvs?rev=290066view=rev Log: corrected comment for j2ee jar build as noted in VELOCITY-77 Modified: jakarta/velocity/core/trunk/build/build.xml Modified: jakarta/velocity/core/trunk/build

svn commit: r280513 - in /jakarta/velocity/core/trunk/xdocs: index.xml stylesheets/project-website.xml stylesheets/project.xml

2005-09-13 Thread wglass
Author: wglass Date: Mon Sep 12 23:22:45 2005 New Revision: 280513 URL: http://svn.apache.org/viewcvs?rev=280513view=rev Log: Changed Bugzilla link to JIRA link for VELOCITY-399. With some luck this message will now appear in JIRA. Modified: jakarta/velocity/core/trunk/xdocs/index.xml

svn commit: r280184 - /jakarta/velocity/core/trunk/xdocs/docs/changes.xml

2005-09-11 Thread wglass
Author: wglass Date: Sun Sep 11 14:45:23 2005 New Revision: 280184 URL: http://svn.apache.org/viewcvs?rev=280184view=rev Log: updated operator list Modified: jakarta/velocity/core/trunk/xdocs/docs/changes.xml Modified: jakarta/velocity/core/trunk/xdocs/docs/changes.xml URL: http

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

2005-09-11 Thread wglass
Author: wglass Date: Sun Sep 11 14:57:14 2005 New Revision: 280185 URL: http://svn.apache.org/viewcvs?rev=280185view=rev Log: updated reference guide to include text versions of operators Modified: jakarta/velocity/core/trunk/xdocs/docs/vtl-reference-guide.xml Modified: jakarta/velocity

svn commit: r280187 - /jakarta/velocity/core/trunk/xdocs/docs/user-guide.xml

2005-09-11 Thread wglass
Author: wglass Date: Sun Sep 11 15:07:57 2005 New Revision: 280187 URL: http://svn.apache.org/viewcvs?rev=280187view=rev Log: included info on text operators and #{else} Modified: jakarta/velocity/core/trunk/xdocs/docs/user-guide.xml Modified: jakarta/velocity/core/trunk/xdocs/docs/user

svn commit: r280194 - /jakarta/velocity/core/trunk/src/java/org/apache/velocity/test/BuiltInEventHandlerTest.java

2005-09-11 Thread wglass
Author: wglass Date: Sun Sep 11 15:45:19 2005 New Revision: 280194 URL: http://svn.apache.org/viewcvs?rev=280194view=rev Log: Fix to bad regular expression in test Modified: jakarta/velocity/core/trunk/src/java/org/apache/velocity/test/BuiltInEventHandlerTest.java Modified: jakarta

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

2005-08-23 Thread wglass
Author: wglass Date: Tue Aug 23 21:04:22 2005 New Revision: 239521 URL: http://svn.apache.org/viewcvs?rev=239521view=rev Log: Changed runtime.log.invalid.reference to runtime.log.invalid.references http://issues.apache.org/bugzilla/show_bug.cgi?id=35751 Modified: jakarta/velocity/core

svn commit: r232506 [2/2] - in /jakarta/velocity/core/trunk/xdocs: ./ docs/ stylesheets/ translations/

2005-08-13 Thread wglass
Modified: jakarta/velocity/core/trunk/xdocs/translations/user-guide_fr.xml URL: http://svn.apache.org/viewcvs/jakarta/velocity/core/trunk/xdocs/translations/user-guide_fr.xml?rev=232506r1=232505r2=232506view=diff == ---

svn commit: r225227 - /jakarta/velocity/core/trunk/xdocs/docs/user-guide.xml

2005-07-25 Thread wglass
Author: wglass Date: Mon Jul 25 21:16:20 2005 New Revision: 225227 URL: http://svn.apache.org/viewcvs?rev=225227view=rev Log: Added documentation for property lookup. Thanks to Bill Boland. http://issues.apache.org/bugzilla/show_bug.cgi?id=10455 Modified: jakarta/velocity/core/trunk/xdocs

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

2005-07-25 Thread wglass
Author: wglass Date: Mon Jul 25 21:25:45 2005 New Revision: 225229 URL: http://svn.apache.org/viewcvs?rev=225229view=rev Log: remove build of outdated servlet examples Modified: jakarta/velocity/core/trunk/build/build.xml Modified: jakarta/velocity/core/trunk/build/build.xml URL: http

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

2005-07-25 Thread wglass
Author: wglass Date: Mon Jul 25 21:52:33 2005 New Revision: 225231 URL: http://svn.apache.org/viewcvs?rev=225231view=rev Log: remove servlet test cases Modified: jakarta/velocity/core/trunk/build/testcases.xml Modified: jakarta/velocity/core/trunk/build/testcases.xml URL: http

svn commit: r219402 - in /jakarta/velocity/core/trunk/xdocs: build.xml docs/anakia.xml index.xml

2005-07-17 Thread wglass
Author: wglass Date: Sun Jul 17 15:12:28 2005 New Revision: 219402 URL: http://svn.apache.org/viewcvs?rev=219402view=rev Log: fixed bad links, spacing Modified: jakarta/velocity/core/trunk/xdocs/build.xml jakarta/velocity/core/trunk/xdocs/docs/anakia.xml jakarta/velocity/core/trunk

svn commit: r219403 - in /jakarta/velocity/core/trunk: src/java/org/apache/velocity/app/tools/VelocityFormatter.java xdocs/docs/developer-guide.xml

2005-07-17 Thread wglass
Author: wglass Date: Sun Jul 17 15:13:20 2005 New Revision: 219403 URL: http://svn.apache.org/viewcvs?rev=219403view=rev Log: removed all outdated servlet references from dev guide Modified: jakarta/velocity/core/trunk/src/java/org/apache/velocity/app/tools/VelocityFormatter.java

svn commit: r216170 - /jakarta/velocity/core/trunk/xdocs/.htaccess

2005-07-13 Thread wglass
Author: wglass Date: Wed Jul 13 07:47:05 2005 New Revision: 216170 URL: http://svn.apache.org/viewcvs?rev=216170view=rev Log: updated .htaccess to amake website use versioned docs Modified: jakarta/velocity/core/trunk/xdocs/.htaccess Modified: jakarta/velocity/core/trunk/xdocs/.htaccess URL

svn commit: r216183 - in /jakarta/velocity/core/trunk/xdocs: .htaccess docs/anakia.xml docs/developer-guide.xml docs/license.xml docs/texen.xml docs/user-guide.xml readme.txt site.css stylesheets/site

2005-07-13 Thread wglass
Author: wglass Date: Wed Jul 13 09:52:55 2005 New Revision: 216183 URL: http://svn.apache.org/viewcvs?rev=216183view=rev Log: fixed width and spacing issues, particularly for source code Modified: jakarta/velocity/core/trunk/xdocs/.htaccess jakarta/velocity/core/trunk/xdocs/docs

svn commit: r216186 - /jakarta/velocity/core/trunk/xdocs/docs/veltag.xml

2005-07-13 Thread wglass
Author: wglass Date: Wed Jul 13 10:02:59 2005 New Revision: 216186 URL: http://svn.apache.org/viewcvs?rev=216186view=rev Log: fixed spacing Modified: jakarta/velocity/core/trunk/xdocs/docs/veltag.xml Modified: jakarta/velocity/core/trunk/xdocs/docs/veltag.xml URL: http://svn.apache.org

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

2005-07-13 Thread wglass
Author: wglass Date: Wed Jul 13 10:04:48 2005 New Revision: 216187 URL: http://svn.apache.org/viewcvs?rev=216187view=rev Log: added title, fixed spacing Modified: jakarta/velocity/core/trunk/xdocs/docs/developer-guide.xml jakarta/velocity/core/trunk/xdocs/docs/user-guide.xml Modified

svn commit: r216188 - in /jakarta/velocity/core/trunk/xdocs/stylesheets: project-website.xml project.xml

2005-07-13 Thread wglass
Author: wglass Date: Wed Jul 13 10:06:29 2005 New Revision: 216188 URL: http://svn.apache.org/viewcvs?rev=216188view=rev Log: removed apostrophe from User's Guide Modified: jakarta/velocity/core/trunk/xdocs/stylesheets/project-website.xml jakarta/velocity/core/trunk/xdocs/stylesheets

svn commit: r216192 - /jakarta/velocity/core/trunk/xdocs/.htaccess

2005-07-13 Thread wglass
Author: wglass Date: Wed Jul 13 10:15:50 2005 New Revision: 216192 URL: http://svn.apache.org/viewcvs?rev=216192view=rev Log: fix rewriting to default docs to user's guide Modified: jakarta/velocity/core/trunk/xdocs/.htaccess Modified: jakarta/velocity/core/trunk/xdocs/.htaccess URL: http

svn commit: r216196 - /jakarta/velocity/core/trunk/xdocs/docs/anakia.xml

2005-07-13 Thread wglass
Author: wglass Date: Wed Jul 13 10:39:57 2005 New Revision: 216196 URL: http://svn.apache.org/viewcvs?rev=216196view=rev Log: ol can't be enclosed within p for source to work Modified: jakarta/velocity/core/trunk/xdocs/docs/anakia.xml Modified: jakarta/velocity/core/trunk/xdocs/docs

svn commit: r216284 - /jakarta/velocity/core/trunk/xdocs/.htaccess

2005-07-13 Thread wglass
Author: wglass Date: Wed Jul 13 16:23:18 2005 New Revision: 216284 URL: http://svn.apache.org/viewcvs?rev=216284view=rev Log: revised rewrites to properly send doc to doc14. Also converted rewrites to old links to redirects to put in correct directory. Modified: jakarta/velocity/core/trunk

svn commit: r216285 - in /jakarta/velocity/core/trunk/xdocs/stylesheets: project-website.xml project.xml

2005-07-13 Thread wglass
Author: wglass Date: Wed Jul 13 16:29:01 2005 New Revision: 216285 URL: http://svn.apache.org/viewcvs?rev=216285view=rev Log: Fixed bad Wiki links Modified: jakarta/velocity/core/trunk/xdocs/stylesheets/project-website.xml jakarta/velocity/core/trunk/xdocs/stylesheets/project.xml

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

2005-07-12 Thread wglass
Author: wglass Date: Tue Jul 12 21:38:58 2005 New Revision: 216109 URL: http://svn.apache.org/viewcvs?rev=216109view=rev Log: fixed typo. http://issues.apache.org/bugzilla/show_bug.cgi?id=33704 Modified: jakarta/velocity/core/trunk/xdocs/docs/developer-guide.xml Modified: jakarta/velocity

svn commit: r216112 [2/2] - in /jakarta/velocity/core/trunk/xdocs: ./ stylesheets/ translations/

2005-07-12 Thread wglass
Modified: jakarta/velocity/core/trunk/xdocs/translations/user-guide_fr.xml URL: http://svn.apache.org/viewcvs/jakarta/velocity/core/trunk/xdocs/translations/user-guide_fr.xml?rev=216112r1=216111r2=216112view=diff == ---

svn commit: r210173 - /jakarta/velocity/core/trunk/xdocs/.htaccess

2005-07-11 Thread wglass
Author: wglass Date: Mon Jul 11 11:10:53 2005 New Revision: 210173 URL: http://svn.apache.org/viewcvs?rev=210173view=rev Log: fix mod_rewrite for product documentation Modified: jakarta/velocity/core/trunk/xdocs/.htaccess Modified: jakarta/velocity/core/trunk/xdocs/.htaccess URL: http

svn commit: r210174 - in /jakarta/velocity/core/trunk/xdocs: anakia.xml changes.xml developer-guide.xml license.xml texen.xml user-guide.xml veltag.xml vtl-reference-guide.xml

2005-07-11 Thread wglass
Author: wglass Date: Mon Jul 11 11:11:53 2005 New Revision: 210174 URL: http://svn.apache.org/viewcvs?rev=210174view=rev Log: provide redirection for content moved to docs folder Added: jakarta/velocity/core/trunk/xdocs/anakia.xml jakarta/velocity/core/trunk/xdocs/changes.xml jakarta

svn commit: r210186 - in /jakarta/velocity/core/trunk: build/build.xml xdocs/stylesheets/project-website.xml xdocs/stylesheets/project.xml

2005-07-11 Thread wglass
Author: wglass Date: Mon Jul 11 12:19:43 2005 New Revision: 210186 URL: http://svn.apache.org/viewcvs?rev=210186view=rev Log: made property to differentiate docs for website and distribution; fixed DVSL/Tools links Added: jakarta/velocity/core/trunk/xdocs/stylesheets/project-website.xml

svn commit: r210192 - in /jakarta/velocity/core/trunk/xdocs: site.css stylesheets/site.vsl

2005-07-11 Thread wglass
Author: wglass Date: Mon Jul 11 12:45:34 2005 New Revision: 210192 URL: http://svn.apache.org/viewcvs?rev=210192view=rev Log: changed CSS to avoid block wrapping problem Modified: jakarta/velocity/core/trunk/xdocs/site.css jakarta/velocity/core/trunk/xdocs/stylesheets/site.vsl Modified

svn commit: r210198 - in /jakarta/velocity/core/trunk: build/build.xml xdocs/.htaccess xdocs/anakia.xml xdocs/changes.xml xdocs/developer-guide.xml xdocs/license.xml xdocs/texen.xml xdocs/user-guide.x

2005-07-11 Thread wglass
Author: wglass Date: Mon Jul 11 12:58:58 2005 New Revision: 210198 URL: http://svn.apache.org/viewcvs?rev=210198view=rev Log: revised links to old product documentation, moved javadoc to versioned location Modified: jakarta/velocity/core/trunk/build/build.xml jakarta/velocity/core/trunk

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

2005-07-11 Thread wglass
Author: wglass Date: Mon Jul 11 21:44:14 2005 New Revision: 215920 URL: http://svn.apache.org/viewcvs?rev=215920view=rev Log: reversed annoying patch that always builds javadocs when building docs Modified: jakarta/velocity/core/trunk/build/build.xml Modified: jakarta/velocity/core/trunk

svn commit: r215924 - in /jakarta/velocity/core/trunk/xdocs: getting-started.xml webapps.xml

2005-07-11 Thread wglass
Author: wglass Date: Mon Jul 11 21:52:42 2005 New Revision: 215924 URL: http://svn.apache.org/viewcvs?rev=215924view=rev Log: incorporated proof comments by Jason Briggs - thanks! Modified: jakarta/velocity/core/trunk/xdocs/getting-started.xml jakarta/velocity/core/trunk/xdocs

svn commit: r209480 - /jakarta/velocity/core/branches/VEL_1_5_BRANCH/

2005-07-06 Thread wglass
Author: wglass Date: Wed Jul 6 10:01:14 2005 New Revision: 209480 URL: http://svn.apache.org/viewcvs?rev=209480view=rev Log: remove confusing branch (for unreleased version) Removed: jakarta/velocity/core/branches/VEL_1_5_BRANCH

svn commit: r209481 - /jakarta/velocity/core/branches/jv/

2005-07-06 Thread wglass
Author: wglass Date: Wed Jul 6 10:01:55 2005 New Revision: 209481 URL: http://svn.apache.org/viewcvs?rev=209481view=rev Log: remove (apparently) never-used 5 year old branch Removed: jakarta/velocity/core/branches/jv

svn commit: r209482 - in /jakarta/velocity/core/trunk/src/java/org/apache/velocity/runtime/resource/loader: ClasspathResourceLoader.java FileResourceLoader.java JarResourceLoader.java

2005-07-06 Thread wglass
Author: wglass Date: Wed Jul 6 10:27:41 2005 New Revision: 209482 URL: http://svn.apache.org/viewcvs?rev=209482view=rev Log: Changed resource loaders to use List, Map instead of Vector, Hashtable. Verified and removed unnecessary synchronization. http://issues.apache.org/bugzilla

svn commit: r209534 - /jakarta/velocity/core/trunk/src/java/org/apache/velocity/Template.java

2005-07-06 Thread wglass
Author: wglass Date: Wed Jul 6 15:49:27 2005 New Revision: 209534 URL: http://svn.apache.org/viewcvs?rev=209534view=rev Log: added reminder to initialize Velocity in sample code Modified: jakarta/velocity/core/trunk/src/java/org/apache/velocity/Template.java Modified: jakarta/velocity/core

svn commit: r165256 - /jakarta/velocity/trunk/docs/powered.html

2005-04-28 Thread wglass
Author: wglass Date: Thu Apr 28 20:46:17 2005 New Revision: 165256 URL: http://svn.apache.org/viewcvs?rev=165256view=rev Log: Added www.interfacexpress.com; fixed header for tables to appear (b/b notation was ignored by style.vsl) Modified: jakarta/velocity/trunk/docs/powered.html Modified

svn commit: r164669 - in /jakarta/velocity/trunk: docs/powered.html xdocs/powered.xml

2005-04-25 Thread wglass
Author: wglass Date: Mon Apr 25 15:14:33 2005 New Revision: 164669 URL: http://svn.apache.org/viewcvs?rev=164669view=rev Log: added Expresso to powered by frameworks Modified: jakarta/velocity/trunk/docs/powered.html jakarta/velocity/trunk/xdocs/powered.xml Modified: jakarta/velocity

svn commit: r160252 - in jakarta/velocity/trunk: docs/powered.html xdocs/powered.xml

2005-04-05 Thread wglass
Author: wglass Date: Tue Apr 5 21:27:09 2005 New Revision: 160252 URL: http://svn.apache.org/viewcvs?view=revrev=160252 Log: added click web framework to powered by list Modified: jakarta/velocity/trunk/docs/powered.html jakarta/velocity/trunk/xdocs/powered.xml Modified: jakarta

svn commit: r158989 - jakarta/velocity/trunk/docs/specification-ast.html

2005-03-24 Thread wglass
Author: wglass Date: Thu Mar 24 21:10:25 2005 New Revision: 158989 URL: http://svn.apache.org/viewcvs?view=revrev=158989 Log: updated spacing (now in synx with xdocs) Modified: jakarta/velocity/trunk/docs/specification-ast.html Modified: jakarta/velocity/trunk/docs/specification-ast.html

svn commit: r158990 - in jakarta/velocity/trunk: docs/powered.html xdocs/powered.xml

2005-03-24 Thread wglass
Author: wglass Date: Thu Mar 24 21:11:27 2005 New Revision: 158990 URL: http://svn.apache.org/viewcvs?view=revrev=158990 Log: Added EveryBoats to powered by list Modified: jakarta/velocity/trunk/docs/powered.html jakarta/velocity/trunk/xdocs/powered.xml Modified: jakarta/velocity/trunk

svn commit: r153909 - in jakarta/velocity/trunk/build: build.xml testcases.xml

2005-02-15 Thread wglass
Author: wglass Date: Tue Feb 15 00:13:18 2005 New Revision: 153909 URL: http://svn.apache.org/viewcvs?view=revrev=153909 Log: added LRUMap.class to velocity-dep jar. http://issues.apache.org/bugzilla/show_bug.cgi?id=33532 Modified: jakarta/velocity/trunk/build/build.xml jakarta

svn commit: r153911 - jakarta/velocity/trunk/build/testcases.xml

2005-02-15 Thread wglass
Author: wglass Date: Tue Feb 15 00:20:11 2005 New Revision: 153911 URL: http://svn.apache.org/viewcvs?view=revrev=153911 Log: removed reverseLoader=true to make GUMP work again (failed after revision 151549) Modified: jakarta/velocity/trunk/build/testcases.xml Modified: jakarta/velocity

svn commit: r153916 - in jakarta/velocity/trunk: docs/index.html docs/install.html xdocs/index.xml xdocs/install.xml

2005-02-15 Thread wglass
Author: wglass Date: Tue Feb 15 00:26:04 2005 New Revision: 153916 URL: http://svn.apache.org/viewcvs?view=revrev=153916 Log: fixed links to nightly source code download. http://issues.apache.org/bugzilla/show_bug.cgi?id=33208 Modified: jakarta/velocity/trunk/docs/index.html jakarta

svn commit: r153918 - in jakarta/velocity-dvsl/trunk: docs/index.html xdocs/index.xml

2005-02-15 Thread wglass
Author: wglass Date: Tue Feb 15 00:27:59 2005 New Revision: 153918 URL: http://svn.apache.org/viewcvs?view=revrev=153918 Log: fixed link to nightly snapshots. http://issues.apache.org/bugzilla/show_bug.cgi?id=33208 Modified: jakarta/velocity-dvsl/trunk/docs/index.html jakarta/velocity

svn commit: r153920 - in jakarta/velocity/trunk/xdocs: design.xml getting-started.xml migration.xml specification-ast.xml specification-bnf.xml specification.xml todo.xml

2005-02-15 Thread wglass
Author: wglass Date: Tue Feb 15 00:37:55 2005 New Revision: 153920 URL: http://svn.apache.org/viewcvs?view=revrev=153920 Log: get rid of bad eols. made minor changes to docs, then committed. http://issues.apache.org/bugzilla/show_bug.cgi?id=33209 Modified: jakarta/velocity/trunk/xdocs

svn commit: r153924 - in jakarta/velocity/trunk/examples: README.txt servlet_example1/ servlet_example2/

2005-02-15 Thread wglass
Author: wglass Date: Tue Feb 15 00:47:29 2005 New Revision: 153924 URL: http://svn.apache.org/viewcvs?view=revrev=153924 Log: removed all servlet examples, included note in readme pointing to velocity-tools Removed: jakarta/velocity/trunk/examples/servlet_example1/ jakarta/velocity/trunk

svn commit: r153069 - in jakarta/velocity/trunk: docs/powered.html xdocs/powered.xml

2005-02-09 Thread wglass
Author: wglass Date: Wed Feb 9 06:54:27 2005 New Revision: 153069 URL: http://svn.apache.org/viewcvs?view=revrev=153069 Log: removed obsolete tbjug website from powered by Modified: jakarta/velocity/trunk/docs/powered.html jakarta/velocity/trunk/xdocs/powered.xml Modified: jakarta

svn commit: r151549 - in jakarta/velocity/trunk/src/java/org/apache/velocity: runtime/ runtime/log/ runtime/resource/ runtime/resource/loader/ texen/ant/ texen/util/ util/

2005-02-05 Thread wglass
Author: wglass Date: Sat Feb 5 22:19:43 2005 New Revision: 151549 URL: http://svn.apache.org/viewcvs?view=revrev=151549 Log: Use the thread context classloader when possible to instantiate user-supplied classes or to retrieve user-supplied resources from the classloader. http

svn commit: r151478 - in jakarta/velocity/trunk/src/java/org/apache/velocity: context/ runtime/directive/ runtime/parser/node/ test/

2005-02-04 Thread wglass
Author: wglass Date: Fri Feb 4 21:37:59 2005 New Revision: 151478 URL: http://svn.apache.org/viewcvs?view=revrev=151478 Log: throw MethodInvocationException even when a parameter to a macro. Thanks to Mike Rettig for the fix. http://issues.apache.org/bugzilla/show_bug.cgi?id=30220. Modified

svn commit: r149347 - in jakarta/velocity/trunk: docs/ymtd/ymtd-changes.html docs/ymtd/ymtd-saying-hello.html xdocs/ymtd/ymtd-changes.xml

2005-01-31 Thread wglass
Author: wglass Date: Mon Jan 31 17:13:59 2005 New Revision: 149347 URL: http://svn.apache.org/viewcvs?view=revrev=149347 Log: better descriptor of YMTD screenshots. http://issues.apache.org/bugzilla/show_bug.cgi?id=32411 Modified: jakarta/velocity/trunk/docs/ymtd/ymtd-changes.html

svn commit: r149349 - in jakarta/velocity/trunk: docs/texen.html xdocs/texen.xml

2005-01-31 Thread wglass
Author: wglass Date: Mon Jan 31 17:17:00 2005 New Revision: 149349 URL: http://svn.apache.org/viewcvs?view=revrev=149349 Log: fixed texen example. Thanks to Shinobu for the catch. http://issues.apache.org/bugzilla/show_bug.cgi?id=33206 Modified: jakarta/velocity/trunk/docs/texen.html

svn commit: r149350 - in jakarta/velocity/trunk: docs/texen.html xdocs/texen.xml

2005-01-31 Thread wglass
Author: wglass Date: Mon Jan 31 17:18:35 2005 New Revision: 149350 URL: http://svn.apache.org/viewcvs?view=revrev=149350 Log: List of properties for texen. Thanks to Shinobu for the edit. http://issues.apache.org/bugzilla/show_bug.cgi?id=33210 Modified: jakarta/velocity/trunk/docs

svn commit: r149352 - in jakarta/velocity/trunk/src/java/org/apache/velocity/runtime: RuntimeConstants.java VelocimacroFactory.java defaults/velocity.properties

2005-01-31 Thread wglass
Author: wglass Date: Mon Jan 31 17:27:24 2005 New Revision: 149352 URL: http://svn.apache.org/viewcvs?view=revrev=149352 Log: if VM_global_library.vm can not be found, then give INFO log message, not error. Thanks Shinobu for the patch. http://issues.apache.org/bugzilla/show_bug.cgi?id=9938

svn commit: r149378 - in jakarta/velocity/trunk: build/testcases.xml src/java/org/apache/velocity/runtime/parser/node/ASTMethod.java src/java/org/apache/velocity/test/ForeachMethodCallTestCase.java sr

2005-01-31 Thread wglass
Author: wglass Date: Mon Jan 31 22:55:36 2005 New Revision: 149378 URL: http://svn.apache.org/viewcvs?view=revrev=149378 Log: Fixed invalid caching of methods within foreach (where the parameters for a given method call might change). http://issues.apache.org/bugzilla/show_bug.cgi?id=13637

svn commit: r149157 - jakarta/velocity/trunk/docs/anakia.html

2005-01-30 Thread wglass
Author: wglass Date: Sun Jan 30 13:42:19 2005 New Revision: 149157 URL: http://svn.apache.org/viewcvs?view=revrev=149157 Log: added link to Wiki and FAQ Modified: jakarta/velocity/trunk/docs/anakia.html Modified: jakarta/velocity/trunk/docs/anakia.html URL: http://svn.apache.org/viewcvs

svn commit: r149158 - jakarta/velocity/trunk/docs/casestudy1.html jakarta/velocity/trunk/docs/casestudy2.html

2005-01-30 Thread wglass
Author: wglass Date: Sun Jan 30 13:43:03 2005 New Revision: 149158 URL: http://svn.apache.org/viewcvs?view=revrev=149158 Log: added link to Wiki and FAQ Modified: jakarta/velocity/trunk/docs/casestudy1.html jakarta/velocity/trunk/docs/casestudy2.html Modified: jakarta/velocity/trunk

svn commit: r149159 - jakarta/velocity/trunk/docs/changes.html jakarta/velocity/trunk/docs/code-standards.html jakarta/velocity/trunk/docs/contributors.html

2005-01-30 Thread wglass
Author: wglass Date: Sun Jan 30 13:43:19 2005 New Revision: 149159 URL: http://svn.apache.org/viewcvs?view=revrev=149159 Log: added link to Wiki and FAQ Modified: jakarta/velocity/trunk/docs/changes.html jakarta/velocity/trunk/docs/code-standards.html jakarta/velocity/trunk/docs

svn commit: r149160 - jakarta/velocity/trunk/docs/design.html jakarta/velocity/trunk/docs/developer-guide.html jakarta/velocity/trunk/docs/devtools.html jakarta/velocity/trunk/docs/differences.html

2005-01-30 Thread wglass
Author: wglass Date: Sun Jan 30 13:43:30 2005 New Revision: 149160 URL: http://svn.apache.org/viewcvs?view=revrev=149160 Log: added link to Wiki and FAQ Modified: jakarta/velocity/trunk/docs/design.html jakarta/velocity/trunk/docs/developer-guide.html jakarta/velocity/trunk/docs

svn commit: r149161 - jakarta/velocity/trunk/docs/getting-started.html

2005-01-30 Thread wglass
Author: wglass Date: Sun Jan 30 13:43:38 2005 New Revision: 149161 URL: http://svn.apache.org/viewcvs?view=revrev=149161 Log: added link to Wiki and FAQ Modified: jakarta/velocity/trunk/docs/getting-started.html Modified: jakarta/velocity/trunk/docs/getting-started.html URL: http

svn commit: r149162 - jakarta/velocity/trunk/docs/index.html jakarta/velocity/trunk/docs/install.html

2005-01-30 Thread wglass
Author: wglass Date: Sun Jan 30 13:44:10 2005 New Revision: 149162 URL: http://svn.apache.org/viewcvs?view=revrev=149162 Log: added link to Wiki and FAQ Modified: jakarta/velocity/trunk/docs/index.html jakarta/velocity/trunk/docs/install.html Modified: jakarta/velocity/trunk/docs

svn commit: r149163 - jakarta/velocity/trunk/docs/license.html

2005-01-30 Thread wglass
Author: wglass Date: Sun Jan 30 13:48:48 2005 New Revision: 149163 URL: http://svn.apache.org/viewcvs?view=revrev=149163 Log: added link to Wiki and FAQ Modified: jakarta/velocity/trunk/docs/license.html Modified: jakarta/velocity/trunk/docs/license.html URL: http://svn.apache.org/viewcvs

svn commit: r149164 [1/3] - in jakarta/velocity/trunk/docs: ./ ymtd/

2005-01-30 Thread wglass
Author: wglass Date: Sun Jan 30 13:49:20 2005 New Revision: 149164 URL: http://svn.apache.org/viewcvs?view=revrev=149164 Log: added link to Wiki and FAQ Modified: jakarta/velocity/trunk/docs/migration.html jakarta/velocity/trunk/docs/newshistory.html jakarta/velocity/trunk/docs

svn commit: r149164 [3/3] - in jakarta/velocity/trunk/docs: ./ ymtd/

2005-01-30 Thread wglass
Modified: jakarta/velocity/trunk/docs/user-guide_fi.html URL: http://svn.apache.org/viewcvs/jakarta/velocity/trunk/docs/user-guide_fi.html?view=diffr1=149163r2=149164 == --- jakarta/velocity/trunk/docs/user-guide_fi.html

svn commit: r126407 - /jakarta/velocity/trunk/src/java/org/apache/velocity/util/SimplePool.java

2005-01-25 Thread wglass
Author: wglass Date: Tue Jan 25 10:27:41 2005 New Revision: 126407 URL: http://svn.apache.org/viewcvs?view=revrev=126407 Log: updated license to ASL 2.0 Modified: jakarta/velocity/trunk/src/java/org/apache/velocity/util/SimplePool.java Modified: jakarta/velocity/trunk/src/java/org/apache

svn commit: r126411 - /jakarta/velocity/trunk/xdocs/differences.xml

2005-01-25 Thread wglass
Author: wglass Date: Tue Jan 25 11:12:09 2005 New Revision: 126411 URL: http://svn.apache.org/viewcvs?view=revrev=126411 Log: Fixed line ending differences Modified: jakarta/velocity/trunk/xdocs/differences.xml Modified: jakarta/velocity/trunk/xdocs/differences.xml Url: http://svn.apache.org

svn commit: r126420 - /jakarta/velocity/trunk/xdocs/stylesheets/project.xml

2005-01-25 Thread wglass
Author: wglass Date: Tue Jan 25 12:34:22 2005 New Revision: 126420 URL: http://svn.apache.org/viewcvs?view=revrev=126420 Log: Added link for Wiki and FAQ. http://issues.apache.org/bugzilla/show_bug.cgi?id=31714 Modified: jakarta/velocity/trunk/xdocs/stylesheets/project.xml Modified: jakarta

svn commit: r125804 - /jakarta/velocity/trunk/build/testcases.xml

2005-01-20 Thread wglass
Author: wglass Date: Thu Jan 20 11:00:07 2005 New Revision: 125804 URL: http://svn.apache.org/viewcvs?view=revrev=125804 Log: Added test case test-introspect3 http://issues.apache.org/bugzilla/show_bug.cgi?id=25888 Modified: jakarta/velocity/trunk/build/testcases.xml Modified: jakarta

svn commit: r125805 - /jakarta/velocity/trunk/build/testcases.xml

2005-01-20 Thread wglass
Author: wglass Date: Thu Jan 20 11:19:07 2005 New Revision: 125805 URL: http://svn.apache.org/viewcvs?view=revrev=125805 Log: fixed format of test case Modified: jakarta/velocity/trunk/build/testcases.xml Modified: jakarta/velocity/trunk/build/testcases.xml Url: http://svn.apache.org/viewcvs

svn commit: r125193 - /jakarta/velocity/trunk/src/java/org/apache/velocity/runtime/parser/BUILD_README.txt /jakarta/velocity/trunk/src/java/org/apache/velocity/runtime/parser/Parser.java /jakarta/velo

2005-01-18 Thread wglass
Author: wglass Date: Fri Jan 14 10:17:02 2005 New Revision: 125193 URL: http://svn.apache.org/viewcvs?view=revrev=125193 Log: used JavaCC 3.2 to change variable enumeration to e Modified: jakarta/velocity/trunk/src/java/org/apache/velocity/runtime/parser/BUILD_README.txt jakarta/velocity

svn commit: r125378 - in jakarta/velocity/trunk: docs src/java/org/apache/velocity/anakia src/java/org/apache/velocity/test test/anakia/compare test/anakia/xdocs test/anakia/xdocs/stylesheets xdocs

2005-01-17 Thread wglass
Author: wglass Date: Sun Jan 16 16:30:59 2005 New Revision: 125378 URL: http://svn.apache.org/viewcvs?view=revrev=125378 Log: added ability to create new references from additional xml files. Many thanks to Peter Ryan for requesting the feature and writing the patch. Added: jakarta/velocity

svn commit: r125377 - /jakarta/velocity/trunk/build/testcases.xml

2005-01-17 Thread wglass
Author: wglass Date: Sun Jan 16 16:30:37 2005 New Revision: 125377 URL: http://svn.apache.org/viewcvs?view=revrev=125377 Log: added ability to create new references from additional xml files. Many thanks to Peter Ryan for requesting the feature and writing the patch. Modified: jakarta

svn commit: r125256 - /jakarta/velocity/trunk/src/java/org/apache/velocity/servlet/VelocityServlet.java

2005-01-16 Thread wglass
Author: wglass Date: Fri Jan 14 23:57:17 2005 New Revision: 125256 URL: http://svn.apache.org/viewcvs?view=revrev=125256 Log: now retrieves properties via servletcontext.getResourceAsStream (which works in a WAR). http://issues.apache.org/bugzilla/show_bug.cgi?id=17058 Modified: jakarta

svn commit: r125258 - /jakarta/velocity/trunk/docs/user-guide.html /jakarta/velocity/trunk/xdocs/user-guide.xml

2005-01-16 Thread wglass
Author: wglass Date: Sat Jan 15 00:04:39 2005 New Revision: 125258 URL: http://svn.apache.org/viewcvs?view=revrev=125258 Log: fixed typo: http://issues.apache.org/bugzilla/show_bug.cgi?id=26514 Modified: jakarta/velocity/trunk/docs/user-guide.html jakarta/velocity/trunk/xdocs/user-guide.xml

svn commit: r125259 - in jakarta/velocity/trunk: docs xdocs

2005-01-16 Thread wglass
Author: wglass Date: Sat Jan 15 00:12:06 2005 New Revision: 125259 URL: http://svn.apache.org/viewcvs?view=revrev=125259 Log: fixed typo in escape section. http://issues.apache.org/bugzilla/show_bug.cgi?id=26546 Modified: jakarta/velocity/trunk/docs/user-guide_es.html jakarta/velocity

svn commit: r125260 - /jakarta/velocity/trunk/docs/user-guide.html /jakarta/velocity/trunk/xdocs/user-guide.xml

2005-01-16 Thread wglass
Author: wglass Date: Sat Jan 15 00:14:07 2005 New Revision: 125260 URL: http://svn.apache.org/viewcvs?view=revrev=125260 Log: fixed typo in escape section. http://issues.apache.org/bugzilla/show_bug.cgi?id=26546 Modified: jakarta/velocity/trunk/docs/user-guide.html jakarta/velocity/trunk

svn commit: r125251 - in jakarta/velocity/trunk: src/java/org/apache/velocity/runtime/directive src/java/org/apache/velocity/test test/templates test/templates/compare

2005-01-16 Thread wglass
Author: wglass Date: Fri Jan 14 22:53:07 2005 New Revision: 125251 URL: http://svn.apache.org/viewcvs?view=revrev=125251 Log: Allow #foreach to handle null values. http://issues.apache.org/bugzilla/show_bug.cgi?id=27741 Added: jakarta/velocity/trunk/test/templates/compare/foreach-null

svn commit: r125252 - /jakarta/velocity/trunk/src/java/org/apache/velocity/app/VelocityEngine.java

2005-01-16 Thread wglass
Author: wglass Date: Fri Jan 14 23:01:10 2005 New Revision: 125252 URL: http://svn.apache.org/viewcvs?view=revrev=125252 Log: Added method resourceExists to be parallel with Velocity.resourceExists http://issues.apache.org/bugzilla/show_bug.cgi?id=32111 Modified: jakarta/velocity/trunk/src

svn commit: r125261 - in jakarta/velocity/trunk: docs xdocs

2005-01-15 Thread wglass
Author: wglass Date: Sat Jan 15 00:26:54 2005 New Revision: 125261 URL: http://svn.apache.org/viewcvs?view=revrev=125261 Log: fixed typo in escape section. http://issues.apache.org/bugzilla/show_bug.cgi?id=26514. Now in multiple languages. Modified: jakarta/velocity/trunk/docs/user

svn commit: r125253 - /jakarta/velocity/trunk/docs/vtl-reference-guide.html /jakarta/velocity/trunk/xdocs/vtl-reference-guide.xml

2005-01-15 Thread wglass
Author: wglass Date: Fri Jan 14 23:18:34 2005 New Revision: 125253 URL: http://svn.apache.org/viewcvs?view=revrev=125253 Log: fixed incorrect foreach config property Modified: jakarta/velocity/trunk/docs/vtl-reference-guide.html jakarta/velocity/trunk/xdocs/vtl-reference-guide.xml Modified

svn commit: r125254 - /jakarta/velocity/trunk/src/java/org/apache/velocity/texen/Generator.java

2005-01-15 Thread wglass
Author: wglass Date: Fri Jan 14 23:26:40 2005 New Revision: 125254 URL: http://svn.apache.org/viewcvs?view=revrev=125254 Log: fixed parameter intputEncoding which was causing encoding to be ignored. http://issues.apache.org/bugzilla/show_bug.cgi?id=32786 Modified: jakarta/velocity/trunk/src

svn commit: r124633 - in jakarta/velocity/trunk/src/java/org/apache/velocity/runtime: parser/node resource/loader

2005-01-08 Thread wglass
Author: wglass Date: Fri Jan 7 22:13:34 2005 New Revision: 124633 URL: http://svn.apache.org/viewcvs?view=revrev=124633 Log: moved brackets to be in conformance with coding guidelines Modified: jakarta/velocity/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTComment.java

svn commit: r124657 - in jakarta/velocity/trunk/src/java/org/apache/velocity: runtime/parser/node runtime/resource runtime/resource/loader test texen

2005-01-08 Thread wglass
Author: wglass Date: Sat Jan 8 07:41:02 2005 New Revision: 124657 URL: http://svn.apache.org/viewcvs?view=revrev=124657 Log: Fixed brackets to be in accordance with coding style guidelines Modified: jakarta/velocity/trunk/src/java/org/apache/velocity/runtime/parser/node/ASTDirective.java

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

2005-01-06 Thread wglass
Author: wglass Date: Thu Jan 6 06:42:07 2005 New Revision: 124382 URL: http://svn.apache.org/viewcvs?view=revrev=124382 Log: Allow absolute paths with FileResourceLoader http://issues.apache.org/bugzilla/show_bug.cgi?id=17379 Added: jakarta/velocity/trunk/src/java/org/apache/velocity/test

svn commit: r124470 - in jakarta/velocity/trunk: build src/java/org/apache/velocity/runtime/resource/loader src/java/org/apache/velocity/test test/absolute

2005-01-06 Thread wglass
Author: wglass Date: Thu Jan 6 17:27:10 2005 New Revision: 124470 URL: http://svn.apache.org/viewcvs?view=revrev=124470 Log: backed out absolute file name use (r124382) to due security concern Removed: jakarta/velocity/trunk/src/java/org/apache/velocity/test

svn commit: r124199 - /jakarta/velocity/trunk/src/java/org/apache/velocity/runtime/parser/Parser.jj /jakarta/velocity/trunk/src/java/org/apache/velocity/runtime/parser/Parser.jjt /jakarta/velocity/tru

2005-01-05 Thread wglass
Author: wglass Date: Wed Jan 5 05:37:47 2005 New Revision: 124199 URL: http://svn.apache.org/viewcvs?view=revrev=124199 Log: Fix shmo vs correct spelling of schmoo http://issues.apache.org/bugzilla/show_bug.cgi?id=32928 Modified: jakarta/velocity/trunk/src/java/org/apache/velocity/runtime

svn commit: r124208 - /jakarta/velocity/trunk/docs/user-guide.html

2005-01-05 Thread wglass
Author: wglass Date: Wed Jan 5 06:15:18 2005 New Revision: 124208 URL: http://svn.apache.org/viewcvs?view=revrev=124208 Log: removed invalid case substitution example. http://issues.apache.org/bugzilla/show_bug.cgi?id=31615 Modified: jakarta/velocity/trunk/docs/user-guide.html Modified

svn commit: r124214 - in jakarta/velocity/trunk: src/java/org/apache/velocity/context src/java/org/apache/velocity/runtime/parser src/java/org/apache/velocity/runtime/parser/node test/templates test/t

2005-01-05 Thread wglass
Author: wglass Date: Wed Jan 5 06:48:36 2005 New Revision: 124214 URL: http://svn.apache.org/viewcvs?view=revrev=124214 Log: #stop was not working http://issues.apache.org/bugzilla/show_bug.cgi?id=24189 Added: jakarta/velocity/trunk/src/java/org/apache/velocity/runtime/parser/node

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

2005-01-05 Thread wglass
Author: wglass Date: Wed Jan 5 06:26:48 2005 New Revision: 124212 URL: http://svn.apache.org/viewcvs?view=revrev=124212 Log: ClasspathResourceLoader was using wrong ClassLoader. Long discussion here. http://issues.apache.org/bugzilla/show_bug.cgi?id=22419 Modified: jakarta/velocity/trunk

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

2005-01-05 Thread wglass
Author: wglass Date: Wed Jan 5 06:56:50 2005 New Revision: 124215 URL: http://svn.apache.org/viewcvs?view=revrev=124215 Log: Fix potential NPE in DataResourceLoader. http://issues.apache.org/bugzilla/show_bug.cgi?id=19440 Modified: jakarta/velocity/trunk/src/java/org/apache/velocity/runtime

svn commit: r124218 - /jakarta/velocity/trunk/build/testcases.xml /jakarta/velocity/trunk/src/java/org/apache/velocity/anakia/AnakiaTask.java /jakarta/velocity/trunk/test/anakia/velocity.properties

2005-01-05 Thread wglass
Author: wglass Date: Wed Jan 5 07:10:01 2005 New Revision: 124218 URL: http://svn.apache.org/viewcvs?view=revrev=124218 Log: Bug fixed: AnakiaTask does not store templatePath if props file found. http://issues.apache.org/bugzilla/show_bug.cgi?id=21173 Added: jakarta/velocity/trunk/test

<    1   2