Author: mrdon Date: Sun May 7 10:33:11 2006 New Revision: 404805 URL: http://svn.apache.org/viewcvs?rev=404805&view=rev Log: Updating release notes, implementing Paul's cleanups
Added: struts/action/trunk/src/site/xdoc/userGuide/release-notes-1.3.2.xml - copied unchanged from r404802, struts/action/trunk/src/site/xdoc/userGuide/release-notes.xml Removed: struts/action/trunk/src/site/xdoc/userGuide/release-notes.xml Modified: struts/action/trunk/src/site/xdoc/userGuide/index.xml struts/action/trunk/src/site/xdoc/userGuide/release-notes-1.3.1.xml Modified: struts/action/trunk/src/site/xdoc/userGuide/index.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/src/site/xdoc/userGuide/index.xml?rev=404805&r1=404804&r2=404805&view=diff ============================================================================== --- struts/action/trunk/src/site/xdoc/userGuide/index.xml (original) +++ struts/action/trunk/src/site/xdoc/userGuide/index.xml Sun May 7 10:33:11 2006 @@ -436,6 +436,26 @@ <a href="release-notes.html">6.1 Release Notes</a> <ul> <li> + <a href="release-notes-1.3.2.html">Release + Notes 1.3.2</a> + </li> + <li> + <a href="release-notes-1.3.1.html">Release + Notes 1.3.1</a> <i>(Test Build)</i> + </li> + <li> + <a href="release-notes-1.2.8.html">Release + Notes 1.2.8</a> + </li> + <li> + <a href="release-notes-1.2.7.html">Release + Notes 1.2.7</a> + </li> + <li> + <a href="release-notes-1.2.4.html">Release + Notes 1.2.4</a> + </li> + <li> <a href="release-notes-1.1.html">Release Notes 1.1</a> </li> Modified: struts/action/trunk/src/site/xdoc/userGuide/release-notes-1.3.1.xml URL: http://svn.apache.org/viewcvs/struts/action/trunk/src/site/xdoc/userGuide/release-notes-1.3.1.xml?rev=404805&r1=404804&r2=404805&view=diff ============================================================================== --- struts/action/trunk/src/site/xdoc/userGuide/release-notes-1.3.1.xml (original) +++ struts/action/trunk/src/site/xdoc/userGuide/release-notes-1.3.1.xml Sun May 7 10:33:11 2006 @@ -291,6 +291,7 @@ </li> </ul> + <a name="composable-request-processor" /> <h4>Composable Request Processor</h4> <p> In prior versions, the request processing guantlet is @@ -371,6 +372,7 @@ Processor. </p> + <a name="arbitrary-config" /> <h4>Arbitrary configuration properties</h4> <p> Most every Struts configuration element now accepts a map @@ -460,6 +462,7 @@ the legacy Request Processor included in Struts Action 1.3. </p> + <a name="enhanced-exception" /> <h4>Enhanced Global Exception Handlers</h4> <p> We now support use of global exception handlers in cases @@ -498,6 +501,7 @@ /> </source> + <a name="extends-attr" /> <h4>Extends attribute</h4> <p> In the Struts configuration file, @@ -539,6 +543,7 @@ it's easier to see the forest for the trees. </p> + <a name="isCommitted" /> <h4>"isCommitted" Exception Handling</h4> <p> When using Tiles, sometimes the response is already @@ -570,6 +575,7 @@ </exception> </source> + <a name="postback" /> <h4>Postback Forms</h4> <p> The action attribute of the Form taglib is now optional. @@ -581,6 +587,7 @@ onsubmit="return validateLogonForm(this);"> </source> + <a name="wildcard-props" /> <h4>Wildcard ActionConfig properties</h4> <p> Wildcards can now be used in the properties of an