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/10/16 21:58:36 UTC

cvs commit: jakarta-velocity-tools/docs changes.html index.html

nbubna      2003/10/16 12:58:36

  Modified:    docs/struts index.html
               docs     changes.html index.html
  Log:
  sync to xdocs changes
  
  Revision  Changes    Path
  1.7       +8 -8      jakarta-velocity-tools/docs/struts/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/docs/struts/index.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- index.html	8 Sep 2003 19:22:18 -0000	1.6
  +++ index.html	16 Oct 2003 19:58:36 -0000	1.7
  @@ -214,20 +214,20 @@
     <tr>
       <td NOWRAP> &nbsp; &nbsp; &nbsp; &nbsp; </td>
       <td>
  -      <p>Well, since our 1.0 release, we've been busy.  Thanks in large part to the
  -        efforts of our newest committer on the project (Marino), we've already
  -        implemented support for most of the new features in Struts 1.1.  The latest
  -        nightly builds include support for ActionMessages, Tiles, and Modules, among
  -        numerous other improvements.  We still haven't developed down support for 
  -        Struts 1.1's validator javascript functions, but we hope to have it soon.</p>
  +      <p>Well, since our 1.0 release, we've been <a href="../changes.html">busy</a>.  Thanks in large part to the
  +        efforts of our newest committer on the project (Marino), we've now
  +        implemented support for all of the new features in Struts 1.1.  The latest
  +        nightly builds include support for ActionMessages, Tiles, javascript validation, 
  +        and modules, among numerous other improvements.</p>
   <p>In the meantime, here's a few tips for using Velocity Tools with Struts 1.1:
           
           <ol>
  -          <li>Those missing Tiles should check out the
  +          <li>Tiles alternatives:
             <a href="http://jakarta.apache.org/velocity/tools/view/layoutservlet.html">VelocityLayoutServlet</a>
             or the disscusion <a href="http://www.mail-archive.com/struts-user@jakarta.apache.org/msg63487.html">here</a></li>
  -          <li>Wanna use Validator? There's some example code
  +          <li>Wanna use Validator? There's some example code 
             <a href="http://www.mail-archive.com/velocity-user@jakarta.apache.org/msg09167.html">here</a></li>
  +          (though this doesn't demonstrate new client-side validation feature).
           </ol>
           </p>
   <p>Hopefully, we'll be able to get a Velocity Tools 1.1 release out the door
  
  
  
  1.2       +9 -1      jakarta-velocity-tools/docs/changes.html
  
  Index: changes.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/docs/changes.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes.html	7 Aug 2003 05:27:16 -0000	1.1
  +++ changes.html	16 Oct 2003 19:58:36 -0000	1.2
  @@ -95,6 +95,14 @@
       <td>
         <p>This section describes changes after the 1.0 release.</p>
   <ul>
  +      <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>
  +      <li>output.encoding property (if non-default) is appended to default content-type as the charset. (ndb)</li>
  +      <li>VelocityViewServlet now uses response.getWriter() instead of response.getOutputStream() as suggested by Matthew Payne. (ndb)</li>
  +      <li>Improved VelocityViewServlet error handling (exceptions are logged and error() is now more robust). (ndb)</li>
  +      <li>Put VelocityViewServlet's requestCleanup() call in a 'finally' clause to allow clean after errors during a request. (dlr)</li>
  +      <li>Fixed miscellaneous javadoc and doc typos (many of which were reported by Takayoshi Kimura) (ndb)</li>
         <li>Allow system to reclaim objects held by pooled writers in VelocityViewServlet (see bug 18951) (ndb)</li>
         <li>Changed LinkTool to automatically check for XHTML setting (ndb)</li>
         <li>Added support for standard XHTML mode setting via toolbox config (ndb)</li>
  @@ -106,7 +114,7 @@
         <li>Added TilesTool (maj)</li>
         <li>Allow subclasses of VelocityViewServlet to use different ToolboxManager implementations (ndb)</li>
         <li>Added CookieTool (contributed by Dmitri Colebatch) (ndb)</li>
  -      <li>Added demo of &lt;data&gt; elements to simple VelocityStruts example (ndb)</li>
  +      <li>Added demo of &lt;data&gt; elements to simple VelocityView example (ndb)</li>
         <li>Made simple VelocityStruts example catch Commons-Logging output with LogSystemCommonsLog (ndb)</li>
         <li>Convert toolbox setup to use Digester instead of dom4j (ndb)</li>
         <li>Added LogSystemCommonsLog and CommonsLogLogSystem to provide bridges between Commons-Logging and Velocity's LogSystem (ndb)</li>
  
  
  
  1.5       +2 -2      jakarta-velocity-tools/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/docs/index.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.html	7 Aug 2003 05:27:16 -0000	1.4
  +++ index.html	16 Oct 2003 19:58:36 -0000	1.5
  @@ -257,9 +257,9 @@
             <ul>
               <li>Documentation (patches for the site or additions to the Wiki)</li>
               <li>Improving the example apps</li>
  -            <li>Support for Struts 1.1 features</li>
  +            <li>Contributing to the <a href="http://nagoya.apache.org/wiki/apachewiki.cgi?VelocimacroLibraries">VelocimacroLibraries</a></li>
             </ul>
  -        Other project goals can be found in the project 
  +        Other project goals and proposals can be found in the project 
           <a href="http://cvs.apache.org/viewcvs/jakarta-velocity-tools/STATUS">STATUS</a>
           file.</p>
   
  
  
  

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