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 175 9

latest revision download trunk

175 annotated / raw | Diffs: previous, other | Lines: 410 ( +29, -0 )

Created: 2008-05-28 11:55:40 -0500 (7 months ago) | Author: jkuhnert | Changeset: 175

Updating pom for 2.7.3 release.

Tags: 2.7.3

174 annotated / raw | Diffs: previous, other | Lines: 381 ( +1, -1 )

Created: 2008-04-08 15:49:52 -0500 (9 months ago) | Author: jkuhnert | Changeset: 174

Fixes for OGNL-119.  ASTChain had bug in indexed setter evaluation loop which caused it improperly not detect valid indexed set operations. Thanks to Max Bowsher for pointing that out.

158 annotated / raw | Diffs: previous, other | Lines: 381 ( +5, -0 )

Created: 2008-01-18 11:37:15 -0600 (11 months ago) | Author: jkuhnert | Changeset: 158

Minor improvements to remove redundant expression evaluations during compilation.

Tags: 2.7.2

145 annotated / raw | Diffs: previous, other | Lines: 376 ( +2, -2 )

Created: 2007-10-13 16:13:52 -0500 (14 months ago) | Author: jkuhnert | Changeset: 145

Fixes OGNL-128.  Addex explicit check for String types on the context stack in numeric expressions.

137 annotated / raw | Diffs: previous, other | Lines: 376 ( +1, -18 )

Created: 2007-08-04 13:09:35 -0500 (17 months ago) | Author: jkuhnert | Changeset: 137

Fixes OGNL-112.  OgnlRuntime was incorrectly returning reader methods for simple property getters with parameters when non parameter methods with the same name should have been preferred in the method finding loop.

Tags: 2.7.1

130 annotated / raw | Diffs: previous, other | Lines: 393 ( +2, -2 )

Created: 2007-07-15 13:29:48 -0500 (17 months ago) | Author: jkuhnert | Changeset: 130

Fixes OGNL-103.  OgnlRuntime.getReadMethod wasn't checking for is/has - causing common boolean getters to sometimes return the wrong getter.

115 annotated / raw | Diffs: previous, other | Lines: 393 ( +19, -0 )

Created: 2007-06-16 11:45:26 -0500 (18 months ago) | Author: jkuhnert | Changeset: 115

Updated version to 2.7 (minus -SNAPSHOT) before tagging for release.

Tags: 2.7

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

Created: 2007-06-16 09:42:34 -0500 (18 months ago) | Author: jkuhnert | Changeset: 110

Implemented ability to register a special class cache listener class to OgnlRuntime which makes it possible to prevent reflection caching of specific class types.

109 annotated / raw | Diffs: previous, other | Lines: 374 ( +3, -0 )

Created: 2007-06-15 21:59:05 -0500 (18 months ago) | Author: jkuhnert | Changeset: 109

Fixes OGNL-91. God that bug sucked ass.... Finally did numeric coercion refactoring whether I liked it or not.

105 annotated / raw | Diffs: previous, other | Lines: 371 ( +8, -0 )

Created: 2007-06-10 14:40:21 -0500 (19 months ago) | Author: jkuhnert | Changeset: 105

Cleaning up source / javadocs / etc in preparation for release.  Tried unsuccessfully to get docbook running happily.

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

Created: 2007-05-19 08:59:11 -0500 (19 months ago) | Author: jkuhnert | Changeset: 98

Fixes OGNL-75.

68 annotated / raw | Diffs: previous, other | Lines: 371 ( +3, -0 )

Created: 2007-04-18 16:28:22 -0500 (20 months ago) | Author: jkuhnert | Changeset: 68

Resolves OGNL-43. ASTAnd was incorrectly casting to a boolean expression when language grammar states && expressions return value of second expression - not just boolean.

64 annotated / raw | Diffs: previous, other | Lines: 368 ( +18, -10 )

Created: 2007-04-14 10:47:43 -0500 (20 months ago) | Author: jkuhnert | Changeset: 64

Fixes OGNL-37. OgnlRuntime.getMethod() wasn't properly checking types using the new context.getCurrentType(). (need to kill off that old NodeType interface)

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

Created: 2007-04-07 17:13:45 -0500 (21 months ago) | Author: jkuhnert | Changeset: 63

Fixes OGNL-35. Boolean "&&" expressions were being evaluated during source generation regardless of whether either condition was true. Added  check that throws UnsupportedCompilationException from ASTAnd until all conditions are true.

49 annotated / raw | Diffs: previous, other | Lines: 361 ( +32, -1 )

Created: 2007-03-18 13:18:33 -0500 (21 months ago) | Author: jkuhnert | Changeset: 49

Minor code formatting / cleanup.

39 annotated / raw | Diffs: previous, other | Lines: 330 ( +1, -1 )

Created: 2007-03-11 14:18:20 -0500 (22 months ago) | Author: jkuhnert | Changeset: 39

Added missing jar dependencies.

37 annotated / raw | Diffs: previous, other | Lines: 330 ( +4, -2 )

Created: 2007-03-02 20:00:51 -0600 (22 months ago) | Author: jkuhnert | Changeset: 37

-) Did a lot more work around setting up the context current/accessor type classes when dealing with property / method expressions.

-) Added ability for compiling expressions against string values.

-) Changed property accessor implementation to set class on current context.

-) Added a lot more unit tests.

35 annotated / raw | Diffs: previous, other | Lines: 328 ( +1, -1 )

Created: 2007-02-24 14:42:36 -0600 (22 months ago) | Author: jkuhnert | Changeset: 35

Added more unit tests , fixed a few more bugs for various compilation issues found in application using it.

32 annotated / raw | Diffs: previous, other | Lines: 328 ( +1, -1 )

Created: 2007-02-19 22:43:16 -0600 (22 months ago) | Author: jkuhnert | Changeset: 32

Optimized imports, slight tweaks on formatting / etc.

30 annotated / raw | Diffs: previous, other | Lines: 328 ( +6, -0 )

Created: 2007-02-17 12:35:40 -0600 (22 months ago) | Author: jkuhnert | Changeset: 30

Applied Race condition bugfix patch from Tim to fix OGNL-8 .

Updated project files to reflect new target version of 2.6.11.

25 annotated / raw | Diffs: previous, other | Lines: 322 ( +1, -1 )

Created: 2007-02-06 20:51:02 -0600 (23 months ago) | Author: jkuhnert | Changeset: 25

Added maven2 pom.

Tags: ognl_2-6-10

9 new annotated / raw | Lines: 322 ( +322, -0 )

Created: 2007-02-04 11:05:01 -0600 (23 months ago) | Author: jkuhnert | Changeset: 9

Initial import.

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 2009-01-09 17:40 -0600