Commit Graph

501 Commits

Author SHA1 Message Date
Ted Nathan Husted 238abc3d12 WW-1650 Update POMs for 2.0.4 release.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@500931 13f79535-47bb-0310-9956-ffa450edef68
2007-01-29 03:38:40 +00:00
Donald J. Brown 8622e46762 Adding notice and license files to all artifacts that will go into Maven
WW-1650


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@500893 13f79535-47bb-0310-9956-ffa450edef68
2007-01-28 21:36:41 +00:00
Donald J. Brown 981c80147b Exposed several freemarker tag model methods to subclasses
WW-1650


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@500745 13f79535-47bb-0310-9956-ffa450edef68
2007-01-28 05:38:24 +00:00
Donald J. Brown 2818f9218b Added interceptor for portlet apps that injects the portlet preferences.
A simple stub for servlet environment testing will be used if needed.
WW-1676


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@499708 13f79535-47bb-0310-9956-ffa450edef68
2007-01-25 09:23:21 +00:00
Donald J. Brown 3f96219877 Fixed classpath configuration parameters not able to be defined
in files other than struts.properties
WW-1650


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@499707 13f79535-47bb-0310-9956-ffa450edef68
2007-01-25 09:17:38 +00:00
Donald J. Brown 35d43292cd Fixed when custom i18n props not specified
WW-1668


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@499704 13f79535-47bb-0310-9956-ffa450edef68
2007-01-25 08:57:59 +00:00
Donald J. Brown bc6d851439 Moved processing of localization files from struts.properties to any usual properties setting
technique (web.xml, struts.properties, struts.xml)
WW-1668


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@499294 13f79535-47bb-0310-9956-ffa450edef68
2007-01-24 07:33:24 +00:00
Donald J. Brown 03745a49ae Split properties loading so that struts.properties can override plugin properties
WW-1666


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@498215 13f79535-47bb-0310-9956-ffa450edef68
2007-01-20 23:59:10 +00:00
Donald J. Brown 4449472577 Adding @SkipValidation annotation and associated interceptor
WW-1664


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@498203 13f79535-47bb-0310-9956-ffa450edef68
2007-01-20 22:55:16 +00:00
Donald J. Brown efcdc32d9b Removing unused properties
WW-1650


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@498186 13f79535-47bb-0310-9956-ffa450edef68
2007-01-20 21:59:04 +00:00
Wendy Smoak 9fa46b3e20 Revert r498071 and put struts-annotations back in compile scope, but mark it optional to exclude it from transitive dependency resolution. Thanks to Musachy Barroso for catching this.
WW-1650

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@498147 13f79535-47bb-0310-9956-ffa450edef68
2007-01-20 18:07:15 +00:00
Donald J. Brown ed9b875afc Improved the portlet dispatching to use the configured action mapper. This means
that the special prefixes like method: will now work for submitted forms among other
things
WW-1653


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@498097 13f79535-47bb-0310-9956-ffa450edef68
2007-01-20 10:15:15 +00:00
Donald J. Brown 3951b6833c Fixed parsing of name for ognl when no id is specified and using name value
WW-1617


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@498091 13f79535-47bb-0310-9956-ffa450edef68
2007-01-20 08:44:14 +00:00
Donald J. Brown c0513c0e07 Fixed double slash when portlet namespace is defined
WW-1641


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@498090 13f79535-47bb-0310-9956-ffa450edef68
2007-01-20 08:33:19 +00:00
Donald J. Brown 4cf46d99a9 Fixed problem in error report when error occurs deeper than action level
WW-1660


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@498088 13f79535-47bb-0310-9956-ffa450edef68
2007-01-20 08:24:28 +00:00
Donald J. Brown 9ed7fce11a Fixed NPE when action mapper for current request is null
WW-1662


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@498087 13f79535-47bb-0310-9956-ffa450edef68
2007-01-20 08:21:22 +00:00
Donald J. Brown 02424af910 Adding support for selecting unknown namespaces for codebehind plugin
WW-1663


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@498085 13f79535-47bb-0310-9956-ffa450edef68
2007-01-20 08:13:11 +00:00
Wendy Smoak bb29a91df7 Eliminate the compile-time dependency on struts-annotations. It is only required at build time, so configure it as a build extension.
WW-1650

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@498071 13f79535-47bb-0310-9956-ffa450edef68
2007-01-20 05:08:12 +00:00
Ted Nathan Husted bce0209ecc WW-1588 Update POMs for 2.0.4-SNAPSHOT (once again).
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@498062 13f79535-47bb-0310-9956-ffa450edef68
2007-01-20 03:49:06 +00:00
Ted Nathan Husted 8bf687db8f WW-1588 Update POMs for 2.0.3 (third try).
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@498041 13f79535-47bb-0310-9956-ffa450edef68
2007-01-20 01:50:47 +00:00
Donald J. Brown e57be3468a Adding back the generated tld file
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@497939 13f79535-47bb-0310-9956-ffa450edef68
2007-01-19 20:23:52 +00:00
Ted Nathan Husted a97043519c WW-1588 Update POMs for 2.0.4-SNAPSHOT (as discussed).
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@497807 13f79535-47bb-0310-9956-ffa450edef68
2007-01-19 13:26:15 +00:00
Ted Nathan Husted c66b4ed34a WW-1588 Update POMs for 2.0.3 (second try).
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@497787 13f79535-47bb-0310-9956-ffa450edef68
2007-01-19 12:10:42 +00:00
René Gielen 621accb683 WW-1392:
- Move annotation definitions back to core, due to making the taglib extensible and removing the runtime deps on struts-annotations
- Set annotation retention to RUNTIME to enable external taglib extensions

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@497663 13f79535-47bb-0310-9956-ffa450edef68
2007-01-19 00:44:43 +00:00
René Gielen 8f9b9df1f8 WW-1392:
- Move annotation definitions back to core, due to making the taglib extensible and removing the runtime deps on struts-annotations
- Set annotation retention to RUNTIME to enable external taglib extensions

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@497654 13f79535-47bb-0310-9956-ffa450edef68
2007-01-19 00:21:57 +00:00
Donald J. Brown e72f299033 Removed unnecessary Commons Lang usage in portlet classes
WW-1652


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@497293 13f79535-47bb-0310-9956-ffa450edef68
2007-01-18 03:13:27 +00:00
Donald J. Brown 8d6db00a11 Fixed id attribute for tabbed panel
WW-1646


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@496933 13f79535-47bb-0310-9956-ffa450edef68
2007-01-17 04:19:13 +00:00
Donald J. Brown d30c2b02e2 Better handling case where action mapping cannot be found when using restful2
WW-1648


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@496932 13f79535-47bb-0310-9956-ffa450edef68
2007-01-17 04:12:46 +00:00
Ted Nathan Husted 2573b581c9 WW-1588 Update POMs for 2.1.0-SNAPSHOT.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@496766 13f79535-47bb-0310-9956-ffa450edef68
2007-01-16 17:01:40 +00:00
Ted Nathan Husted e563bd0e15 WW-1588 Update POMs for Struts 2.0.3 build.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@496715 13f79535-47bb-0310-9956-ffa450edef68
2007-01-16 14:55:03 +00:00
Ted Nathan Husted 4286181668 WW-1588 Change feature list to active voice. Tweak mailreader tour.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@496687 13f79535-47bb-0310-9956-ffa450edef68
2007-01-16 13:48:36 +00:00
Ted Nathan Husted f67d33a5d7 WW-1588 - Update showcase remarks. Start to add second use case to file upload.
WW-1598 - Apply updates per Dariusz Wojtas



