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 1855 1063 no-statics 1607 1603

latest revision download trunk

1855 annotated / raw | Diffs: previous, other | Lines: 460 ( +2, -2 )

Created: 2008-08-14 08:10:30 -0500 (3 months 18 days ago) | Author: musachy | Changeset: 1855

Rename fields and methods with "accepted" to "accept"

Properties

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

1854 annotated / raw | Diffs: previous, other | Lines: 460 ( +13, -2 )

Created: 2008-08-13 09:38:32 -0500 (3 months 19 days ago) | Author: musachy | Changeset: 1854

WW-2761 Parameters interceptor does not properly exclude parameters with OGNL expressions as the name

Properties

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

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

Created: 2008-08-01 12:10:22 -0500 (4 months ago) | Author: musachy | Changeset: 1853

XW-641 XWork ParameterInterceptors bypass (OGNL statement execution)

Properties

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

1833 annotated / raw | Diffs: previous, other | Lines: 441 ( +27, -28 )

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

1796 annotated / raw | Diffs: previous, other | Lines: 442 ( +17, -11 )

Created: 2008-06-11 09:35:30 -0500 (5 months 21 days ago) | Author: rainerh | Changeset: 1796

XW-613 OgnlValueStack logging levels are backwards
o adjusted some log levels

Properties

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

1647 annotated / raw | Diffs: previous, other | Lines: 436 ( +127, -56 )

Created: 2007-10-15 12:04:43 -0500 (13 months ago) | Author: rainerh | Changeset: 1647

Copied to: trunk/CopyOftrunk/src/java/com/opensymphony/xwork2/ognl/OgnlValueStack.java 1652

Add ability to log or throw exceptions for expressions that contain non-existant properties or invalid methods

Issue Number: XW-557
Submitted by: Matt Raible

Branch point for: tag:xwork_2-1-0

Tags: xwork_2-1-0 xwork_2_1_1

Properties

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

1631 annotated / raw | Diffs: previous, other | Lines: 365 ( +1, -1 )

Created: 2007-10-05 10:12:33 -0500 (13 months ago) | Author: mrdon | Changeset: 1631

Fixing log format to use 0-based parameterization
XW-577

Properties

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

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

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

1608 new/copied annotated / raw | Diffs: previous, other | Lines: 366 ( +366, -0 )

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

Copied from: branches/no-statics/src/java/com/opensymphony/xwork2/ognl/OgnlValueStack.java 1607

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

1599 annotated / raw | Diffs: previous, other | Lines: 397 ( +3, -3 )

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

Copied to: branches/no-statics/src/java/com/opensymphony/xwork2/ognl/OgnlValueStack.java 1603

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

1596 annotated / raw | Diffs: previous, other | Lines: 397 ( +26, -7 )

Created: 2007-09-07 09:44:32 -0500 (14 months ago) | Author: mrdon | Changeset: 1596

Adding ability to disable static method calls in ognl expressions
XW-562

Properties

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

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

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

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

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

Created: 2007-07-17 12:07:22 -0500 (16 months ago) | Author: jholmes | Changeset: 1553

XW-542 update error message in OgnlValueStack.setValue() to report all values in an array

Properties

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

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

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

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

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

Created: 2006-11-14 23:32:42 -0600 (2 years ago) | Author: mrdon | Changeset: 1194

Changed RuntimeExceptions to XWorkExceptions, added better exception chaining
and removed a lot of extra logging
XW-395 XW-388

Properties

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

1187 annotated / raw | Diffs: previous, other | Lines: 355 ( +10, -14 )

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

1142 annotated / raw | Diffs: previous, other | Lines: 359 ( +41, -65 )

Created: 2006-09-30 00:34:02 -0500 (2 years 2 months 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

1116 annotated / raw | Diffs: previous, other | Lines: 383 ( +10, -1 )

Created: 2006-09-08 11:56:09 -0500 (2 years 2 months ago) | Author: tm_jee | Changeset: 1116

XW-411
 - fix src/java/com/opensymphony/xwork2/util/OgnlValueStack.java
   (apply Derek's patch + test cases)

Properties

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

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

Created: 2006-07-29 09:34:06 -0500 (2 years 4 months ago) | Author: tm_jee | Changeset: 1091

- added a serialVersionUID private member variable to OgnlValueStack
- added versioning tag (@version) to javadoc

Properties

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

1081 annotated / raw | Diffs: previous, other | Lines: 368 ( +1, -1 )

Created: 2006-07-20 09:29:43 -0500 (2 years 4 months ago) | Author: tm_jee | Changeset: 1081

WW-1340
 - correct spelling mistakes in one of the Constants defined

Properties

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

1063 annotated / raw | Lines: 368 ( +368, -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

latest revision download Branch no-statics

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

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

Copied to: trunk/src/java/com/opensymphony/xwork2/ognl/OgnlValueStack.java 1608

Minor fixes discovered during Struts 2 recoding
XW-566

Properties

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

1606 annotated / raw | Diffs: previous, other | Lines: 366 ( +26, -20 )

Created: 2007-09-14 10:48:42 -0500 (14 months ago) | Author: mrdon | Changeset: 1606

Fixed all unit tests

Properties

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

1605 annotated / raw | Diffs: previous, other | Lines: 360 ( +12, -23 )

Created: 2007-09-13 09:30:46 -0500 (14 months ago) | Author: mrdon | Changeset: 1605

More refactorings, half the tests working

Properties

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

1603 new/copied annotated / raw | Diffs: previous, other | Lines: 371 ( +371, -0 )

Created: 2007-09-12 07:55:34 -0500 (14 months ago) | Author: mrdon | Changeset: 1603

Copied from: trunk/src/java/com/opensymphony/xwork2/util/OgnlValueStack.java 1599

Commiting progress on refactoring:
* All core code done
* No more singletons, most factories gone
* Tests broken and some not compiling
* Ognl refactored to separate package

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 10:34 -0600