svn commit: r1436526 - in /struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/conversion: annotations/Conversion.java impl/XWorkConverter.java

2013-01-21 Thread lukaszlenart
Author: lukaszlenart Date: Mon Jan 21 18:13:32 2013 New Revision: 1436526 URL: http://svn.apache.org/viewvc?rev=1436526view=rev Log: WW-3829 adds better logging and improve example in JavaDoc Modified: struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/conversion

svn commit: r1436528 - /struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/conversion/annotations/Conversion.java

2013-01-21 Thread lukaszlenart
Author: lukaszlenart Date: Mon Jan 21 18:17:13 2013 New Revision: 1436528 URL: http://svn.apache.org/viewvc?rev=1436528view=rev Log: WW-3829 moves link to wiki Modified: struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/conversion/annotations/Conversion.java Modified

svn commit: r1436637 - in /struts/struts2/trunk/plugins/javatemplates/src: main/java/org/apache/struts2/views/java/simple/AnchorHandler.java test/java/org/apache/struts2/views/java/simple/AnchorTest.j

2013-01-21 Thread lukaszlenart
Author: lukaszlenart Date: Mon Jan 21 21:47:13 2013 New Revision: 1436637 URL: http://svn.apache.org/viewvc?rev=1436637view=rev Log: WW-3920 adds support for scripting events Modified: struts/struts2/trunk/plugins/javatemplates/src/main/java/org/apache/struts2/views/java/simple

svn commit: r1436643 - /struts/struts2/trunk/plugins/javatemplates/src/main/java/org/apache/struts2/views/java/JavaTemplateEngine.java

2013-01-21 Thread lukaszlenart
Author: lukaszlenart Date: Mon Jan 21 21:52:34 2013 New Revision: 1436643 URL: http://svn.apache.org/viewvc?rev=1436643view=rev Log: WW-3922 uses default template engine to support cooperation with other plugins Modified: struts/struts2/trunk/plugins/javatemplates/src/main/java/org/apache

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

2013-01-21 Thread lukaszlenart
Author: lukaszlenart Date: Mon Jan 21 22:07:08 2013 New Revision: 1436650 URL: http://svn.apache.org/viewvc?rev=1436650view=rev Log: WW-3912 adds proper support for checked attribute Modified: struts/struts2/trunk/plugins/javatemplates/src/main/java/org/apache/struts2/views/java/simple

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

2013-01-21 Thread lukaszlenart
Author: lukaszlenart Date: Mon Jan 21 22:23:18 2013 New Revision: 1436660 URL: http://svn.apache.org/viewvc?rev=1436660view=rev Log: WW-3919 adds proper logic to render id attribute Modified: struts/struts2/trunk/plugins/javatemplates/src/main/java/org/apache/struts2/views/java/simple

svn commit: r1436866 - /struts/struts2/trunk/apps/mailreader/src/main/resources/log4j.properties

2013-01-22 Thread lukaszlenart
Author: lukaszlenart Date: Tue Jan 22 12:27:12 2013 New Revision: 1436866 URL: http://svn.apache.org/viewvc?rev=1436866view=rev Log: Reduces log level to info Modified: struts/struts2/trunk/apps/mailreader/src/main/resources/log4j.properties Modified: struts/struts2/trunk/apps/mailreader

svn commit: r1436878 - in /struts/struts2/trunk: core/src/main/java/org/apache/struts2/dispatcher/ core/src/test/java/org/apache/struts2/dispatcher/ core/src/test/java/org/apache/struts2/views/jsp/ui/

2013-01-22 Thread lukaszlenart
Author: lukaszlenart Date: Tue Jan 22 12:44:45 2013 New Revision: 1436878 URL: http://svn.apache.org/viewvc?rev=1436878view=rev Log: WW-3971 adds ContainerHolder to reduce numbers of calls to getConfiguration() and optimize RuntimeConfiguration class to more thread friendly Added: struts

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

2013-01-22 Thread lukaszlenart
Author: lukaszlenart Date: Tue Jan 22 14:13:07 2013 New Revision: 1436940 URL: http://svn.apache.org/viewvc?rev=1436940view=rev Log: WW-3845 improves code to avoid empty HashSet Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/UIBean.java Modified: struts

svn commit: r1436951 - in /struts/struts2/trunk: core/src/main/java/org/apache/struts2/components/UIBean.java xwork-core/src/main/java/com/opensymphony/xwork2/ognl/OgnlUtil.java xwork-core/src/main/ja

2013-01-22 Thread lukaszlenart
Author: lukaszlenart Date: Tue Jan 22 14:28:15 2013 New Revision: 1436951 URL: http://svn.apache.org/viewvc?rev=1436951view=rev Log: WW-3845 adds usage of putIfAbsent to improve atomicity Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/UIBean.java struts

svn commit: r1436984 - in /struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/util/logging: Logger.java LoggerUtils.java commons/CommonsLogger.java jdk/JdkLogger.java slf4j/Slf4jLog

2013-01-22 Thread lukaszlenart
Author: lukaszlenart Date: Tue Jan 22 14:55:59 2013 New Revision: 1436984 URL: http://svn.apache.org/viewvc?rev=1436984view=rev Log: Adds support for debug(String, Object...) Modified: struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/util/logging/Logger.java struts

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

2013-01-27 Thread lukaszlenart
Author: lukaszlenart Date: Sun Jan 27 18:41:57 2013 New Revision: 1439137 URL: http://svn.apache.org/viewvc?rev=1439137view=rev Log: WW-3664 extends Dispatcher to create directory tree defined as struts.multipart.saveDir Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2

