Commit Graph

2250 Commits

Author SHA1 Message Date
Wesley Wannemacher 7a00f156ca We advertise this attribute being available, but we really didn't have it
WW-3031

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@752123 13f79535-47bb-0310-9956-ffa450edef68
2009-03-10 14:46:22 +00:00
Musachy Barroso cb9b2e56ae WW-3029 Fix backward compatible problem in the Label tag
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@751799 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09 19:28:20 +00:00
René Gielen 64470c7357 WW-3028:
- fix CRUD showcase example misses localized form data for Double value
- fix missing en Resourcebundles, keeping de_* users setting Browser locale to en_* to see English messages

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@751693 13f79535-47bb-0310-9956-ffa450edef68
2009-03-09 14:39:22 +00:00
Musachy Barroso 5f133f1e98 WW-3023 Use ClassLoaderUtils to resolve the class in ConcentionServiceImpl
thanks to Travis Rein for the patch



git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@750965 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 16:36:22 +00:00
René Gielen 703faa0af8 WW-2881 - Generic ActionMapping.param
- applied patch by Mathias Bogaert

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@747124 13f79535-47bb-0310-9956-ffa450edef68
2009-02-23 20:15:45 +00:00
René Gielen 50fd30b972 WW-2886 - CookiesAware and CookieInterceptor are not generic
- applied patch by Mathias Bogaert

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@747075 13f79535-47bb-0310-9956-ffa450edef68
2009-02-23 16:38:47 +00:00
René Gielen 7cf25fa8d4 WW-2883 StrutsXmlConfigurationProvider generics fix
- applied patch submitted by Mathias Bogaert

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@747073 13f79535-47bb-0310-9956-ffa450edef68
2009-02-23 16:36:02 +00:00
René Gielen eb1ad0aec6 WW-2883 StrutsXmlConfigurationProvider generics fix
- applied patch submitted by Mathias Bogaert

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@747065 13f79535-47bb-0310-9956-ffa450edef68
2009-02-23 16:21:12 +00:00
René Gielen 92e9bc92f4 WW-2886 - CookiesAware and CookieInterceptor are not generic
- applied patch by Mathias Bogaert

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@747064 13f79535-47bb-0310-9956-ffa450edef68
2009-02-23 16:20:44 +00:00
René Gielen 32bee13a05 WW-2883 StrutsXmlConfigurationProvider generics fix
- applied patch submitted by Mathias Bogaert

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@747063 13f79535-47bb-0310-9956-ffa450edef68
2009-02-23 16:20:19 +00:00
Musachy Barroso 370a35fa1f Pass the file protocols to ClassFinder constructor
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@747050 13f79535-47bb-0310-9956-ffa450edef68
2009-02-23 15:33:11 +00:00
Musachy Barroso 7330d6124b Update xwork dep to 2.1.3-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@747047 13f79535-47bb-0310-9956-ffa450edef68
2009-02-23 15:28:30 +00:00
René Gielen 7de5f6a382 WW-2883 StrutsXmlConfigurationProvider generics fix
- applied patch submitted by Mathias Bogaert

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@747046 13f79535-47bb-0310-9956-ffa450edef68
2009-02-23 15:22:05 +00:00
René Gielen 1ac171221a WW-2883 StrutsXmlConfigurationProvider generics fix
- applied patch submitted by Mathias Bogaert

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@747044 13f79535-47bb-0310-9956-ffa450edef68
2009-02-23 15:21:47 +00:00
Musachy Barroso 5d40839f77 WW-3003 The "name" attribute in @Result (Convention plugin) should default to "success"
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@745559 13f79535-47bb-0310-9956-ffa450edef68
2009-02-18 16:26:29 +00:00
Musachy Barroso 5b9665f5f6 Update javadoc
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@744170 13f79535-47bb-0310-9956-ffa450edef68
2009-02-13 16:39:30 +00:00
Musachy Barroso db9a9587b1 Add missing javadoc tags, remove unused code and add some logging
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@744139 13f79535-47bb-0310-9956-ffa450edef68
2009-02-13 15:04:51 +00:00
Musachy Barroso f5903ef2b4 Log classes that will be ignored because they failed the instantiation test
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@744133 13f79535-47bb-0310-9956-ffa450edef68
2009-02-13 14:51:43 +00:00
Musachy Barroso c30364dfcc WW-2983 exclude anonymous classes
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@744125 13f79535-47bb-0310-9956-ffa450edef68
2009-02-13 14:30:38 +00:00
Musachy Barroso 96b3827d29 Set svn Id property
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@743911 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12 22:39:16 +00:00
Musachy Barroso 09871d7da2 Cleanup some warnings
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@743883 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12 21:06:41 +00:00
Musachy Barroso 3334651a89 Add a setting so file protocols can be set by a constant
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@743831 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12 18:45:14 +00:00
Musachy Barroso cf7b322bd5 WW-2990 support result inheritance
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@743811 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12 17:13:21 +00:00
Musachy Barroso 9a1aa35714 WW-2775 refactor class instantiation decision to a protected method
Thanks to Richard Wallace for patch

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@743781 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12 15:37:19 +00:00
Musachy Barroso 585d84bc2a WW-2982 add jspx files as a possible view to Convention plugin
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@743777 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12 15:19:05 +00:00
Musachy Barroso b5f0f9b30c WW-2994 Add extension points for Convention plugin classes
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@743366 13f79535-47bb-0310-9956-ffa450edef68
2009-02-11 15:53:17 +00:00
Musachy Barroso 291cce91bd WW-2992 Add Cookie interceptor to struts-default.xml
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@742998 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10 15:37:21 +00:00
Musachy Barroso b7bdc8bab6 WW-2988 Tags actionerror, actionmessage and fielderror do not set the "id" attribute on the generated ul tag
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@742758 13f79535-47bb-0310-9956-ffa450edef68
2009-02-09 21:57:05 +00:00
Musachy Barroso 77da451ab1 WW-2984 update doc
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@742757 13f79535-47bb-0310-9956-ffa450edef68
2009-02-09 21:56:11 +00:00
Musachy Barroso 01d4b36e90 WW-2984 Add test cases for negative step and no end on iterator tag
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@741310 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05 21:47:54 +00:00
Musachy Barroso 851d8d0c9a WW-2984 Improve iterator tag to support "begin", "end" and "step" attributes
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@741183 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05 17:12:08 +00:00
Musachy Barroso c69727c4bb WW-2984 Improve iterator tag to support "begin", "end" and "step" attributes
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@741179 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05 16:55:14 +00:00
Musachy Barroso 2ce8b01734 Use compressed dojo profile for ajax validation page
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@740027 13f79535-47bb-0310-9956-ffa450edef68
2009-02-02 16:35:45 +00:00
Musachy Barroso 79cec0d488 Add a name to bean definition for UnknownHandler
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@738909 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29 16:14:41 +00:00
Musachy Barroso 5c48dc9150 WW-2966 ToolTips do not render correctly
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@738624 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28 21:12:12 +00:00
Musachy Barroso b8971321eb WW-2765 add setting for autowire=no
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@735096 13f79535-47bb-0310-9956-ffa450edef68
2009-01-16 19:37:42 +00:00
Wesley Wannemacher c6f015cd2c making wget download docs from the site, requires wget, but removes other dependencies WW-2958
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@735051 13f79535-47bb-0310-9956-ffa450edef68
2009-01-16 16:37:11 +00:00
Musachy Barroso 06123025dc add username as a parameter for doc generation(remote ssh exec)
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@734777 13f79535-47bb-0310-9956-ffa450edef68
2009-01-15 18:43:28 +00:00
Musachy Barroso 5298ca9666 add doc.zip generation to the assembly process
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@734599 13f79535-47bb-0310-9956-ffa450edef68
2009-01-15 03:06:14 +00:00
Musachy Barroso 0f83cf8533 Define a bean for "NamedVariablePatternMatcher"
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@733777 13f79535-47bb-0310-9956-ffa450edef68
2009-01-12 15:10:11 +00:00
Musachy Barroso f75b36c16a fix bad formatting
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@733409 13f79535-47bb-0310-9956-ffa450edef68
2009-01-11 02:13:51 +00:00
Musachy Barroso c312a6b562 Replace ant 'get' task by 'exec' task calling wget
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@733408 13f79535-47bb-0310-9956-ffa450edef68
2009-01-11 02:11:22 +00:00
Musachy Barroso 745cc03734 [maven-release-plugin] prepare for next development iteration
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@731670 13f79535-47bb-0310-9956-ffa450edef68
2009-01-05 19:57:47 +00:00
Musachy Barroso af624777ad [maven-release-plugin] prepare release STRUTS_2_1_6
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@731668 13f79535-47bb-0310-9956-ffa450edef68
2009-01-05 19:56:32 +00:00
Musachy Barroso 45d5c756c8 Remove comment
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@731128 13f79535-47bb-0310-9956-ffa450edef68
2009-01-03 23:58:12 +00:00
Musachy Barroso 415f08e575 Minor change to makig logging consistent
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@731127 13f79535-47bb-0310-9956-ffa450edef68
2009-01-03 23:49:51 +00:00
Jeromy Evans 92ab09649e WW-2947 added LOG.warn()'s for includeJars patterns that fail to match any jars
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@731124 13f79535-47bb-0310-9956-ffa450edef68
2009-01-03 23:15:34 +00:00
Musachy Barroso f11b40aa46 WW-2947 Remove convention's "excludeJars" and add "includeJars" instead
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@731070 13f79535-47bb-0310-9956-ffa450edef68
2009-01-03 19:36:36 +00:00
Musachy Barroso e2a7c4c183 WW-2947 Remove convention's "excludeJars" and add "includeJars" instead
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@731063 13f79535-47bb-0310-9956-ffa450edef68
2009-01-03 18:59:19 +00:00
Musachy Barroso ed3e6e2458 WW-2946 Update struts 1 dependency to 1.3.10
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@731031 13f79535-47bb-0310-9956-ffa450edef68
2009-01-03 17:25:10 +00:00