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 2006/11/22 01:17:54 UTC

svn commit: r477987 - in /jakarta/velocity/tools/trunk: docs/changes.html xdocs/changes.xml

Author: nbubna
Date: Tue Nov 21 16:17:53 2006
New Revision: 477987

URL: http://svn.apache.org/viewvc?view=rev&rev=477987
Log:
add notes on recent changes

Modified:
    jakarta/velocity/tools/trunk/docs/changes.html
    jakarta/velocity/tools/trunk/xdocs/changes.xml

Modified: jakarta/velocity/tools/trunk/docs/changes.html
URL: http://svn.apache.org/viewvc/jakarta/velocity/tools/trunk/docs/changes.html?view=diff&rev=477987&r1=477986&r2=477987
==============================================================================
--- jakarta/velocity/tools/trunk/docs/changes.html (original)
+++ jakarta/velocity/tools/trunk/docs/changes.html Tue Nov 21 16:17:53 2006
@@ -94,7 +94,25 @@
   <tr>
     <td NOWRAP> &nbsp; &nbsp; &nbsp; &nbsp; </td>
     <td>
-      <p>None so far...</p>
+      <p>This section describes changes after the 1.2 release.</p>
+<ul>
+        <li>VELTOOLS-71: Overhauled ant build process: dependencies are now automatically download, jars have manifests, checksums are auto-generated, and more. Also, building with JDK 1.3 is no longer supported. (ndb)</li>
+        <li>Updated license headers and notices to comply with new ASF policy. (henning)</li>
+        <li>Made auto-alternate default of AlternatorTool configurable via toolbox config. (ndb)</li>
+        <li>Add addQueryData(Map) and params(Map) method to LinkTool. Thanks to Mark Brunkhart for this. (ndb)</li>
+        <li>VELTOOLS-56: Fixed a number of problems with ImportSupport. Thanks to Christopher Schultz for this. (ndb)</li>
+        <li>VELTOOLS-67: Add ability to restrict availability of request-scoped tools according to a request path value set in the tool configuration. Thanks to Claude Brisson for this. (ndb)</li>
+        <li>VELTOOLS-68: Change VelocityViewServlet to read logger and resource loader config from velocity.properties file instead of hard-coding it. (henning)</li>
+        <li>Added setAbsolute() and absolute() methods to LinkTool. (ndb)</li>
+        <li>Made default format of DateTool configurable via toolbox definition. (ndb)</li>
+        <li>Deprecated ViewTool and Configurable interfaces. ViewToolInfo has been enhanced to automatically recognize such tools by checking for init(Object) and/or configure(Map) methods. (ndb)</li>
+        <li>Enhanced TextKey trick in MessageTool to make using args and bundles easier. (ndb)</li>
+        <li>Add getInteger() and getDouble() convenience methods to ValueParser. (ndb)</li>
+        <li>Added get() method to StrutsLinkTool to allow syntax like <code>$link.action.saveFoo</code>. (ndb)</li>
+        <li>Added param(), relative(), anchor(), and uri() convenience methods to LinkTool. (ndb)</li>
+        <li>Added currency(), number(), integer(), and percent() convenience methods to NumberTool. (ndb)</li>
+        <li>Changed auto-alternate default in AlternatorTool to match Alternator default.</li>
+        </ul>
 
     </td>
   </tr>
@@ -305,4 +323,4 @@
 
     </table>
     </body>
-    </html>
+    </html>$

Modified: jakarta/velocity/tools/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jakarta/velocity/tools/trunk/xdocs/changes.xml?view=diff&rev=477987&r1=477986&r2=477987
==============================================================================
--- jakarta/velocity/tools/trunk/xdocs/changes.xml (original)
+++ jakarta/velocity/tools/trunk/xdocs/changes.xml Tue Nov 21 16:17:53 2006
@@ -30,7 +30,25 @@
     <p>This document tracks the changes in Velocity Tools between releases.</p>
 
     <subsection name="1.3-dev">
-        <p>None so far...</p>
+        <p>This section describes changes after the 1.2 release.</p>
+        <ul>
+        <li>VELTOOLS-71: Overhauled ant build process: dependencies are now automatically download, jars have manifests, checksums are auto-generated, and more. Also, building with JDK 1.3 is no longer supported. (ndb)</li>
+        <li>Updated license headers and notices to comply with new ASF policy. (henning)</li>
+        <li>Made auto-alternate default of AlternatorTool configurable via toolbox config. (ndb)</li>
+        <li>Add addQueryData(Map) and params(Map) method to LinkTool. Thanks to Mark Brunkhart for this. (ndb)</li>
+        <li>VELTOOLS-56: Fixed a number of problems with ImportSupport. Thanks to Christopher Schultz for this. (ndb)</li>
+        <li>VELTOOLS-67: Add ability to restrict availability of request-scoped tools according to a request path value set in the tool configuration. Thanks to Claude Brisson for this. (ndb)</li>
+        <li>VELTOOLS-68: Change VelocityViewServlet to read logger and resource loader config from velocity.properties file instead of hard-coding it. (henning)</li>
+        <li>Added setAbsolute() and absolute() methods to LinkTool. (ndb)</li>
+        <li>Made default format of DateTool configurable via toolbox definition. (ndb)</li>
+        <li>Deprecated ViewTool and Configurable interfaces. ViewToolInfo has been enhanced to automatically recognize such tools by checking for init(Object) and/or configure(Map) methods. (ndb)</li>
+        <li>Enhanced TextKey trick in MessageTool to make using args and bundles easier. (ndb)</li>
+        <li>Add getInteger() and getDouble() convenience methods to ValueParser. (ndb)</li>
+        <li>Added get() method to StrutsLinkTool to allow syntax like <code>$link.action.saveFoo</code>. (ndb)</li>
+        <li>Added param(), relative(), anchor(), and uri() convenience methods to LinkTool. (ndb)</li>
+        <li>Added currency(), number(), integer(), and percent() convenience methods to NumberTool. (ndb)</li>
+        <li>Changed auto-alternate default in AlternatorTool to match Alternator default.</li>
+        </ul>
     </subsection>
 
     <subsection name="1.2">



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