svn commit: r1439156 - in /struts/struts2/trunk/core/src/main: java/org/apache/struts2/StrutsConstants.java java/org/apache/struts2/dispatcher/Dispatcher.java resources/struts-default.xml

2013-01-27 Thread lukaszlenart
Author: lukaszlenart Date: Sun Jan 27 19:48:59 2013 New Revision: 1439156 URL: http://svn.apache.org/viewvc?rev=1439156view=rev Log: WW-3363 removes struts.multipart.handler and reference only to struts.multipart.parser to be consistent with the docs Modified: struts/struts2/trunk/core/src

svn commit: r1439169 - in /struts/struts2/trunk/plugins/rest/src: main/java/org/apache/struts2/rest/DefaultHttpHeaders.java test/java/org/apache/struts2/rest/DefaultHttpHeadersTest.java

2013-01-27 Thread lukaszlenart
Author: lukaszlenart Date: Sun Jan 27 20:23:06 2013 New Revision: 1439169 URL: http://svn.apache.org/viewvc?rev=1439169view=rev Log: WW-3492 adds proper handling of If-Modified-Since header Modified: struts/struts2/trunk/plugins/rest/src/main/java/org/apache/struts2/rest

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

2013-01-27 Thread lukaszlenart
Author: lukaszlenart Date: Sun Jan 27 20:27:04 2013 New Revision: 1439171 URL: http://svn.apache.org/viewvc?rev=1439171view=rev Log: WW-3698 wraps value with ValueStackDataSource if no already wrapped Modified: struts/struts2/trunk/plugins/jasperreports/src/main/java/org/apache/struts2

svn commit: r1439265 - /struts/struts2/trunk/plugins/rest/src/test/java/org/apache/struts2/rest/RestWorkflowInterceptorTest.java

2013-01-27 Thread lukaszlenart
Author: lukaszlenart Date: Mon Jan 28 06:14:30 2013 New Revision: 1439265 URL: http://svn.apache.org/viewvc?rev=1439265view=rev Log: WW-3492 uses getter instead direct field access Modified: struts/struts2/trunk/plugins/rest/src/test/java/org/apache/struts2/rest

svn commit: r1439344 - in /struts/struts2/trunk/plugins: ./ tiles3/ tiles3/src/ tiles3/src/main/ tiles3/src/main/java/ tiles3/src/main/java/org/ tiles3/src/main/java/org/apache/ tiles3/src/main/java/o

2013-01-28 Thread lukaszlenart
Author: lukaszlenart Date: Mon Jan 28 11:18:26 2013 New Revision: 1439344 URL: http://svn.apache.org/viewvc?rev=1439344view=rev Log: WW-3931 adds new plugin to support Tiles 3 result type Added: struts/struts2/trunk/plugins/tiles3/ struts/struts2/trunk/plugins/tiles3/pom.xml struts

svn commit: r1439410 - /struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/interceptor/ParametersInterceptor.java

2013-01-28 Thread lukaszlenart
Author: lukaszlenart Date: Mon Jan 28 14:06:10 2013 New Revision: 1439410 URL: http://svn.apache.org/viewvc?rev=1439410view=rev Log: WW-3973 adds disclaimer about ParameterNameAware Modified: struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/interceptor

svn commit: r1439606 - in /struts/struts2/trunk/archetypes/struts2-archetype-portlet: pom.xml src/main/resources/archetype-resources/pom.xml

2013-01-28 Thread lukaszlenart
Author: lukaszlenart Date: Mon Jan 28 20:17:03 2013 New Revision: 1439606 URL: http://svn.apache.org/viewvc?rev=1439606view=rev Log: WW-3974 solves problem with parsing properties Modified: struts/struts2/trunk/archetypes/struts2-archetype-portlet/pom.xml struts/struts2/trunk/archetypes

svn commit: r1441613 - /struts/struts2/trunk/pom.xml

2013-02-01 Thread lukaszlenart
Author: lukaszlenart Date: Fri Feb 1 20:12:37 2013 New Revision: 1441613 URL: http://svn.apache.org/viewvc?rev=1441613view=rev Log: Adjusts site configuration to use new Apache scm plugin Modified: struts/struts2/trunk/pom.xml Modified: struts/struts2/trunk/pom.xml URL: http

svn commit: r1441615 - /struts/site/trunk/content/resources/extpaths.txt

2013-02-01 Thread lukaszlenart
Author: lukaszlenart Date: Fri Feb 1 20:16:56 2013 New Revision: 1441615 URL: http://svn.apache.org/viewvc?rev=1441615view=rev Log: Defined proper exclude paths Modified: struts/site/trunk/content/resources/extpaths.txt Modified: struts/site/trunk/content/resources/extpaths.txt URL: http

svn commit: r848955 - in /websites/production/struts/content: dev/ release/

2013-02-01 Thread lukaszlenart
Author: lukaszlenart Date: Fri Feb 1 20:19:50 2013 New Revision: 848955 Log: Prepares site directory structure Added: websites/production/struts/content/dev/ websites/production/struts/content/release/

svn commit: r848958 - /websites/production/struts/content/release/2.0.x/

2013-02-01 Thread lukaszlenart
Author: lukaszlenart Date: Fri Feb 1 20:23:43 2013 New Revision: 848958 Log: Automatic svn path creation: https://svn.apache.org/repos/infra/websites/production/struts/content/release/2.0.x/ Added: websites/production/struts/content/release/2.0.x/

svn commit: r849063 - in /websites/production/struts/content/release/2.0.x: ./ css/ docs/ docs/ajax-validation.data/ docs/architecture.data/ docs/articles-and-press.data/ docs/asynchronous-processing-

