You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by nb...@apache.org on 2006/12/08 20:48:04 UTC

svn commit: r484713 - /velocity/tools/trunk/xdocs/changes.xml

Author: nbubna
Date: Fri Dec  8 11:48:04 2006
New Revision: 484713

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

Modified:
    velocity/tools/trunk/xdocs/changes.xml

Modified: velocity/tools/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/xdocs/changes.xml?view=diff&rev=484713&r1=484712&r2=484713
==============================================================================
--- velocity/tools/trunk/xdocs/changes.xml (original)
+++ velocity/tools/trunk/xdocs/changes.xml Fri Dec  8 11:48:04 2006
@@ -32,6 +32,12 @@
     <subsection name="1.3-dev">
         <p>This section describes changes after the 1.2 release.</p>
         <ul>
+        <li>Replaced "layout" example with new "showcase" example to interactively demonstrate all tools and the VelocityLayoutServlet. (ndb)</li>
+        <li>Added auto() and manual() methods to AlternatorTool and deprecated the make() methods that took a boolean parameter. (ndb)</li>
+        <li>Added getAll() method to ParameterParser to retrieve map of all params via <code>$params.all</code>. (ndb)</li>
+        <li>Added configurable getSelf() function to LinkTool to make self-referencing links easier. (ndb)</li>
+        <li>Added create() methods to CookieTool to support more complex Cookie creation. (ndb)</li>
+        <li>Added ContextTool for convenient access to context data and meta-data. (ndb)</li>
         <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>