Activity
From 2014-07-15 to 2014-08-13
2014-08-13
-
15:34 Revision a052fa50: [BUGFIX] Fix exception handling in CLI
- This removes the CommandExceptionHandler introduced in change
https://review.typo3.org/12019. Instead the echoExcepti...
2014-08-12
-
11:37 Revision 9b6059f7: [FEATURE] Allow logging of exceptions to be switched off
- The AbstractExceptionHandler logs all exceptions before passing control
to the concrete ExceptionHandler. This means ... -
11:37 Revision 82828c15: Merge "[FEATURE] Allow logging of exceptions to be switched off"
2014-08-11
-
17:07 Revision 730fcb45: [BUGFIX] Proxy compiler should only remove opening php tag
- Without this change the proxy compiler throws away the full line
containing the opening php tag, but that is not corr... -
17:07 Revision 8a52e5ea: [BUGFIX] Proxy compiler should only remove opening php tag
- Without this change the proxy compiler throws away the full line
containing the opening php tag, but that is not corr... -
17:06 Revision b7726c94: [BUGFIX] Proxy compiler should only remove opening php tag
- Without this change the proxy compiler throws away the full line
containing the opening php tag, but that is not corr... -
12:41 Revision da451c34: [FEATURE] Allow logging of exceptions to be switched off
- The AbstractExceptionHandler logs all exceptions before passing control
to the concrete ExceptionHandler. This means ...
2014-08-10
-
15:33 Bug #59404: Sub-Requests losing arguments
- Patch set 9 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availabl...
2014-08-06
-
11:27 Revision af0a9d7e: [TASK] Remove link to forge from DebugExceptionHandler output
- The link to create an issue from the exception screen was not used much
and since we moved away from forge it would l... -
10:04 Bug #51809: Commit "[BUGFIX] Published resources don't support symlinks" produces an fatal error on Windows
- Patch set 3 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availabl... -
10:04 Feature #51676: Support of symlinks for Resources
- Patch set 3 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availabl...
2014-08-05
-
13:00 Bug #51809: Commit "[BUGFIX] Published resources don't support symlinks" produces an fatal error on Windows
- Patch set 2 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availabl... -
13:00 Feature #51676: Support of symlinks for Resources
- Patch set 2 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availabl... -
12:00 Feature #52064 (Resolved): HTTP components for handling requests
- Applied in changeset commit:e51257c2a98bb899ed0d63dca9809040a57f5113.
-
12:00 Feature #45293 (Resolved): More flexible parsing of body arguments
- Applied in changeset commit:27853b9fdca4582f386b0299b0282172fcaf35d7.
-
11:52 Revision 9ebe61d0: Merge "[!!!][FEATURE] HTTP components for handling requests"
-
11:52 Revision 2796a972: Merge "[!!!][FEATURE] Flexible parsing of request body arguments"
2014-08-02
-
00:14 Feature #52064: HTTP components for handling requests
- Patch set 29 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availab... -
00:14 Revision e51257c2: [!!!][FEATURE] HTTP components for handling requests
- Currently the only way to hook into the request handling process
one has to create a custom ``RequestHandler`` (in or...
2014-07-31
-
09:44 Feature #52064: HTTP components for handling requests
- Patch set 28 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availab...
2014-07-29
-
11:16 Bug #60556 (Needs Feedback): Form VewiHelpers inside a Widget that is inside a f:form, are unaware of the surrounding form
- Hi Christian,
that's the definition of a Fluid widget that it has it's own context with a sub-MVC structure.
If y...
2014-07-25
-
18:49 Revision 460f4224: [TASK] Raise cURL timeout
- This change raises the default cURL timeout to 30 seconds.
Change-Id: I705e8da205e53ca1ce4001cf7027cafeaefc62d0
Rele... -
18:48 Revision 61d4daee: [TASK] Raise cURL timeout
- This change raises the default cURL timeout to 30 seconds.
Change-Id: I705e8da205e53ca1ce4001cf7027cafeaefc62d0
Rele... -
12:09 Bug #60556 (Closed): Form VewiHelpers inside a Widget that is inside a f:form, are unaware of the surrounding form
- When I use a custom widget ViewHelper inside a f:form, I cannot use f:form.* ViewHelpers inside the widget, like I co...
2014-07-20
-
15:44 Revision c6c7c0b1: [FEATURE] Flow configuration variables settable via $_SERVER
- As an alternative for environments in which setting environment
variables is not possible the ``FLOW_CONTEXT`` and
``...
2014-07-18
-
17:22 Revision 27853b9f: [!!!][FEATURE] Flexible parsing of request body arguments
- Parsing of body arguments (e.g. xml, json) currently takes place in
``Http\Request`` and is hard-coded there.
This c... -
16:16 Revision a31e2dc9: Merge "[TASK] Use Unicode-aware strtolower in equals()" into 2.2
-
16:16 Revision 3ef6b9a8: Merge "[TASK] Implement case insensitive like() in the Query object" into 2.2
-
16:14 Revision a8ac3c09: Merge "[TASK] Use Unicode-aware strtolower in equals()" into 2.1
-
16:14 Revision d39f5054: Merge "[TASK] Implement case insensitive like() in the Query object" into 2.1
-
16:12 Revision 62ad3fa1: Merge "[TASK] Implement case insensitive like() in the Query object" into 2.0
-
16:12 Revision 2e85bd06: Merge "[TASK] Use Unicode-aware strtolower in equals()" into 2.0
2014-07-17
-
19:40 Bug #55936: sessionManager->getActiveSessions() returns empty
- Any News? Same Issue here with Flow 2.2.0 :-/
-
17:10 Revision 84f2966e: Merge "[FEATURE] Configurable Doctrine DQL Custom Functions"
-
17:00 Bug #58959 (Resolved): FunctionalTestCase->registerRoute() does not support the httpMethods configuration
- Applied in changeset commit:a3444be261db6657b7f06c8f6f461e741e53c8ef.
-
16:58 Revision 90970c27: [TASK] Use @requires to check for test requirements
- Instead of using extension_loaded() and function() exists in setUp() of
test classes, use the @requires annotation pr... -
16:50 Revision 0a31c756: [TASK] Use Unicode-aware strtolower in equals()
- The implementation of equals() in Doctrine\Query used plain strtolower()
instead of a Unicode-aware function to lower... -
16:50 Revision d82644c3: [TASK] Use Unicode-aware strtolower in equals()
- The implementation of equals() in Doctrine\Query used plain strtolower()
instead of a Unicode-aware function to lower... -
16:50 Revision 2203c47b: [TASK] Use Unicode-aware strtolower in equals()
- The implementation of equals() in Doctrine\Query used plain strtolower()
instead of a Unicode-aware function to lower... -
16:49 Revision aebc942c: [TASK] Implement case insensitive like() in the Query object
- This change implements the missing case insensitive like() into
the Query object which was still documented as todo.
... -
16:49 Revision db8c8b99: [TASK] Implement case insensitive like() in the Query object
- This change implements the missing case insensitive like() into
the Query object which was still documented as todo.
... -
16:49 Revision 381aa5cb: [TASK] Implement case insensitive like() in the Query object
- This change implements the missing case insensitive like() into
the Query object which was still documented as todo.
... - 16:48 Revision 6f4fdbf0: [BUGFIX] FunctionalTestcase->registerRoute() does not allow httpMethods
- The FunctionalTestcase->registerRoute() did not allow configurable httpMethods.
This change adds an httpMethods argum... - 16:48 Revision e72b636e: [BUGFIX] FunctionalTestcase->registerRoute() does not allow httpMethods
- The FunctionalTestcase->registerRoute() did not allow configurable httpMethods.
This change adds an httpMethods argum... - 16:48 Revision ae147077: [BUGFIX] FunctionalTestcase->registerRoute() does not allow httpMethods
- The FunctionalTestcase->registerRoute() did not allow configurable httpMethods.
This change adds an httpMethods argum... -
16:47 Revision ba990fc0: Merge changes I6af1e90d,If804afe3
- * changes:
[TASK] Allow request body to be send in CurlEngine for e.g. DELETE requests
[BUGFIX] FunctionalTestcas... -
11:29 Revision 46a88eb5: [TASK] Use Unicode-aware strtolower in equals()
- The implementation of equals() in Doctrine\Query used plain strtolower()
instead of a Unicode-aware function to lower... -
11:29 Revision b74169fd: Merge "[TASK] Implement case insensitive like() in the Query object"
-
11:28 Revision 026306ad: [FEATURE] Configurable Doctrine DQL Custom Functions
- This adds the possibility to add custom DQL functions
to Doctrine via configuration. Such a setting would,
for exampl...
Also available in: Atom