Activity
From 2012-07-23 to 2012-08-21
2012-08-21
-
09:32 Bug #40011 (Under Review): Numeric offset access is not supported
-
09:31 Bug #40011: Numeric offset access is not supported
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13982 -
09:30 Bug #40011 (Resolved): Numeric offset access is not supported
- Passing an integer for array offset access (@${myarray[17].foo}@) causes problems with the Context evaluation which e...
-
09:30 Revision 67e1e83b: [BUGFIX] Fix numeric array offset access
- Change-Id: I82950d32dc8ee17f851a74db708fefbca3e75136
Resolves: #40011
2012-08-14
-
12:35 Feature #39162 (Resolved): Support for != comparison
- Applied in changeset commit:0f6a4eb60e5b50724a29537993ead310e73dcf23.
-
12:33 Revision a3196bdf: Merge "[TASK] Unify error handling and provider better exception messages"
-
12:31 Revision 7299b54c: Merge "[FEATURE] Implement != comparison"
2012-08-10
2012-08-09
-
15:20 Revision a387131e: [FEATURE] instanceof FlowQuery filter should support simple types
- Now, it is also possible to do an instanceof check for all simple types,
including "array" and "object".
Example: ${... -
14:25 Revision 0a782102: [TASK] Unify error handling and provider better exception messages
- Additionally test some more invalid expressions for reference.
Change-Id: I39d6e399c14ad5268ec64b969047c31eff33c5c8 -
13:47 Feature #39162: Support for != comparison
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13536 -
13:47 Feature #39162: Support for != comparison
- Moved to Feature tracker since this is rather a feature request.
-
13:47 Revision 0f6a4eb6: [FEATURE] Implement != comparison
- Change-Id: I955e98374ec0343836916c4949de448a5c25f0af
Resolves: #39162 -
13:21 Bug #39596 (Resolved): Context unwrap of nested array with Context does not work
-
13:05 Revision a0b1883b: [FEATURE] Support object literals in Eel
- Implemented object literals and extended regular expression for matching
Eel expression with recursive matching of ex...
2012-08-08
-
12:14 Bug #39596: Context unwrap of nested array with Context does not work
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13514 -
11:39 Bug #39596: Context unwrap of nested array with Context does not work
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13514 -
12:09 Revision 14f898e9: [BUGFIX] Make Context unwrapping consistent
- Fix a problem with nested arrays and support safe NULL return on
missing object properties.
Change-Id: I96ef9d3891ea... -
12:09 Revision a12eb1b0: [BUGFIX] Throw an exception when calling undefined method on object
- Add tests to the evaluator test case for undefined methods and
function calls on NULL values. Introduce an Evaluation...
2012-08-07
-
17:06 Bug #38459: Accessing a not present property/method should error verbosely
- But when adding some more Unit Tests to @Context@ I found some cases where also Eel itself did not throw an exception...
-
16:55 Bug #38459: Accessing a not present property/method should error verbosely
- I think this is due to the behaviour in FLowQuery::__call where a unknown operation should rather throw an exception ...
-
16:53 Bug #39596 (Resolved): Context unwrap of nested array with Context does not work
- If a Context object is nested inside an array, the unwrapping of the pure value does not work as expected.
-
12:45 Feature #39564 (Resolved): Eel Parser RegEx should support quoted strings containing curly brackets
- thanks Alexander for working on this :)
-
00:58 Feature #39564: Eel Parser RegEx should support quoted strings containing curly brackets
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13487 -
00:54 Feature #39564 (Resolved): Eel Parser RegEx should support quoted strings containing curly brackets
- Currently, the eel parser regex doesn't recognize expressions like the following as valid:...
-
00:57 Revision ad12e9aa: [FEATURE] Support quoted strings containing curly brackets in Eel expressions
- This enhances the Eel parser regexp to support quoted strings containing curly brackets.
Change-Id: I1bd9e3d92f4bb56...
2012-08-06
-
13:02 Revision b9062dbb: [FEATURE] implement property() for generic objects
- Related: #38692
Change-Id: I7dabb8d22b69c2b1905e184f030027bc212b0f34
Also available in: Atom