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 349 3 xwork_1-0-3 1846 1844

latest revision download trunk

349 annotated / raw | Diffs: previous, other | Lines: 311 ( +43, -17 )

Created: 2004-09-01 13:55:36 -0500 (4 years 2 months ago) | Author: billjive | Changeset: 349

Improved javadocs

Branch point for: xwork_1-0-3

Tags: xwork_1-0-3 xwork_1-0-4

Properties

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

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

Created: 2004-08-10 01:45:29 -0500 (4 years 3 months ago) | Author: unkyaku | Changeset: 333

Make Jalopy happy.

Tags: xwork_1-0-2

Properties

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

318 annotated / raw | Diffs: previous, other | Lines: 284 ( +6, -5 )

Created: 2004-07-29 23:46:59 -0500 (4 years 4 months ago) | Author: unkyaku | Changeset: 318

Use fullFieldName when checking for errors.

Properties

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

286 annotated / raw | Diffs: previous, other | Lines: 283 ( +20, -15 )

Created: 2004-07-13 03:33:51 -0500 (4 years 4 months ago) | Author: unkyaku | Changeset: 286

Updated javadoc and tweaked if statements.

Properties

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

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

Created: 2004-07-09 00:41:29 -0500 (4 years 4 months ago) | Author: unkyaku | Changeset: 279

Allow validators to be built for an interface.

Properties

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

278 annotated / raw | Diffs: previous, other | Lines: 270 ( +10, -3 )

Created: 2004-07-07 23:38:35 -0500 (4 years 4 months ago) | Author: unkyaku | Changeset: 278

Make Jalopy happy.

Properties

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

274 annotated / raw | Diffs: previous, other | Lines: 263 ( +35, -31 )

Created: 2004-06-29 14:43:56 -0500 (4 years 5 months ago) | Author: unkyaku | Changeset: 274

Make sure we don't load config files more than once for a class while walking up the class hierarchy.  Added more javadocs.

Properties

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

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

Created: 2004-06-27 02:04:29 -0500 (4 years 5 months ago) | Author: unkyaku | Changeset: 272

Jalopy cleanup.

Properties

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

267 annotated / raw | Diffs: previous, other | Lines: 258 ( +5, -6 )

Created: 2004-06-24 18:57:28 -0500 (4 years 5 months ago) | Author: unkyaku | Changeset: 267

Issue number:  XW-189
Submitted by:  Bruce Ritchie
Reviewed by:   Mark Woon

I think it works better if I check in the right file...  ;)

Properties

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

246 annotated / raw | Diffs: previous, other | Lines: 259 ( +68, -61 )

Created: 2004-06-02 05:06:46 -0500 (4 years 6 months ago) | Author: unkyaku | Changeset: 246

Renamed ShortCircuitingValidator to ShortCircuitableValidator (marker interface,
doesn't extend Validator).  Fixed validation config retrieval to look up
context-specific validators in hierarchy.  Short-circuiting an action validator
now short-circuits the entire validation stack.

Tags: xwork_1-0-1

Properties

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

242 annotated / raw | Diffs: previous, other | Lines: 252 ( +51, -24 )

Created: 2004-05-31 08:01:45 -0500 (4 years 6 months ago) | Author: unkyaku | Changeset: 242

Expand short-circuit mechanism to work for all validators, not just field validators.

Properties

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

241 annotated / raw | Diffs: previous, other | Lines: 225 ( +45, -0 )

Created: 2004-05-31 05:42:41 -0500 (4 years 6 months ago) | Author: unkyaku | Changeset: 241

Allow field-validators to short-circuit.  Solution for XW-185.

Properties

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

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

Created: 2004-03-24 18:51:29 -0600 (4 years 8 months ago) | Author: unkyaku | Changeset: 227

Don't build alias validators for implemented interfaces.

Properties

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

226 annotated / raw | Diffs: previous, other | Lines: 181 ( +23, -5 )

Created: 2004-03-24 17:20:17 -0600 (4 years 8 months ago) | Author: unkyaku | Changeset: 226

When looking up resources (properties, converters, validators), look up class hierarchy as well.  Improve support for ModelDriven when looking up properties.
Resolves XW-166 & XW-164.

Properties

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

15 annotated / raw | Diffs: previous, other | Lines: 163 ( +19, -6 )

Created: 2003-08-11 02:04:33 -0500 (5 years 3 months ago) | Author: jcarreira | Changeset: 15

Making sure InputStreams are closed

Branch point for: v1_0_1branch

Tags: xwork-beta1 xwork_1-0-beta2 xwork-1_0

Properties

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

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

Created: 2003-08-06 00:51:27 -0500 (5 years 3 months ago) | Author: jcarreira | Changeset: 9

XW-71 Field Errors need to be able to hold more than one error per field - field errors now holds Lists
XW-58  Create VisitorFieldValidator - VisitorFieldValidator allows sub-objects to be validated from the action using its own validations (as defined in the *-validation.xml files)
I also refactored LocaleAware and ValidationAware and created support classes for these, which the BaseActionSupport delegate to.

Properties

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

7 annotated / raw | Diffs: previous, other | Lines: 125 ( +21, -32 )

Created: 2003-08-02 20:33:16 -0500 (5 years 4 months ago) | Author: jcarreira | Changeset: 7

WW-211: Refactored ActionValidatormanager to use only class and context to load validations
XW-57: Validation file name pattern is now ClassName-alias-validation.xml for aliases and ClassName-validation.xml

Properties

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

3 new annotated / raw | Lines: 136 ( +136, -0 )

Created: 2003-07-25 01:54:24 -0500 (5 years 4 months ago) | Author: savaki | Changeset: 3

Transferred code from SourceForge repository as of 2003.07.23  23:40

Properties

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

latest revision download Branch xwork_1-0-3

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

Created: 2008-06-26 02:43:01 -0500 (5 months 6 days ago) | Author: davenewton | Changeset: 1846

Formatting changes

Tags: xwork_1-0-3-1

Properties

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

1844 new annotated / raw | Diffs: previous, other | Lines: 311 ( +311, -0 )

Created: 2008-06-26 02:40:03 -0500 (5 months 6 days ago) | Author: davenewton | Changeset: 1844

Creating 1.0.3 branch

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 05:40 -0600