svn commit: r983233 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ScopeInterceptor.java

2010-08-07 Thread davenewton
Author: davenewton Date: Sat Aug 7 14:29:30 2010 New Revision: 983233 URL: http://svn.apache.org/viewvc?rev=983233&view=rev Log: Updated docs to reflect that setting type to anything but 'start' or 'end' throws an IllegalArgumentException Modified: struts/struts2/

svn commit: r586974 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/RequestAware.java

2007-10-21 Thread davenewton
Author: davenewton Date: Sun Oct 21 16:33:53 2007 New Revision: 586974 URL: http://svn.apache.org/viewvc?rev=586974&view=rev Log: RequestAware JavaDoc clarification. Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/RequestAware.java Modified: struts/str

svn commit: r589867 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/views/xslt/XSLTResult.java

2007-10-29 Thread davenewton
Author: davenewton Date: Mon Oct 29 14:45:12 2007 New Revision: 589867 URL: http://svn.apache.org/viewvc?rev=589867&view=rev Log: Closing xsl tag typo. Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/views/xslt/XSLTResult.java Modified: struts/struts2/trunk/core

svn commit: r594370 - /struts/struts2/trunk/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/AbstractValidateBean.java

2007-11-12 Thread davenewton
Author: davenewton Date: Mon Nov 12 16:51:00 2007 New Revision: 594370 URL: http://svn.apache.org/viewvc?rev=594370&view=rev Log: Spelling error in tag param description. Modified: struts/struts2/trunk/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/AbstractValidateBean.

svn commit: r595334 - /struts/struts2/trunk/core/src/site/resources/tags/ajax/a.html

2007-11-15 Thread davenewton
Author: davenewton Date: Thu Nov 15 07:38:46 2007 New Revision: 595334 URL: http://svn.apache.org/viewvc?rev=595334&view=rev Log: I guess the taglib HTML docs are under source control. Modified: struts/struts2/trunk/core/src/site/resources/tags/ajax/a.html Modified: struts/struts2/t

svn commit: r595336 - in /struts/struts2/trunk/core/src: main/java/org/apache/struts2/views/jsp/iterator/IteratorGeneratorTag.java test/java/org/apache/struts2/views/jsp/IteratorGeneratorTagTest.java

2007-11-15 Thread davenewton
Author: davenewton Date: Thu Nov 15 07:41:41 2007 New Revision: 595336 URL: http://svn.apache.org/viewvc?rev=595336&view=rev Log: https://issues.apache.org/struts/browse/WW-2322 Now putting generated collection into stack context (not pageContext) Modified: struts/struts2/trunk/core

svn commit: r595360 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/views/jsp/iterator/IteratorGeneratorTag.java

2007-11-15 Thread davenewton
Author: davenewton Date: Thu Nov 15 09:04:56 2007 New Revision: 595360 URL: http://svn.apache.org/viewvc?rev=595360&view=rev Log: Fixed broken typecast (would have cast Double to Long; boom). Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/views/jsp/iter

svn commit: r595363 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/views/jsp/iterator/SubsetIteratorTag.java

2007-11-15 Thread davenewton
Author: davenewton Date: Thu Nov 15 09:08:58 2007 New Revision: 595363 URL: http://svn.apache.org/viewvc?rev=595363&view=rev Log: Same Double/Long cast issue as in IteratorGeneratorTag. Now casting instanceof Double to a Double (not Long). Modified: struts/struts2/trunk/core/src/main/

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

2007-11-16 Thread davenewton
Author: davenewton Date: Fri Nov 16 09:21:05 2007 New Revision: 595746 URL: http://svn.apache.org/viewvc?rev=595746&view=rev Log: JavaDoc spelling and grammar ;) Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/URL.java Modified: struts/struts2/trunk/

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

2007-11-16 Thread davenewton
Author: davenewton Date: Fri Nov 16 18:22:22 2007 New Revision: 595898 URL: http://svn.apache.org/viewvc?rev=595898&view=rev Log: Minor JavaDoc additions. Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Include.java Modified: struts/struts2/trunk/core

svn commit: r603750 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/TokenInterceptor.java

2007-12-12 Thread davenewton
Author: davenewton Date: Wed Dec 12 13:55:01 2007 New Revision: 603750 URL: http://svn.apache.org/viewvc?rev=603750&view=rev Log: Very minor JavaDoc spelling. Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/TokenInterceptor.java Modified: struts/str

svn commit: r604737 - /struts/struts2/trunk/core/src/main/resources/template/simple/optiontransferselect.ftl

2007-12-16 Thread davenewton
Author: davenewton Date: Sun Dec 16 15:14:16 2007 New Revision: 604737 URL: http://svn.apache.org/viewvc?rev=604737&view=rev Log: Patch for optiontransferselect.ftl null doubleListValue issue from Dale Newfield. See thread at http://www.nabble.com/-struts--2.0.11--optiontransferselect-l