2013-02-02 Thread lukaszlenart
Author: lukaszlenart Date: Sat Feb 2 11:22:05 2013 New Revision: 849063 Log: Re-imports old 2.0.x branch [This commit notification would consist of 877 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r849092 - in /websites/production/struts/content/release/2.2.x: ./ css/ docs/ docs/ajax-validation.data/ docs/apache-struts-pseudo-nightly-builds-on-apache-hudson.data/ docs/asynchronous-p

2013-02-02 Thread lukaszlenart
Author: lukaszlenart Date: Sat Feb 2 16:00:10 2013 New Revision: 849092 Log: Imports old 2.2.x docs [This commit notification would consist of 773 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r849101 - in /websites/production/struts/content/release/2.3.x: ./ css/ docs/ docs/ajax-validation.data/ docs/apache-struts-pseudo-nightly-builds-on-apache-hudson.data/ docs/big-picture.da

2013-02-02 Thread lukaszlenart
Author: lukaszlenart Date: Sat Feb 2 16:27:23 2013 New Revision: 849101 Log: Imports old 2.3.x docs [This commit notification would consist of 1000 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r849122 - in /websites/production/struts/content/release/1.3.x: ./ apidocs/ apidocs/examples/ apidocs/examples/bean/ apidocs/examples/bean/class-use/ apidocs/examples/class-use/ apidocs/ex

2013-02-02 Thread lukaszlenart
Author: lukaszlenart Date: Sat Feb 2 17:59:45 2013 New Revision: 849122 Log: Imports old 1.3.x docs [This commit notification would consist of 1263 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r849128 - in /websites/production/struts/content: dev/ development/

2013-02-02 Thread lukaszlenart
Author: lukaszlenart Date: Sat Feb 2 18:33:11 2013 New Revision: 849128 Log: Moves dev/ to development/ Added: websites/production/struts/content/development/ - copied from r849125, websites/production/struts/content/dev/ Removed: websites/production/struts/content/dev/

svn commit: r1441786 - /struts/site/trunk/content/resources/.htaccess

2013-02-02 Thread lukaszlenart
Author: lukaszlenart Date: Sat Feb 2 18:34:25 2013 New Revision: 1441786 URL: http://svn.apache.org/viewvc?rev=1441786view=rev Log: Adds new redirects Modified: struts/site/trunk/content/resources/.htaccess Modified: struts/site/trunk/content/resources/.htaccess URL: http://svn.apache.org

svn commit: r1441787 - /struts/site/trunk/content/resources/.htaccess

2013-02-02 Thread lukaszlenart
Author: lukaszlenart Date: Sat Feb 2 18:35:30 2013 New Revision: 1441787 URL: http://svn.apache.org/viewvc?rev=1441787view=rev Log: Committ Modified: struts/site/trunk/content/resources/.htaccess Modified: struts/site/trunk/content/resources/.htaccess URL: http://svn.apache.org/viewvc

svn commit: r1441788 - /struts/site/trunk/content/resources/extpaths.txt

2013-02-02 Thread lukaszlenart
Author: lukaszlenart Date: Sat Feb 2 18:47:16 2013 New Revision: 1441788 URL: http://svn.apache.org/viewvc?rev=1441788view=rev Log: Committ!!! Modified: struts/site/trunk/content/resources/extpaths.txt Modified: struts/site/trunk/content/resources/extpaths.txt URL: http://svn.apache.org

svn commit: r849134 - in /websites/production/struts/content: ./ development/ release/

2013-02-02 Thread lukaszlenart
Author: lukaszlenart Date: Sat Feb 2 18:48:36 2013 New Revision: 849134 Log: First attempt to publish the site Added: websites/production/struts/content/ - copied from r849133, websites/staging/struts/trunk/content/ websites/production/struts/content/development/ - copied

svn commit: r849227 - /websites/production/struts/content/development/2.x/

2013-02-03 Thread lukaszlenart
Author: lukaszlenart Date: Sun Feb 3 11:30:47 2013 New Revision: 849227 Log: Removes messsed 2.x branch Removed: websites/production/struts/content/development/2.x/

svn commit: r1441896 - /struts/struts2/trunk/pom.xml

2013-02-03 Thread lukaszlenart
Author: lukaszlenart Date: Sun Feb 3 11:46:19 2013 New Revision: 1441896 URL: http://svn.apache.org/viewvc?rev=1441896view=rev Log: Corrects site endpoint Modified: struts/struts2/trunk/pom.xml Modified: struts/struts2/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk

svn commit: r849229 - /websites/production/struts/content/development/2.x/

2013-02-03 Thread lukaszlenart
Author: lukaszlenart Date: Sun Feb 3 12:10:13 2013 New Revision: 849229 Log: Automatic svn path creation: https://svn.apache.org/repos/infra/websites/production/struts/content/development/2.x/ Added: websites/production/struts/content/development/2.x/

svn commit: r849233 - in /websites/production/struts/content/development/2.x: ./ css/ images/ images/logos/ struts2-apps/ struts2-apps/css/ struts2-apps/images/ struts2-apps/images/logos/ struts2-apps

2013-02-03 Thread lukaszlenart
Author: lukaszlenart Date: Sun Feb 3 12:23:35 2013 New Revision: 849233 Log: Site checkin for project Struts 2 [This commit notification would consist of 132 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r849235 [6/48] - in /websites/production/struts/content/development/2.x: ./ struts2-apps/ struts2-apps/struts2-blank/ struts2-apps/struts2-jboss-blank/ struts2-apps/struts2-mailreader/ str

2013-02-03 Thread lukaszlenart
Modified: websites/production/struts/content/development/2.x/struts2-apps/struts2-portlet/plugins.html == --- websites/production/struts/content/development/2.x/struts2-apps/struts2-portlet/plugins.html (original) +++

svn commit: r849235 [9/48] - in /websites/production/struts/content/development/2.x: ./ struts2-apps/ struts2-apps/struts2-blank/ struts2-apps/struts2-jboss-blank/ struts2-apps/struts2-mailreader/ str

2013-02-03 Thread lukaszlenart
Modified: websites/production/struts/content/development/2.x/struts2-apps/struts2-showcase/plugins.html == --- websites/production/struts/content/development/2.x/struts2-apps/struts2-showcase/plugins.html (original) +++

svn commit: r849235 [15/48] - in /websites/production/struts/content/development/2.x: ./ struts2-apps/ struts2-apps/struts2-blank/ struts2-apps/struts2-jboss-blank/ struts2-apps/struts2-mailreader/ st

2013-02-03 Thread lukaszlenart
Modified: websites/production/struts/content/development/2.x/struts2-osgi-bundles/struts2-osgi-demo-bundle/plugins.html == ---

svn commit: r849235 [12/48] - in /websites/production/struts/content/development/2.x: ./ struts2-apps/ struts2-apps/struts2-blank/ struts2-apps/struts2-jboss-blank/ struts2-apps/struts2-mailreader/ st

2013-02-03 Thread lukaszlenart
Modified: websites/production/struts/content/development/2.x/struts2-osgi-bundles/dependencies.html == --- websites/production/struts/content/development/2.x/struts2-osgi-bundles/dependencies.html (original) +++

svn commit: r849235 [18/48] - in /websites/production/struts/content/development/2.x: ./ struts2-apps/ struts2-apps/struts2-blank/ struts2-apps/struts2-jboss-blank/ struts2-apps/struts2-mailreader/ st

2013-02-03 Thread lukaszlenart
Modified: websites/production/struts/content/development/2.x/struts2-plugins/struts2-codebehind-plugin/plugins.html == ---

svn commit: r849235 [32/48] - in /websites/production/struts/content/development/2.x: ./ struts2-apps/ struts2-apps/struts2-blank/ struts2-apps/struts2-jboss-blank/ struts2-apps/struts2-mailreader/ st

2013-02-03 Thread lukaszlenart
Modified: websites/production/struts/content/development/2.x/struts2-plugins/struts2-osgi-plugin/plugins.html == --- websites/production/struts/content/development/2.x/struts2-plugins/struts2-osgi-plugin/plugins.html

svn commit: r849235 [29/48] - in /websites/production/struts/content/development/2.x: ./ struts2-apps/ struts2-apps/struts2-blank/ struts2-apps/struts2-jboss-blank/ struts2-apps/struts2-mailreader/ st

2013-02-03 Thread lukaszlenart
Modified: websites/production/struts/content/development/2.x/struts2-plugins/struts2-json-plugin/plugins.html == --- websites/production/struts/content/development/2.x/struts2-plugins/struts2-json-plugin/plugins.html

svn commit: r849235 [41/48] - in /websites/production/struts/content/development/2.x: ./ struts2-apps/ struts2-apps/struts2-blank/ struts2-apps/struts2-jboss-blank/ struts2-apps/struts2-mailreader/ st

2013-02-03 Thread lukaszlenart
Modified: websites/production/struts/content/development/2.x/struts2-plugins/struts2-sitemesh-plugin/plugins.html == ---

svn commit: r849235 [43/48] - in /websites/production/struts/content/development/2.x: ./ struts2-apps/ struts2-apps/struts2-blank/ struts2-apps/struts2-jboss-blank/ struts2-apps/struts2-mailreader/ st

2013-02-03 Thread lukaszlenart
Modified: websites/production/struts/content/development/2.x/struts2-plugins/struts2-spring-plugin/plugins.html == --- websites/production/struts/content/development/2.x/struts2-plugins/struts2-spring-plugin/plugins.html

svn commit: r849237 [6/50] - in /websites/production/struts/content/development/2.x: ./ struts2-apps/ struts2-apps/struts2-blank/ struts2-apps/struts2-jboss-blank/ struts2-apps/struts2-mailreader/ str

2013-02-03 Thread lukaszlenart
Modified: websites/production/struts/content/development/2.x/struts2-apps/struts2-portlet/plugins.html == --- websites/production/struts/content/development/2.x/struts2-apps/struts2-portlet/plugins.html (original) +++

svn commit: r849237 [13/50] - in /websites/production/struts/content/development/2.x: ./ struts2-apps/ struts2-apps/struts2-blank/ struts2-apps/struts2-jboss-blank/ struts2-apps/struts2-mailreader/ st

2013-02-03 Thread lukaszlenart
Modified: websites/production/struts/content/development/2.x/struts2-osgi-bundles/struts2-osgi-admin-bundle/plugins.html == ---

svn commit: r849237 [11/50] - in /websites/production/struts/content/development/2.x: ./ struts2-apps/ struts2-apps/struts2-blank/ struts2-apps/struts2-jboss-blank/ struts2-apps/struts2-mailreader/ st

2013-02-03 Thread lukaszlenart
Modified: websites/production/struts/content/development/2.x/struts2-osgi-bundles/dependencies.html == --- websites/production/struts/content/development/2.x/struts2-osgi-bundles/dependencies.html (original) +++

svn commit: r849237 [17/50] - in /websites/production/struts/content/development/2.x: ./ struts2-apps/ struts2-apps/struts2-blank/ struts2-apps/struts2-jboss-blank/ struts2-apps/struts2-mailreader/ st

2013-02-03 Thread lukaszlenart
Modified: websites/production/struts/content/development/2.x/struts2-plugins/struts2-cdi-plugin/plugins.html == --- websites/production/struts/content/development/2.x/struts2-plugins/struts2-cdi-plugin/plugins.html

svn commit: r849237 [19/50] - in /websites/production/struts/content/development/2.x: ./ struts2-apps/ struts2-apps/struts2-blank/ struts2-apps/struts2-jboss-blank/ struts2-apps/struts2-mailreader/ st

2013-02-03 Thread lukaszlenart
Modified: websites/production/struts/content/development/2.x/struts2-plugins/struts2-codebehind-plugin/plugins.html == ---

svn commit: r849237 [33/50] - in /websites/production/struts/content/development/2.x: ./ struts2-apps/ struts2-apps/struts2-blank/ struts2-apps/struts2-jboss-blank/ struts2-apps/struts2-mailreader/ st

2013-02-03 Thread lukaszlenart
Modified: websites/production/struts/content/development/2.x/struts2-plugins/struts2-osgi-plugin/plugins.html == --- websites/production/struts/content/development/2.x/struts2-plugins/struts2-osgi-plugin/plugins.html

svn commit: r849237 [39/50] - in /websites/production/struts/content/development/2.x: ./ struts2-apps/ struts2-apps/struts2-blank/ struts2-apps/struts2-jboss-blank/ struts2-apps/struts2-mailreader/ st

2013-02-03 Thread lukaszlenart
Modified: websites/production/struts/content/development/2.x/struts2-plugins/struts2-portlet-tiles-plugin/plugins.html == ---

svn commit: r849237 [45/50] - in /websites/production/struts/content/development/2.x: ./ struts2-apps/ struts2-apps/struts2-blank/ struts2-apps/struts2-jboss-blank/ struts2-apps/struts2-mailreader/ st

2013-02-03 Thread lukaszlenart
Modified: websites/production/struts/content/development/2.x/struts2-plugins/struts2-spring-plugin/plugins.html == --- websites/production/struts/content/development/2.x/struts2-plugins/struts2-spring-plugin/plugins.html

svn commit: r849237 [43/50] - in /websites/production/struts/content/development/2.x: ./ struts2-apps/ struts2-apps/struts2-blank/ struts2-apps/struts2-jboss-blank/ struts2-apps/struts2-mailreader/ st

2013-02-03 Thread lukaszlenart
Modified: websites/production/struts/content/development/2.x/struts2-plugins/struts2-sitemesh-plugin/plugins.html == ---

svn commit: r849239 - /websites/production/struts/content/development/2.x/docs/

2013-02-03 Thread lukaszlenart
Author: lukaszlenart Date: Sun Feb 3 13:41:07 2013 New Revision: 849239 Log: Adds docs Added: websites/production/struts/content/development/2.x/docs/

svn commit: r849240 - in /websites/production/struts/content/development/2.x/docs: ./ ajax-validation.data/ apache-struts-pseudo-nightly-builds-on-apache-hudson.data/ big-picture.data/ coding-struts-2

2013-02-03 Thread lukaszlenart
Author: lukaszlenart Date: Sun Feb 3 13:42:53 2013 New Revision: 849240 Log: Updates draft docs [This commit notification would consist of 111 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r849241 [9/44] - in /websites/production/struts/content/development/2.x: ./ docs/ struts2-apps/ struts2-apps/struts2-blank/ struts2-apps/struts2-jboss-blank/ struts2-apps/struts2-mailreade

2013-02-03 Thread lukaszlenart
Modified: websites/production/struts/content/development/2.x/struts2-apps/struts2-showcase/dependency-convergence.html == ---

svn commit: r849241 [7/44] - in /websites/production/struts/content/development/2.x: ./ docs/ struts2-apps/ struts2-apps/struts2-blank/ struts2-apps/struts2-jboss-blank/ struts2-apps/struts2-mailreade

2013-02-03 Thread lukaszlenart
Modified: websites/production/struts/content/development/2.x/struts2-apps/struts2-rest-showcase/dependency-convergence.html == ---

svn commit: r849242 - in /websites/production/struts/content/development/2.x/docs: ./ PLACEHOLDER

2013-02-03 Thread lukaszlenart
Author: lukaszlenart Date: Sun Feb 3 13:52:29 2013 New Revision: 849242 Log: Adds docs folder Added: websites/production/struts/content/development/2.x/docs/ websites/production/struts/content/development/2.x/docs/PLACEHOLDER Added: websites/production/struts/content/development/2.x

svn commit: r849243 - in /websites/production/struts/content/development/2.x/docs: ./ ajax-validation.data/ apache-struts-pseudo-nightly-builds-on-apache-hudson.data/ big-picture.data/ coding-struts-2

2013-02-03 Thread lukaszlenart
Author: lukaszlenart Date: Sun Feb 3 13:57:35 2013 New Revision: 849243 Log: Updates draft docs [This commit notification would consist of 111 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r1442032 - /struts/struts2/trunk/pom.xml

2013-02-03 Thread lukaszlenart
Author: lukaszlenart Date: Mon Feb 4 06:53:48 2013 New Revision: 1442032 URL: http://svn.apache.org/viewvc?rev=1442032view=rev Log: WW-3977 changes site target Modified: struts/struts2/trunk/pom.xml Modified: struts/struts2/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2

svn commit: r1442033 - /struts/struts2/trunk/src/site/resources/archetype-catalog.xml

2013-02-03 Thread lukaszlenart
Author: lukaszlenart Date: Mon Feb 4 06:56:26 2013 New Revision: 1442033 URL: http://svn.apache.org/viewvc?rev=1442033view=rev Log: WW-3977 changes version of archetypes Modified: struts/struts2/trunk/src/site/resources/archetype-catalog.xml Modified: struts/struts2/trunk/src/site

svn commit: r1442036 - /struts/struts2/tags/STRUTS_2_3_9/

2013-02-03 Thread lukaszlenart
Author: lukaszlenart Date: Mon Feb 4 07:11:36 2013 New Revision: 1442036 URL: http://svn.apache.org/viewvc?rev=1442036view=rev Log: [maven-release-plugin] copy for tag STRUTS_2_3_9 Added: struts/struts2/tags/STRUTS_2_3_9/ (props changed) - copied from r1442035, struts/struts2/trunk

svn commit: r849313 - in /websites/production/struts/content: ./ development/ release/

2013-02-04 Thread lukaszlenart
Author: lukaszlenart Date: Mon Feb 4 08:19:32 2013 New Revision: 849313 Log: First attempt to publish the site Added: websites/production/struts/content/ - copied from r849312, websites/staging/struts/trunk/content/ websites/production/struts/content/development/ - copied

svn commit: r1442481 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/views/jsp/ui/AbstractUITag.java

2013-02-04 Thread lukaszlenart
Author: lukaszlenart Date: Tue Feb 5 07:08:38 2013 New Revision: 1442481 URL: http://svn.apache.org/viewvc?rev=1442481view=rev Log: WW-3908 Renames required into requiredLabel to allow support of Html5 required attribute Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2

svn commit: r1443340 - /struts/struts2/tags/STRUTS_2_3_10/

2013-02-06 Thread lukaszlenart
Author: lukaszlenart Date: Thu Feb 7 07:53:50 2013 New Revision: 1443340 URL: http://svn.apache.org/viewvc?rev=1443340view=rev Log: [maven-release-plugin] copy for tag STRUTS_2_3_10 Added: struts/struts2/tags/STRUTS_2_3_10/ (props changed) - copied from r1443339, struts/struts2

svn commit: r1445586 - /struts/site/trunk/pom.xml

2013-02-13 Thread lukaszlenart
Author: lukaszlenart Date: Wed Feb 13 13:27:57 2013 New Revision: 1445586 URL: http://svn.apache.org/r1445586 Log: INFRA-5659 uses new output for DTDs Modified: struts/site/trunk/pom.xml Modified: struts/site/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/site/trunk/pom.xml?rev

svn commit: r1445589 - /struts/site/trunk/pom.xml

2013-02-13 Thread lukaszlenart
Author: lukaszlenart Date: Wed Feb 13 13:30:39 2013 New Revision: 1445589 URL: http://svn.apache.org/r1445589 Log: INFRA-5659 uses new output for DTDs Modified: struts/site/trunk/pom.xml Modified: struts/site/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/site/trunk/pom.xml?rev

svn commit: r850480 - in /websites/production/struts/content: ./ development/ release/

2013-02-13 Thread lukaszlenart
Author: lukaszlenart Date: Wed Feb 13 13:33:04 2013 New Revision: 850480 Log: Added missing DTDs Added: websites/production/struts/content/ - copied from r850479, websites/staging/struts/trunk/content/ websites/production/struts/content/development/ - copied from r850479

svn commit: r850481 - in /websites/production/struts/content/development/2.x/docs: building-struts-2-normal-release.html guides.html migration-guide.html version-notes-2310.html

2013-02-13 Thread lukaszlenart
Author: lukaszlenart Date: Wed Feb 13 13:39:22 2013 New Revision: 850481 Log: Updates draft docs Added: websites/production/struts/content/development/2.x/docs/version-notes-2310.html Modified: websites/production/struts/content/development/2.x/docs/building-struts-2-normal

svn commit: r1445898 - /struts/site/trunk/pom.xml

2013-02-13 Thread lukaszlenart
Author: lukaszlenart Date: Wed Feb 13 20:21:22 2013 New Revision: 1445898 URL: http://svn.apache.org/r1445898 Log: INFRA-5659 Adds missing Tiles DTDs Modified: struts/site/trunk/pom.xml Modified: struts/site/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/site/trunk/pom.xml?rev

svn commit: r850532 - in /websites/production/struts/content/release/2.3.x: ./ css/ docs/ struts2-apps/ struts2-apps/css/ struts2-apps/struts2-blank/ struts2-apps/struts2-blank/apidocs/ struts2-apps/s

2013-02-13 Thread lukaszlenart
Author: lukaszlenart Date: Wed Feb 13 20:44:18 2013 New Revision: 850532 Log: Site checkin for project Struts 2 [This commit notification would consist of 223 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r1445912 - in /struts/struts2/trunk: pom.xml src/site/site.xml src/site/xdoc/index.xml.vm

2013-02-13 Thread lukaszlenart
Author: lukaszlenart Date: Wed Feb 13 20:46:24 2013 New Revision: 1445912 URL: http://svn.apache.org/r1445912 Log: Adjusts website to folder structure Modified: struts/struts2/trunk/pom.xml struts/struts2/trunk/src/site/site.xml struts/struts2/trunk/src/site/xdoc/index.xml.vm

svn commit: r850533 - in /websites/production/struts/content: ./ development/ release/

2013-02-13 Thread lukaszlenart
Author: lukaszlenart Date: Wed Feb 13 21:00:22 2013 New Revision: 850533 Log: Added missing Tiles DTDs Added: websites/production/struts/content/ - copied from r850532, websites/staging/struts/trunk/content/ websites/production/struts/content/development/ - copied from

svn commit: r850535 - in /websites/production/struts/content/development/2.x: ./ docs/ struts2-apps/ struts2-apps/struts2-blank/ struts2-apps/struts2-jboss-blank/ struts2-apps/struts2-mailreader/ stru

2013-02-13 Thread lukaszlenart
Author: lukaszlenart Date: Wed Feb 13 21:19:24 2013 New Revision: 850535 Log: Site checkin for project Struts 2 [This commit notification would consist of 94 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r850565 - in /websites/production/struts/content/development/2.x/docs: ./ ajax-validation.data/ apache-struts-pseudo-nightly-builds-on-apache-hudson.data/ big-picture.data/ coding-struts-2

2013-02-13 Thread lukaszlenart
Author: lukaszlenart Date: Thu Feb 14 07:41:41 2013 New Revision: 850565 Log: Updates draft docs [This commit notification would consist of 111 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r1446056 - /struts/site/trunk/pom.xml

2013-02-13 Thread lukaszlenart
Author: lukaszlenart Date: Thu Feb 14 07:54:56 2013 New Revision: 1446056 URL: http://svn.apache.org/r1446056 Log: INFRA-5659 Adds missing Tiles DTDs Modified: struts/site/trunk/pom.xml Modified: struts/site/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/site/trunk/pom.xml?rev

svn commit: r1446058 - /struts/site/trunk/pom.xml

2013-02-13 Thread lukaszlenart
Author: lukaszlenart Date: Thu Feb 14 07:57:54 2013 New Revision: 1446058 URL: http://svn.apache.org/r1446058 Log: INFRA-5659 Adds missing Struts 2.0 DTD Modified: struts/site/trunk/pom.xml Modified: struts/site/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/site/trunk/pom.xml?rev

svn commit: r850568 - in /websites/production/struts/content: ./ development/ release/

2013-02-14 Thread lukaszlenart
Author: lukaszlenart Date: Thu Feb 14 08:01:13 2013 New Revision: 850568 Log: Pushing missing XWork DTDs Added: websites/production/struts/content/ - copied from r850567, websites/staging/struts/trunk/content/ websites/production/struts/content/development/ - copied from

svn commit: r1446273 - in /struts/site/trunk/content: cgi/download.cgi download.cgi

2013-02-14 Thread lukaszlenart
Author: lukaszlenart Date: Thu Feb 14 17:03:38 2013 New Revision: 1446273 URL: http://svn.apache.org/r1446273 Log: Moves one level up Added: struts/site/trunk/content/download.cgi - copied unchanged from r1446272, struts/site/trunk/content/cgi/download.cgi Removed: struts/site

svn commit: r1446459 - in /struts/site/trunk/content: download.cgi resources/download.cgi

2013-02-14 Thread lukaszlenart
Author: lukaszlenart Date: Fri Feb 15 06:25:21 2013 New Revision: 1446459 URL: http://svn.apache.org/r1446459 Log: Moves download.cgi into resources folder to allow work properly Added: struts/site/trunk/content/resources/download.cgi - copied unchanged from r1446458, struts/site/trunk

svn commit: r850662 - in /websites/production/struts/content: ./ development/ release/

2013-02-14 Thread lukaszlenart
Author: lukaszlenart Date: Fri Feb 15 06:31:39 2013 New Revision: 850662 Log: Pushes download.cgi into right folder Added: websites/production/struts/content/ - copied from r850661, websites/staging/struts/trunk/content/ websites/production/struts/content/development

svn commit: r1446461 - /struts/site/trunk/content/xdoc/download.xml

2013-02-14 Thread lukaszlenart
Author: lukaszlenart Date: Fri Feb 15 06:33:45 2013 New Revision: 1446461 URL: http://svn.apache.org/r1446461 Log: correct small typo Modified: struts/site/trunk/content/xdoc/download.xml Modified: struts/site/trunk/content/xdoc/download.xml URL: http://svn.apache.org/viewvc/struts/site

svn commit: r850663 - in /websites/production/struts/content: ./ development/ release/

2013-02-14 Thread lukaszlenart
Author: lukaszlenart Date: Fri Feb 15 06:34:00 2013 New Revision: 850663 Log: Pushes changes to production Added: websites/production/struts/content/ - copied from r850662, websites/staging/struts/trunk/content/ websites/production/struts/content/development/ - copied from

svn commit: r850665 - in /websites/production/struts/content: ./ development/ release/

2013-02-14 Thread lukaszlenart
Author: lukaszlenart Date: Fri Feb 15 06:36:23 2013 New Revision: 850665 Log: Publish after build Added: websites/production/struts/content/ - copied from r850664, websites/staging/struts/trunk/content/ websites/production/struts/content/development/ - copied from r850664

svn commit: r1446553 - /struts/site/trunk/content/resources/.htaccess

2013-02-15 Thread lukaszlenart
Author: lukaszlenart Date: Fri Feb 15 12:31:53 2013 New Revision: 1446553 URL: http://svn.apache.org/r1446553 Log: Adds redirect for commons icons Modified: struts/site/trunk/content/resources/.htaccess Modified: struts/site/trunk/content/resources/.htaccess URL: http://svn.apache.org

svn commit: r850691 - in /websites/production/struts/content: ./ development/ release/

2013-02-15 Thread lukaszlenart
Author: lukaszlenart Date: Fri Feb 15 12:32:05 2013 New Revision: 850691 Log: Updates .htaccess Added: websites/production/struts/content/ - copied from r850689, websites/staging/struts/trunk/content/ websites/production/struts/content/development/ - copied from r850690

svn commit: r850692 - in /websites/production/struts/content: ./ development/ release/

2013-02-15 Thread lukaszlenart
Author: lukaszlenart Date: Fri Feb 15 12:33:06 2013 New Revision: 850692 Log: Update .htaccess Added: websites/production/struts/content/ - copied from r850691, websites/staging/struts/trunk/content/ websites/production/struts/content/development/ - copied from r850691

svn commit: r1447442 - in /struts/struts2/trunk: core/src/main/java/org/apache/struts2/util/fs/ xwork-core/src/main/java/com/opensymphony/xwork2/util/fs/

2013-02-18 Thread lukaszlenart
Author: lukaszlenart Date: Mon Feb 18 19:13:44 2013 New Revision: 1447442 URL: http://svn.apache.org/r1447442 Log: WW-3984 Adds support for Convention plugin which based on actions in a Jar file embedded in Ear file on JBoss 5 server Modified: struts/struts2/trunk/core/src/main/java/org

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

2013-02-18 Thread lukaszlenart
Author: lukaszlenart Date: Mon Feb 18 19:53:42 2013 New Revision: 1447453 URL: http://svn.apache.org/r1447453 Log: WW-3986 Reverts partially changes introduced with WW-3363 to use @Inject MultiPartRequest instead of name of MultiPartRequest Modified: struts/struts2/trunk/core/src/main/java

svn commit: r1447654 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/util/fs/JBossFileManager.java

2013-02-19 Thread lukaszlenart
Author: lukaszlenart Date: Tue Feb 19 10:13:53 2013 New Revision: 1447654 URL: http://svn.apache.org/r1447654 Log: WW-3984 Adds additional logging to check what is wrong Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/util/fs/JBossFileManager.java Modified: struts

svn commit: r1447689 - in /struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/util/fs: DefaultFileManager.java JarEntryRevision.java

2013-02-19 Thread lukaszlenart
Author: lukaszlenart Date: Tue Feb 19 11:45:45 2013 New Revision: 1447689 URL: http://svn.apache.org/r1447689 Log: WW-3984 Reverts some changes from previous commit Modified: struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/util/fs/DefaultFileManager.java struts

svn commit: r851382 - in /websites/production/struts/content: ./ development/ release/

2013-02-21 Thread lukaszlenart
Author: lukaszlenart Date: Thu Feb 21 08:51:04 2013 New Revision: 851382 Log: Updates 2.x draft docs Added: websites/production/struts/content/ - copied from r851381, websites/staging/struts/trunk/content/ websites/production/struts/content/development/ - copied from r851381

svn commit: r851388 - /websites/production/struts/content/development/2.x/

2013-02-21 Thread lukaszlenart
Author: lukaszlenart Date: Thu Feb 21 10:23:31 2013 New Revision: 851388 Log: Updates site Modified: websites/production/struts/content/development/2.x/dependencies.html websites/production/struts/content/development/2.x/dependency-convergence.html websites/production/struts

svn commit: r851392 - in /websites/production/struts/content: ./ development/ release/

2013-02-21 Thread lukaszlenart
Author: lukaszlenart Date: Thu Feb 21 10:34:50 2013 New Revision: 851392 Log: Push live Added: websites/production/struts/content/ - copied from r851391, websites/staging/struts/trunk/content/ websites/production/struts/content/development/ - copied from r851391, websites

svn commit: r1448580 - in /struts/struts2/trunk: pom.xml src/site/site.xml

2013-02-21 Thread lukaszlenart
Author: lukaszlenart Date: Thu Feb 21 11:06:22 2013 New Revision: 1448580 URL: http://svn.apache.org/r1448580 Log: Changes how links to parent site are generated Modified: struts/struts2/trunk/pom.xml struts/struts2/trunk/src/site/site.xml Modified: struts/struts2/trunk/pom.xml URL

svn commit: r1448581 - /struts/struts2/trunk/apps/showcase/src/main/java/org/apache/struts2/showcase/model/Skill.java

2013-02-21 Thread lukaszlenart
Author: lukaszlenart Date: Thu Feb 21 11:07:21 2013 New Revision: 1448581 URL: http://svn.apache.org/r1448581 Log: Best practise - filters output values Modified: struts/struts2/trunk/apps/showcase/src/main/java/org/apache/struts2/showcase/model/Skill.java Modified: struts/struts2/trunk

svn commit: r852002 - in /websites/production/struts/content: development/1.x/struts-tiles/ release/1.3.x/struts-tiles/ release/2.3.x/ release/2.3.x/css/ release/2.3.x/docs/ release/2.3.x/docs/ajax-va

2013-02-26 Thread lukaszlenart
Author: lukaszlenart Date: Tue Feb 26 08:10:03 2013 New Revision: 852002 Log: Updates site [This commit notification would consist of 303 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r852004 - in /websites/production/struts/content: ./ development/ release/

2013-02-26 Thread lukaszlenart
Author: lukaszlenart Date: Tue Feb 26 08:17:58 2013 New Revision: 852004 Log: Pushes 2.3.x Added: websites/production/struts/content/ - copied from r852003, websites/staging/struts/trunk/content/ websites/production/struts/content/development/ - copied from r852003, websites

svn commit: r852030 - in /websites/production/struts/content: ./ development/ release/

2013-02-26 Thread lukaszlenart
Author: lukaszlenart Date: Tue Feb 26 09:57:07 2013 New Revision: 852030 Log: Pushes missing files Added: websites/production/struts/content/ - copied from r852029, websites/staging/struts/trunk/content/ websites/production/struts/content/development/ - copied from r852029

<    1   2   3   4   5   6   7   8   9   10   >