svn commit: r722386 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/Dispatcher.java

2008-12-01 Thread wesw
Author: wesw Date: Mon Dec 1 22:41:52 2008 New Revision: 722386 URL: http://svn.apache.org/viewvc?rev=722386&view=rev Log: incorporating Concurrency API. Per WW-2880, thanks for the patch Mathias Bogaert Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatcher/Dispatc

svn commit: r722375 - in /struts/struts2/trunk/core/src: main/resources/template/css_xhtml/ main/resources/template/simple/ main/resources/template/xhtml/ test/resources/org/apache/struts2/views/jsp/u

2008-12-01 Thread wesw
Author: wesw Date: Mon Dec 1 21:19:57 2008 New Revision: 722375 URL: http://svn.apache.org/viewvc?rev=722375&view=rev Log: moving CSS class declaration to the UL tag to make styling more flexible. Per WW-2655 Modified: struts/struts2/trunk/core/src/main/resources/template/css_xhtml/styles.c

svn commit: r722331 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/URL.java

2008-12-01 Thread davenewton
Author: davenewton Date: Mon Dec 1 18:04:42 2008 New Revision: 722331 URL: http://svn.apache.org/viewvc?rev=722331&view=rev Log: Updated URL component's default value documentation to reflect WW-2901 change; now "none". I don't think I like this lack of cohesion in cases like this; if the defau

svn commit: r722328 - in /struts/struts2/trunk/core/src: main/resources/org/apache/struts2/default.properties test/java/org/apache/struts2/config/SettingsTest.java test/resources/struts.properties

2008-12-01 Thread davenewton
Author: davenewton Date: Mon Dec 1 17:56:24 2008 New Revision: 722328 URL: http://svn.apache.org/viewvc?rev=722328&view=rev Log: Includes test update; changing struts.properties requires non-intuitive test change :/ Modified: struts/struts2/trunk/core/src/main/resources/org/apache/struts2/

svn commit: r722219 - in /struts/sandbox/trunk/struts2-convention-plugin/src: main/java/org/apache/struts2/convention/ main/resources/ test/java/org/apache/struts2/convention/

2008-12-01 Thread musachy
Author: musachy Date: Mon Dec 1 12:41:26 2008 New Revision: 722219 URL: http://svn.apache.org/viewvc?rev=722219&view=rev Log: WW-2576 Add config setting packageLocatorBase, so only packages that start with that name will be scanned. Thanks to Piero Sartini for patch Modified: struts/sandb

svn commit: r722198 - in /struts/struts2/trunk/core/src: main/java/org/apache/struts2/components/ main/java/org/apache/struts2/views/jsp/ui/ site/resources/tags/ test/java/org/apache/struts2/views/jsp

2008-12-01 Thread musachy
Author: musachy Date: Mon Dec 1 11:49:00 2008 New Revision: 722198 URL: http://svn.apache.org/viewvc?rev=722198&view=rev Log: WW-2671 Add fieldName attribute to FieldErrorTag Thanks to David Evans for the patch Added: struts/struts2/trunk/core/src/test/resources/org/apache/struts2/views/js

svn commit: r722163 - in /struts/sandbox/trunk/struts2-portlet2-plugin/src/main/java/org/apache/struts2/portlet: context/PortletActionContext.java result/PortletResult.java util/PortletUrlHelper.java

2008-12-01 Thread nilsga
Author: nilsga Date: Mon Dec 1 10:34:38 2008 New Revision: 722163 URL: http://svn.apache.org/viewvc?rev=722163&view=rev Log: Fix for proper resource rendering (AJAX). Patch by Philipp Anokhin. Thanks! Modified: struts/sandbox/trunk/struts2-portlet2-plugin/src/main/java/org/apache/struts2/po

svn commit: r722162 - /struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml

2008-12-01 Thread nilsga
Author: nilsga Date: Mon Dec 1 10:33:20 2008 New Revision: 722162 URL: http://svn.apache.org/viewvc?rev=722162&view=rev Log: Updated version and added test dep Modified: struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml Modified: struts/sandbox/trunk/struts2-portlet2-plugin/pom.xml URL:

svn commit: r722161 - /struts/sandbox/trunk/struts2-portlet2-plugin/src/main/java/org/apache/struts2/portlet/result/PortletActionRedirectResult.java

2008-12-01 Thread nilsga
Author: nilsga Date: Mon Dec 1 10:32:05 2008 New Revision: 722161 URL: http://svn.apache.org/viewvc?rev=722161&view=rev Log: Updated to use StringBuilder Modified: struts/sandbox/trunk/struts2-portlet2-plugin/src/main/java/org/apache/struts2/portlet/result/PortletActionRedirectResult.java

svn commit: r722160 - /struts/sandbox/trunk/struts2-portlet2-plugin/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java

2008-12-01 Thread nilsga
Author: nilsga Date: Mon Dec 1 10:31:09 2008 New Revision: 722160 URL: http://svn.apache.org/viewvc?rev=722160&view=rev Log: Updated to new interface Modified: struts/sandbox/trunk/struts2-portlet2-plugin/src/main/java/org/apache/struts2/components/PortletUrlRenderer.java Modified: struts

svn commit: r722159 - in /struts/struts2/trunk/core/src: main/java/org/apache/struts2/components/ main/java/org/apache/struts2/views/jsp/ site/resources/tags/ test/java/org/apache/struts2/views/jsp/

2008-12-01 Thread musachy
Author: musachy Date: Mon Dec 1 10:24:52 2008 New Revision: 722159 URL: http://svn.apache.org/viewvc?rev=722159&view=rev Log: WW-255 Add escapeJavaScript attribute to propertyTag Thanks to Jelmer Kuperus for patch. Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/compon

svn commit: r722124 - in /struts/struts2/trunk/core/src: main/java/org/apache/struts2/dispatcher/StreamResult.java test/java/org/apache/struts2/dispatcher/StreamResultTest.java

2008-12-01 Thread musachy
Author: musachy Date: Mon Dec 1 08:47:29 2008 New Revision: 722124 URL: http://svn.apache.org/viewvc?rev=722124&view=rev Log: WW-2625 Add allowCaching attribute to StreamResult Thanks to Al Sutton for the patch. Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/dispatch

Issues Opened: week of 2008-12-01

2008-12-01 Thread dblevins
Struts2 - Monday, December 1, 2008 9 opened in last 7 days [WW-2891] Replace deprecated operators in FreeMarker - Type: Improvement - Reporter: Musachy Barroso - Components: [Other] - Affects Versions: [] - http://issues.apache.org/struts/browse/WW-2891 [

[CONF] Confluence Changes in the last 24 hours

2008-12-01 Thread confluence
- This is a daily summary of all recent changes in Confluence. - Updated Spaces: - Apache Cam