nbubna      2004/11/10 23:34:19

  Modified:    xdocs    changes.xml
               docs     changes.html
  Log:
  add recent changes
  
  Revision  Changes    Path
  1.23      +14 -1     jakarta-velocity-tools/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/xdocs/changes.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- changes.xml       22 Jul 2004 01:27:50 -0000      1.22
  +++ changes.xml       11 Nov 2004 07:34:19 -0000      1.23
  @@ -29,6 +29,19 @@
       <subsection name="1.2-dev">
         <p>This section describes changes after the 1.1 release.</p>
         <ul>
  +      <li>Converted VelocityView and VelocityStruts to use a VelocityEngine 
instead of the Velocity singleton.
  +          This means only the servlets log directly to the VelocityEngine 
instance; the tools and other
  +          classes now use commons-logging (which can still be redirected to 
the VVS's VelocityEngine). Also, both
  +          the RenderTool and LogSystemCommonsLog now support either the 
singleton or non-singleton approach. (ndb)</li>
  +      <li>Fixed bad relative URIs in LinkTool when webapp is installed as 
root (#32104, reported by Laurent Dauvilaire). (ndb)</li>
  +      <li>Factored basic pagination code out of AbstractSearchTool into new 
AbstractPagerTool. (ndb)</li>
  +      <li>Make StrutsUtils.errorMarkup() support errors.prefix/suffix 
(#31768, patch by Shinobu Kawai). (ndb)</li>
  +      <li>Fixed ImportSupport bug with multiple calls to 
ImportResponseWrapper.getWriter() or getOutputStream() (#32146, patch by 
Shinobu Kawai). (ndb)</li>
  +      <li>Made DateTool.toDate(Object) accept Number in place of Long. 
(ndb)</li>
  +      <li>Fixed RenderTool NPE when passed null VTL string (#31583, reported 
by Tim Colson). (ndb)</li>
  +      <li>Enable template cache refreshing and global macro autoreloading in 
WebappLoader. (maj)</li>
  +      <li>Stopped using Velocity's dependency jar. (maj)</li>
  +      <li>Upgraded Struts, commons-collections, commons-logging, and 
commons-validator to Struts 1.2.4 versions. (maj)</li>
         <li>Added new SortTool (based on contribution from Brett Sutton). 
(ndb)</li>
         <li>Added MathTool methods for totalling or averaging lists or arrays 
of values (adapted from a contribution by Leon Messerschmidt). (ndb)</li>
         <li>Prevent NPE in RenderTool.recurse() when an evaluation fails. 
(ndb)</li>
  
  
  
  1.15      +13 -0     jakarta-velocity-tools/docs/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/docs/changes.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- changes.html      22 Jul 2004 01:27:50 -0000      1.14
  +++ changes.html      11 Nov 2004 07:34:19 -0000      1.15
  @@ -96,6 +96,19 @@
       <td>
         <p>This section describes changes after the 1.1 release.</p>
   <ul>
  +      <li>Converted VelocityView and VelocityStruts to use a VelocityEngine 
instead of the Velocity singleton.
  +          This means only the servlets log directly to the VelocityEngine 
instance; the tools and other
  +          classes now use commons-logging (which can still be redirected to 
the VVS's VelocityEngine). Also, both
  +          the RenderTool and LogSystemCommonsLog now support either the 
singleton or non-singleton approach. (ndb)</li>
  +      <li>Fixed bad relative URIs in LinkTool when webapp is installed as 
root (#32104, reported by Laurent Dauvilaire). (ndb)</li>
  +      <li>Factored basic pagination code out of AbstractSearchTool into new 
AbstractPagerTool. (ndb)</li>
  +      <li>Make StrutsUtils.errorMarkup() support errors.prefix/suffix 
(#31768, patch by Shinobu Kawai). (ndb)</li>
  +      <li>Fixed ImportSupport bug with multiple calls to 
ImportResponseWrapper.getWriter() or getOutputStream() (#32146, patch by 
Shinobu Kawai). (ndb)</li>
  +      <li>Made DateTool.toDate(Object) accept Number in place of Long. 
(ndb)</li>
  +      <li>Fixed RenderTool NPE when passed null VTL string (#31583, reported 
by Tim Colson). (ndb)</li>
  +      <li>Enable template cache refreshing and global macro autoreloading in 
WebappLoader. (maj)</li>
  +      <li>Stopped using Velocity's dependency jar. (maj)</li>
  +      <li>Upgraded Struts, commons-collections, commons-logging, and 
commons-validator to Struts 1.2.4 versions. (maj)</li>
         <li>Added new SortTool (based on contribution from Brett Sutton). 
(ndb)</li>
         <li>Added MathTool methods for totalling or averaging lists or arrays 
of values (adapted from a contribution by Leon Messerschmidt). (ndb)</li>
         <li>Prevent NPE in RenderTool.recurse() when an evaluation fails. 
(ndb)</li>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to