git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@496221 13f79535-47bb-0310-9956-ffa450edef68
2007-01-15 03:50:06 +00:00
Donald J. Brown 056ad9bdc0 Added returning of object in setter
WW-1628



git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@495509 13f79535-47bb-0310-9956-ffa450edef68
2007-01-12 07:50:25 +00:00
Donald J. Brown 7effcebbc4 Fixed wrong named plugin default
WW-1638


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@495504 13f79535-47bb-0310-9956-ffa450edef68
2007-01-12 07:26:44 +00:00
Donald J. Brown 53733757b4 Fixing getActionForMode on portlet context
WW-1636


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@495502 13f79535-47bb-0310-9956-ffa450edef68
2007-01-12 07:15:43 +00:00
David H. DeWolf cac4fcef2d Adding license headers to files
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@495341 13f79535-47bb-0310-9956-ffa450edef68
2007-01-11 19:25:30 +00:00
David H. DeWolf a95f9e4ccc First draft of an inputtransfer select component; Allows text --> select; Similar to OptionTransferSelect
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@495339 13f79535-47bb-0310-9956-ffa450edef68
2007-01-11 19:20:51 +00:00
David H. DeWolf a7370c2f18 adding default param for stream result so that it can be used with auto-config annotated results
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@495228 13f79535-47bb-0310-9956-ffa450edef68
2007-01-11 13:57:55 +00:00
Donald J. Brown 24b2a90fe8 Added support for treenode tag in Freemarker
WW-1383


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@495098 13f79535-47bb-0310-9956-ffa450edef68
2007-01-11 03:02:32 +00:00
Donald J. Brown e22fb0f0fc Changed dummy null object to be serializable
WW-1621


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@495097 13f79535-47bb-0310-9956-ffa450edef68
2007-01-11 02:57:59 +00:00
Donald J. Brown 7a398f6658 Fixed unused message lookup
WW-1631


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@495094 13f79535-47bb-0310-9956-ffa450edef68
2007-01-11 02:51:40 +00:00
Donald J. Brown 1d0102d83e Fixed restful action mapper (switched role of put/get)
WW-1475


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@495026 13f79535-47bb-0310-9956-ffa450edef68
2007-01-10 22:55:44 +00:00
Donald J. Brown bf9abaa708 Changing list attribute on autocomplete component to optional
WW-1611


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@495010 13f79535-47bb-0310-9956-ffa450edef68
2007-01-10 22:21:54 +00:00
David H. DeWolf ade8ee2974 Adding up down attributes to optiontransferselect
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@494210 13f79535-47bb-0310-9956-ffa450edef68
2007-01-08 21:55:49 +00:00
Donald J. Brown 39cd58cdae Added test for byte key in select tag
WW-1601


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@494155 13f79535-47bb-0310-9956-ffa450edef68
2007-01-08 19:05:40 +00:00
Donald J. Brown d8c80fdcfe Removed invalid widgets from dojo import
WW-1538


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@494150 13f79535-47bb-0310-9956-ffa450edef68
2007-01-08 18:45:42 +00:00
Donald J. Brown 7928ea7792 Fixing Struts 2 build for OSX
WW-1588


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@494148 13f79535-47bb-0310-9956-ffa450edef68
2007-01-08 18:41:13 +00:00
Donald J. Brown 8c9106addb Set default date parsing to the RFC 3399 standard
WW-1588


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@493965 13f79535-47bb-0310-9956-ffa450edef68
2007-01-08 06:43:35 +00:00
Donald J. Brown 5cef33a393 Adding missing datetimepicker template
WW-1596


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@493908 13f79535-47bb-0310-9956-ffa450edef68
2007-01-08 02:17:16 +00:00
Donald J. Brown 149328321c Renamed DropDownDateTimePicker to DateTimePicker and got rid of DatePicker and
TimePicker, better aligning Struts 2 with WebWork 2 offerings.
WW-1596



git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@493867 13f79535-47bb-0310-9956-ffa450edef68
2007-01-07 22:26:23 +00:00