svn commit: r610622 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ProfilingActivationInterceptor.java

2008-01-09 Thread davenewton
Author: davenewton Date: Wed Jan 9 16:39:57 2008 New Revision: 610622 URL: http://svn.apache.org/viewvc?rev=610622&view=rev Log: HTML-escaped example snippet tag brackets. Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ProfilingActivationInterceptor.

svn commit: r610634 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/interceptor/ProfilingActivationInterceptor.java

2008-01-09 Thread davenewton
Author: davenewton Date: Wed Jan 9 17:33:25 2008 New Revision: 610634 URL: http://svn.apache.org/viewvc?rev=610634&view=rev Log: Trying to get snippet to show up right; sorry :( Other snippets work right. Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/interce

svn commit: r628341 - /struts/struts2/trunk/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/TreeNode.java

2008-02-16 Thread davenewton
Author: davenewton Date: Sat Feb 16 08:09:48 2008 New Revision: 628341 URL: http://svn.apache.org/viewvc?rev=628341&view=rev Log: Minor JavaDoc cleanup. Modified: struts/struts2/trunk/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/TreeNode.java Modified: struts/str

svn commit: r628509 - /struts/maven/trunk/pom/pom.xml

2008-02-17 Thread davenewton
Author: davenewton Date: Sun Feb 17 08:41:53 2008 New Revision: 628509 URL: http://svn.apache.org/viewvc?rev=628509&view=rev Log: Added Dave newton developer Modified: struts/maven/trunk/pom/pom.xml Modified: struts/maven/trunk/pom/pom.xml URL: http://svn.apache.org/viewvc/struts/m

svn commit: r651634 - /struts/struts2/trunk/plugins/jasperreports/src/main/java/org/apache/struts2/views/jasperreports/JasperReportsResult.java

2008-04-25 Thread davenewton
Author: davenewton Date: Fri Apr 25 09:04:45 2008 New Revision: 651634 URL: http://svn.apache.org/viewvc?rev=651634&view=rev Log: WW-2365 - https://issues.apache.org/struts/browse/WW-2365 - Added support for both report and export parameters. - Minor refactoring: - Moved some init and ou

svn commit: r651635 - /struts/struts2/trunk/plugins/jasperreports/src/main/java/org/apache/struts2/views/jasperreports/JasperReportsResult.java

2008-04-25 Thread davenewton
Author: davenewton Date: Fri Apr 25 09:08:56 2008 New Revision: 651635 URL: http://svn.apache.org/viewvc?rev=651635&view=rev Log: Removed unused import. Modified: struts/struts2/trunk/plugins/jasperreports/src/main/java/org/apache/struts2/views/jasperreports/JasperReportsResult.

svn commit: r651638 - /struts/struts2/trunk/plugins/jasperreports/src/main/java/org/apache/struts2/views/jasperreports/JasperReportsResult.java

2008-04-25 Thread davenewton
Author: davenewton Date: Fri Apr 25 09:18:06 2008 New Revision: 651638 URL: http://svn.apache.org/viewvc?rev=651638&view=rev Log: Added reportParameters and exportParameters to the "params" snippet. Modified: struts/struts2/trunk/plugins/jasperreports/src/main/java/org/apache

svn commit: r655091 - /struts/struts2/trunk/plugins/rest/pom.xml

2008-05-10 Thread davenewton
Author: davenewton Date: Sat May 10 07:01:25 2008 New Revision: 655091 URL: http://svn.apache.org/viewvc?rev=655091&view=rev Log: Changed name to "Struts 2 REST Plugin" (was "Struts 2 Plugin"). Modified: struts/struts2/trunk/plugins/rest/pom.xml Modified: struts/st

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

2008-05-21 Thread davenewton
Author: davenewton Date: Wed May 21 05:16:53 2008 New Revision: 658646 URL: http://svn.apache.org/viewvc?rev=658646&view=rev Log: Minor TLD doc spelling. Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/UIBean.java Modified: struts/struts2/trunk/core

svn commit: r658958 - in /struts/struts2/trunk/plugins/dojo/src/main/java/org/apache/struts2/dojo/components: Bind.java Submit.java

2008-05-21 Thread davenewton
Author: davenewton Date: Wed May 21 17:39:06 2008 New Revision: 658958 URL: http://svn.apache.org/viewvc?rev=658958&view=rev Log: Minor spelling Modified: struts/struts2/trunk/plugins/dojo/src/main/java/org/apache/struts2/dojo/components/Bind.java struts/struts2/trunk/plugins/dojo

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

2008-06-17 Thread davenewton
Author: davenewton Date: Tue Jun 17 06:54:54 2008 New Revision: 668673 URL: http://svn.apache.org/viewvc?rev=668673&view=rev Log: Cool OGNL treachery, Jan's comments. Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/IteratorComponent.java Modified

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

