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

latest revision download trunk

166 annotated / raw | Diffs: previous, other | Lines: 302 ( +10, -5 )

Created: 2008-01-25 15:08:59 -0600 (11 months ago) | Author: jkuhnert | Changeset: 166

Minor syntax cleanup.

Tags: 2.7.2 2.7.3

157 annotated / raw | Diffs: previous, other | Lines: 297 ( +5, -5 )

Created: 2007-11-29 12:44:43 -0600 (13 months ago) | Author: jkuhnert | Changeset: 157

Reduced some overhead with unneccesarily getting values from expressions when compiling.

142 annotated / raw | Diffs: previous, other | Lines: 297 ( +1, -1 )

Created: 2007-09-17 16:21:23 -0500 (15 months ago) | Author: jkuhnert | Changeset: 142

Fixes for OGNL-122.   OgnlOps should be converting Number based object instances to BigDecimal using the String constructor - as stated in the BigDecimal javadocs.

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

Created: 2007-07-15 14:39:33 -0500 (17 months ago) | Author: jkuhnert | Changeset: 132

Fixes OGNL-106.  Wasn't checking for null in ASTMethod.

Also refactored exception catching logic so that more exceptions aren't needlessly added on to the exception stack when catching Throwables.

Tags: 2.7.1

113 annotated / raw | Diffs: previous, other | Lines: 300 ( +8, -2 )

Created: 2007-06-16 11:05:07 -0500 (18 months ago) | Author: jkuhnert | Changeset: 113

Fixes OGNL-94.  Incorrect widening expressions on ASTTest when expression types are already compatible.

Tags: 2.7

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

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: 292 ( +85, -82 )

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.

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

Created: 2007-05-19 10:14:53 -0500 (19 months ago) | Author: jkuhnert | Changeset: 100

Fixes OGNL-77. ASTAdd wasn't setting the context type before returning.

89 annotated / raw | Diffs: previous, other | Lines: 286 ( +18, -27 )

Created: 2007-05-04 16:52:19 -0500 (20 months ago) | Author: jkuhnert | Changeset: 89

Resolves OGNL-64.

87 annotated / raw | Diffs: previous, other | Lines: 295 ( +8, -3 )

Created: 2007-05-04 15:38:02 -0500 (20 months ago) | Author: jkuhnert | Changeset: 87

Fixes OGNL-61. ExpressionNode's and string concatenation wasn't working out so well without ()s.

81 annotated / raw | Diffs: previous, other | Lines: 290 ( +2, -2 )

Created: 2007-04-28 13:46:30 -0500 (20 months ago) | Author: jkuhnert | Changeset: 81

Fixes OGNL-58. ASTChain children weren't having their expression root strings added.

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

Created: 2007-04-21 09:46:00 -0500 (20 months ago) | Author: jkuhnert | Changeset: 75

ASTTest had been quietly failing since the last set of changes. Not good for performance...

72 annotated / raw | Diffs: previous, other | Lines: 289 ( +3, -3 )

Created: 2007-04-19 16:02:46 -0500 (20 months ago) | Author: jkuhnert | Changeset: 72

Fixes OGNL-46. ExpressionCompiler.getRootExpression() was incorrectly casting directly to the root type instead of checking the context accessor type first. (to be friendly with object inheritance)

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

Created: 2007-04-19 15:11:20 -0500 (20 months ago) | Author: jkuhnert | Changeset: 71

Fixes regression of string concatenations in OGNL-48.

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

Created: 2007-04-18 16:33:50 -0500 (20 months ago) | Author: jkuhnert | Changeset: 69

Fixes OGNL-44. ASTAdd wasn't checking for property/var references before expanding value via native conversion methods.

68 annotated / raw | Diffs: previous, other | Lines: 286 ( +6, -10 )

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.

67 annotated / raw | Diffs: previous, other | Lines: 290 ( +18, -16 )

Created: 2007-04-14 13:41:32 -0500 (20 months ago) | Author: jkuhnert | Changeset: 67

Resolves OGNL-40. ASTAdd was improperly double escaping quoting characters.

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

Created: 2007-04-01 19:14:26 -0500 (21 months ago) | Author: jkuhnert | Changeset: 62

Let's just say it fixes most problems and leave it at that...

60 annotated / raw | Diffs: previous, other | Lines: 281 ( +9, -3 )

Created: 2007-03-26 20:35:19 -0500 (21 months ago) | Author: jkuhnert | Changeset: 60

Resolves OGNL-23. String concatenation not working properly in ternary statements.

59 annotated / raw | Diffs: previous, other | Lines: 275 ( +6, -4 )

Created: 2007-03-26 20:17:57 -0500 (21 months ago) | Author: jkuhnert | Changeset: 59

Resolves OGNL-22. Null strings weren't being handled properly in mathematical expressions.

37 annotated / raw | Diffs: previous, other | Lines: 273 ( +29, -11 )

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: 255 ( +6, -2 )

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: 251 ( +193, -5 )

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

Optimized imports, slight tweaks on formatting / etc.

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

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

Initial import.

Tags: ognl_2-6-10 ognl_2-6-11

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 15:55 -0600