Quick Search:

View detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

trunk 1849 1063

latest revision download trunk

1849 annotated / raw | Diffs: previous, other | Lines: 651 ( +2, -9 )

Created: 2008-06-28 02:06:48 -0500 (4 months 22 days ago) | Author: mrdon | Changeset: 1849

Minor tweaks to better handle different states of ActionContext

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1833 annotated / raw | Diffs: previous, other | Lines: 658 ( +19, -30 )

Created: 2008-06-21 04:29:39 -0500 (4 months 29 days ago) | Author: rainerh | Changeset: 1833

XW-615 Fix generics in all codebase
XWork Java5 enhancements
o added generics where possible
o use parameterizes Collection classes where possible
o converted for to for-each loops
o optimized imports
o updated tests
o aligned parameter types with Struts2
o fixed some minor bugs

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1770 annotated / raw | Diffs: previous, other | Lines: 669 ( +50, -28 )

Created: 2008-03-28 13:48:23 -0500 (7 months ago) | Author: rainerh | Changeset: 1770

XWorkConverter only loads the first classpath entry, it should load all entries

Issue Number: XW-616
Submitted by: Brian Pontarelli

Tags: xwork_2_1_1

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1754 annotated / raw | Diffs: previous, other | Lines: 647 ( +35, -0 )

Created: 2008-02-19 04:05:21 -0600 (9 months ago) | Author: mrdon | Changeset: 1754

Fixing NPE when using custom converters
WW-2471

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1608 annotated / raw | Diffs: previous, other | Lines: 612 ( +10, -25 )

Created: 2007-09-20 07:46:19 -0500 (13 months ago) | Author: mrdon | Changeset: 1608

Copied to: trunk/CopyOftrunk/src/test/com/opensymphony/xwork2/conversion/impl/XWorkConverterTest.java 1652

Merging the no-statics branch into 2.1 trunk.  Consists of
* OGNL API separation so that the EL could be replaced
* Rid of almost all static state, preferring dep injection
* Rid of static factories, again in favor of dep injection
* Better use of dep injection library (bootstrap phase)

XW-566 XW-461 XW-561

Branch point for: tag:xwork_2-1-0

Tags: xwork_2-1-0

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1599 annotated / raw | Diffs: previous, other | Lines: 627 ( +7, -0 )

Created: 2007-09-08 00:14:02 -0500 (14 months ago) | Author: mrdon | Changeset: 1599

Added support for enums in the type conversion, fixed setting of flag for
allowing access to static methods
XW-564

Branch point for: no-statics

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1592 new/moved annotated / raw | Diffs: previous, other | Lines: 620 ( +620, -0 )

Created: 2007-09-06 23:40:39 -0500 (14 months ago) | Author: mrdon | Changeset: 1592

Moved from: trunk/src/test/com/opensymphony/xwork2/util/XWorkConverterTest.java 1216

Extracting type conversion classes into new XWork type conversion system, separate but
interoperable with the OGNL type conversion API
XW-561

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1216 annotated / raw | Diffs: previous, other | Lines: 611 ( +1, -0 )

Created: 2006-11-17 13:46:06 -0600 (2 years ago) | Author: jmitchell | Changeset: 1216

Moved to: trunk/src/test/com/opensymphony/xwork2/conversion/impl/XWorkConverterTest.java 1592

Remove unused and duplicate imports

Branch point for: 2.0

Tags: xwork_2-0-beta-2 xwork_2-0-beta-3 xwork_2-0-RC1 xwork_2-0-0

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1214 annotated / raw | Diffs: previous, other | Lines: 610 ( +9, -0 )

Created: 2006-11-17 06:38:31 -0600 (2 years ago) | Author: rainerh | Changeset: 1214

Various ports of XWork 1.2.x fixes to XWork 2.0

Issue Number: XW-437

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1203 annotated / raw | Diffs: previous, other | Lines: 601 ( +0, -1 )

Created: 2006-11-16 15:57:15 -0600 (2 years ago) | Author: rainerh | Changeset: 1203

Removing custom apt stuff.
The apt generation of XXX-conversion.properties is no longer required due to the dependency on Java5 now

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1187 annotated / raw | Diffs: previous, other | Lines: 602 ( +4, -0 )

Created: 2006-11-13 02:05:32 -0600 (2 years ago) | Author: mrdon | Changeset: 1187

Added the Guice DI container into XWork to wire together key pieces and constants, started
the merge of the tiger project into core, removed the external reference resolver feature
as there are better ways to do it.
XW-433 WX-434 XW-435

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1177 annotated / raw | Diffs: previous, other | Lines: 598 ( +1, -1 )

Created: 2006-10-27 00:48:38 -0500 (2 years ago) | Author: mrdon | Changeset: 1177

Changing references from WebWork to either Struts 2 or XWork
XW-415

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1142 annotated / raw | Diffs: previous, other | Lines: 598 ( +11, -11 )

Created: 2006-09-30 00:34:02 -0500 (2 years 1 month ago) | Author: mrdon | Changeset: 1142

Pulling out ValueStack interface for OgnlValueStack and giving it factory creation
XW-418

Tags: xwork_2-0-beta-1

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

1063 annotated / raw | Lines: 598 ( +598, -0 )

Created: 2006-07-09 19:30:29 -0500 (2 years 4 months ago) | Author: mrdon | Changeset: 1063

Renaming package from com.opensymphony.xwork to com.opensymphony.xwork2
XW-399

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

Open Source License registered to the OpenSymphony Project. This license of FishEye is provided to support the development of OpenSymphony only.
Atlassian FishEye, Subversion analysis. (Version:1.6.1 Build:build-325 2008-09-24) - Administration - Page generated 2008-11-19 16:46 -0600