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: 459 ( +11, -5 )

Created: 2008-06-28 02:06:48 -0500 (5 months 4 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: 453 ( +12, -12 )

Created: 2008-06-21 04:29:39 -0500 (5 months 11 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

1756 annotated / raw | Diffs: previous, other | Lines: 453 ( +7, -1 )

Created: 2008-03-02 07:41:20 -0600 (9 months ago) | Author: rainerh | Changeset: 1756

default-class-ref should be able to be overriden for child packages
o applied patch supplied by Matthew Payne

Tags: xwork_2_1_1

Properties

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

1703 annotated / raw | Diffs: previous, other | Lines: 447 ( +19, -22 )

Created: 2007-12-09 06:03:31 -0600 (11 months ago) | Author: mrdon | Changeset: 1703

Making all configuration objects immutable, adding the capture and processing
of allowed methods in action configuration

XW-594 XW-595

Properties

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

1663 annotated / raw | Diffs: previous, other | Lines: 450 ( +44, -55 )

Created: 2007-10-26 23:47:14 -0500 (13 months ago) | Author: mrdon | Changeset: 1663

Adding namespace wildcards, adding new pattern matcher that uses named variables, better handling of multiple pattern matchers
XW-580

Properties

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

1636 annotated / raw | Diffs: previous, other | Lines: 461 ( +4, -1 )

Created: 2007-10-13 08:53:11 -0500 (13 months ago) | Author: mrdon | Changeset: 1636

Copied to: trunk/CopyOftrunk/src/java/com/opensymphony/xwork2/config/impl/DefaultConfiguration.java 1652

Made wildcard processing pluggable.  Also, refactored how matching
was handled
XW-578

Branch point for: tag:xwork_2-1-0

Tags: xwork_2-1-0

Properties

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

1630 annotated / raw | Diffs: previous, other | Lines: 458 ( +19, -11 )

Created: 2007-10-05 10:10:08 -0500 (13 months ago) | Author: mrdon | Changeset: 1630

Adding new logging facade that tries to delegate first to commons logging, then jdk logging
XW-577

Properties

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

1629 annotated / raw | Diffs: previous, other | Lines: 450 ( +16, -19 )

Created: 2007-10-04 17:33:09 -0500 (13 months ago) | Author: mrdon | Changeset: 1629

Changing package load order to have configuration providers first, in order
XW-575

Properties

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

1620 annotated / raw | Diffs: previous, other | Lines: 453 ( +46, -9 )

Created: 2007-10-04 07:04:07 -0500 (13 months ago) | Author: mrdon | Changeset: 1620

Split ConfigurationProvider into two interfaces, made package loading pluggable
XW-575 WW-2129

Properties

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

1608 annotated / raw | Diffs: previous, other | Lines: 416 ( +46, -5 )

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

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

Properties

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

1433 annotated / raw | Diffs: previous, other | Lines: 375 ( +1, -1 )

Created: 2007-04-02 09:10:57 -0500 (20 months ago) | Author: rainerh | Changeset: 1433

Action from parent package loses its parent's global results
o applied suggested patch

Issue Number: XW-495

Branch point for: no-statics

Properties

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

1348 annotated / raw | Diffs: previous, other | Lines: 375 ( +1, -1 )

Created: 2007-02-16 02:05:50 -0600 (21 months ago) | Author: rgielen | Changeset: 1348

XW-476:
Checked the object tree built by Configuration to be Serializable

Properties

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

1326 annotated / raw | Diffs: previous, other | Lines: 375 ( +2, -1 )

Created: 2007-02-04 07:12:12 -0600 (21 months ago) | Author: rgielen | Changeset: 1326

XW-476:
Default Configuration now implements Serializable

Branch point for: 2.0

Properties

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

1320 annotated / raw | Diffs: previous, other | Lines: 374 ( +7, -11 )

Created: 2007-01-30 21:52:57 -0600 (22 months ago) | Author: mrdon | Changeset: 1320

Cleaned up global result inheritance logic

Properties

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

1297 annotated / raw | Diffs: previous, other | Lines: 378 ( +17, -9 )

Created: 2007-01-06 02:23:05 -0600 (22 months ago) | Author: mrdon | Changeset: 1297

Ensured an ObjectFactory instance will be available during configuration initialization
XW-460

Tags: xwork_2-0-0

Properties

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

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

Created: 2006-11-18 00:59:15 -0600 (2 years ago) | Author: tm_jee | Changeset: 1218

XW-439
- clean up of ConfigurationManager is incomplete

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

Properties

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

1213 annotated / raw | Diffs: previous, other | Lines: 369 ( +6, -3 )

Created: 2006-11-17 04:53:37 -0600 (2 years ago) | Author: mrdon | Changeset: 1213

Changing configuration providers to be able to record the location of beans and constants.  Adding
a custom properties file parser to remember comments and line numbers of properties, pulled from
Commons Configuration.  Also, cleaned out a few external ref mentions.
XW-436

Properties

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

1212 annotated / raw | Diffs: previous, other | Lines: 366 ( +1, -3 )

Created: 2006-11-17 02:36:15 -0600 (2 years ago) | Author: mrdon | Changeset: 1212

Finished removing external reference resolver
XW-434

Properties

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

1211 annotated / raw | Diffs: previous, other | Lines: 368 ( +4, -3 )

Created: 2006-11-17 02:32:28 -0600 (2 years ago) | Author: tm_jee | Changeset: 1211

WW-1483 (avoid eclipse ide warning message)
 - use generics when creating Guice's Factory eg. new Factory<Configuration>() { .... }
 - added serialversionUID

Properties

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

1199 annotated / raw | Diffs: previous, other | Lines: 367 ( +4, -1 )

Created: 2006-11-16 14:13:29 -0600 (2 years ago) | Author: rainerh | Changeset: 1199

Merge XWork tiger subproject into XWork core
o move unit tests over
o some fixes for GenericsObjectTypeDeterminer (ported from 1.2.1)
o NPE checkin DefaultConfiguration (ported from 1.2.1)

Issue Number: XW-435

Properties

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

1197 annotated / raw | Diffs: previous, other | Lines: 364 ( +3, -4 )

Created: 2006-11-15 18:46:15 -0600 (2 years ago) | Author: tm_jee | Changeset: 1197

WW-1506 (Sitemesh plugin's struts-plugin.xml uses incorrect filter for both freemarker and velocity)
- reverted back the changes.
- can't seems to figure out a way to fix this without changing the container. Thoughts?


Properties

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

1196 annotated / raw | Diffs: previous, other | Lines: 365 ( +4, -3 )

Created: 2006-11-15 10:06:42 -0600 (2 years ago) | Author: tm_jee | Changeset: 1196

WW-1506
- Sitemesh plugin's struts-plugin.xml uses incorrect filter for both freemarker and velocity

Properties

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

1187 annotated / raw | Diffs: previous, other | Lines: 364 ( +66, -2 )

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

1181 annotated / raw | Diffs: previous, other | Lines: 300 ( +1, -1 )

Created: 2006-11-04 21:39:28 -0600 (2 years ago) | Author: mrdon | Changeset: 1181

Fixed misspellings, bad logging, added classloader scanning util from
Stripes

Properties

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

1149 annotated / raw | Diffs: previous, other | Lines: 300 ( +3, -1 )

Created: 2006-10-02 03:53:48 -0500 (2 years 2 months ago) | Author: tm_jee | Changeset: 1149

WW-420
 - improved logging to log the location of xml file where the same package name is being found as well as the location of the current xml file where the conflict is found
 - make destroy() method clear the packageConfig Map. When a DefaultConfiguration is destroyed we don't want to keep the old packageConfigs anyway.

Tags: xwork_2-0-beta-1

Properties

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

1141 annotated / raw | Diffs: previous, other | Lines: 298 ( +12, -4 )

Created: 2006-09-27 00:49:06 -0500 (2 years 2 months ago) | Author: mrdon | Changeset: 1141

Better handle packages loaded twice from the same file

Properties

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

1119 annotated / raw | Diffs: previous, other | Lines: 290 ( +3, -1 )

Created: 2006-09-09 19:18:45 -0500 (2 years 2 months ago) | Author: mrdon | Changeset: 1119

Added passing of location object whenever ActionConfig is cloned

Properties

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

1078 annotated / raw | Diffs: previous, other | Lines: 288 ( +1, -1 )

Created: 2006-07-18 00:36:39 -0500 (2 years 4 months ago) | Author: mrdon | Changeset: 1078

Add a hook to allow subclasses to load extra information from xwork
configuration files, changed exception to just use location
XW-402

Properties

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

1077 annotated / raw | Diffs: previous, other | Lines: 288 ( +3, -2 )

Created: 2006-07-17 23:00:25 -0500 (2 years 4 months ago) | Author: mrdon | Changeset: 1077

Took out compatibility mode (moving to Struts), better error
handling
XW-390

Properties

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

1067 annotated / raw | Diffs: previous, other | Lines: 287 ( +9, -1 )

Created: 2006-07-11 09:42:44 -0500 (2 years 4 months ago) | Author: tm_jee | Changeset: 1067

WW-945
 - Global Result conflict

Properties

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

1063 annotated / raw | Lines: 279 ( +279, -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-12-02 08:06 -0600