You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by nb...@apache.org on 2003/11/06 07:51:47 UTC

cvs commit: jakarta-velocity-tools/xdocs changes.xml

nbubna      2003/11/05 22:51:47

  Modified:    xdocs    changes.xml
  Log:
  add recent changes
  
  Revision  Changes    Path
  1.8       +10 -2     jakarta-velocity-tools/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/xdocs/changes.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- changes.xml	20 Oct 2003 05:29:17 -0000	1.7
  +++ changes.xml	6 Nov 2003 06:51:47 -0000	1.8
  @@ -9,11 +9,19 @@
     <section name="Velocity Tools Changes">
       <p>This document tracks the changes in Velocity Tools between releases.</p>
   
  -    <subsection name="1.1-dev">
  +    <subsection name="1.1-beta">
         <p>This section describes changes after the 1.0 release.</p>
         <ul>
  +      <li>De-staticized MathTool to make it extendable. (ndb)</li>
  +      <li>Factored common functionality of ErrorsTool, MessageTool, and ActionMessagesTool into abstract MessageResourcesTool. (ndb)</li>
  +      <li>Added ImportTool as a simple ImportSupport-based tool. (maj)</li>
  +      <li>Converted TilesTool to extend ImportSupport.  
  +          This allows easy mixing of view technologies (JSP, Velocity, etc.) in 
  +          VelocityStruts applications. (thanks go to Matthew Payne for the idea!) (maj)</li>
  +      <li>Added ImportSupport class for building tools that can import resources 
  +          from local or remote URLS. (maj)</li>
         <li>Overhauled DateTool to make it more extendable, user-friendly, and add support for standard, localized date-time styles (see DateTool javadoc for more). (ndb)</li>
  -      <li>Added support for specifying message resource bundles to StrutsUtils, ErrorsTool, and MessageTool. (maj,ndb)</li>
  +      <li>Added support for specifying message resource bundles to StrutsUtils, ErrorsTool, ActionMessagesTool, and MessageTool. (maj,ndb)</li>
         <li>Added commons-validator (1.0.2) and sslext jars to library. (maj)</li>
         <li>Added SecureLinkTool for using Struts SSL Extension with VelocityStruts. (maj)</li>
         <li>Added ValidatorTool to provide Struts 1.1 javascript validation for VelocityStruts. (maj)</li>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org