2008-06-20 Thread davenewton
Author: davenewton Date: Fri Jun 20 17:53:24 2008 New Revision: 670109 URL: http://svn.apache.org/viewvc?rev=670109&view=rev Log: Upcased "-Disposition" as per RFC-1896/Bob's suggestion. http://www.ietf.org/rfc/rfc1806.txt Modified: struts/struts2/trunk/core/src/m

svn commit: r684566 - /struts/struts2/trunk/plugins/codebehind/src/main/java/org/apache/struts2/config/ClasspathPackageProvider.java

2008-08-10 Thread davenewton
Author: davenewton Date: Sun Aug 10 11:19:28 2008 New Revision: 684566 URL: http://svn.apache.org/viewvc?rev=684566&view=rev Log: Minor JavaDoc change; the perils of ^V. Or Cmd-V for those of us with Macs. Modified: struts/struts2/trunk/plugins/codebehind/src/main/java/org/apache/str

svn commit: r692578 - /struts/struts2/trunk/core/src/main/resources/template/xhtml/validation.js

2008-09-05 Thread davenewton
Author: davenewton Date: Fri Sep 5 16:30:16 2008 New Revision: 692578 URL: http://svn.apache.org/viewvc?rev=692578&view=rev Log: Added check for element's existence when adding error class to field label; it was broken when an element used "simple" theme. Gotta chan

svn commit: r692661 - /struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/org/apache/struts2/default.properties

2008-09-06 Thread davenewton
Author: davenewton Date: Sat Sep 6 08:26:29 2008 New Revision: 692661 URL: http://svn.apache.org/viewvc?rev=692661&view=rev Log: Changed includeParams default to "none". Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/org/apache/struts2/default.proper

svn commit: r692662 - /struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties

2008-09-06 Thread davenewton
Author: davenewton Date: Sat Sep 6 08:27:21 2008 New Revision: 692662 URL: http://svn.apache.org/viewvc?rev=692662&view=rev Log: Changed includeParams default to "none". Modified: struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties Modified:

svn commit: r692669 - /struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/org/apache/struts2/default.properties

2008-09-06 Thread davenewton
Author: davenewton Date: Sat Sep 6 08:46:52 2008 New Revision: 692669 URL: http://svn.apache.org/viewvc?rev=692669&view=rev Log: Backing out premature change :( Modified: struts/struts2/branches/STRUTS_2_0_X/core/src/main/resources/org/apache/struts2/default.properties Modified: st

svn commit: r692670 - /struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties

2008-09-06 Thread davenewton
Author: davenewton Date: Sat Sep 6 08:47:06 2008 New Revision: 692670 URL: http://svn.apache.org/viewvc?rev=692670&view=rev Log: Backing out premature change :( Modified: struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties Modified: struts/struts2/t

svn commit: r721838 - /struts/struts2/trunk/plugins/portlet/src/main/java/org/apache/struts2/portlet/result/PortletActionRedirectResult.java

2008-11-30 Thread davenewton
Author: davenewton Date: Sun Nov 30 08:04:46 2008 New Revision: 721838 URL: http://svn.apache.org/viewvc?rev=721838&view=rev Log: Fix for WW-2889 Use StringBuilder instead of StringBuffer; UrlHelper:r720222 change. Modified: struts/struts2/trunk/plugins/portlet/src/main/java/org/ap

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/str

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

svn commit: r727190 - /struts/sandbox/trunk/struts2-javatemplates-plugin/src/test/java/org/apache/struts2/views/java/simple/FieldErrorTest.java

2008-12-16 Thread davenewton
Author: davenewton Date: Tue Dec 16 14:07:04 2008 New Revision: 727190 URL: http://svn.apache.org/viewvc?rev=727190&view=rev Log: Fixed testRenderFieldErrorWithoutFieldName test. Modified: struts/sandbox/trunk/struts2-javatemplates-plugin/src/test/java/org/apache/struts2/views/java/si

svn commit: r728752 - /struts/struts2/trunk/plugins/javatemplates/src/main/java/org/apache/struts2/views/java/simple/

2008-12-22 Thread davenewton
Author: davenewton Date: Mon Dec 22 11:38:13 2008 New Revision: 728752 URL: http://svn.apache.org/viewvc?rev=728752&view=rev Log: Removed override annotations. Modified: struts/struts2/trunk/plugins/javatemplates/src/main/java/org/apache/struts2/views/java/si

svn commit: r739661 - in /struts/maven/trunk/struts2-archetype-blank: ./ src/main/resources/META-INF/ src/main/resources/META-INF/maven/ src/main/resources/archetype-resources/ src/main/resources/arch

2009-01-31 Thread davenewton
Author: davenewton Date: Sun Feb 1 00:06:00 2009 New Revision: 739661 URL: http://svn.apache.org/viewvc?rev=739661&view=rev Log: Updated struts2 blank archetype; work in progress, but functional. Added: struts/maven/trunk/struts2-archetype-blank/src/main/resources/META-INF/m