Activity
From 2014-08-02 to 2014-08-31
2014-08-29
-
18:24 Revision 8cee5553: [TASK] Improve flush method of Redis cache backend
- This change improves the flush method by not using the KEYS command
with a pattern and iterating over the keys in PHP...
2014-08-28
-
12:27 Revision bf267bed: Merge "[BUGFIX] REMOTE_AUTHORIZATION strips "Basic" string" into 2.1
-
12:27 Revision ae215dce: Merge "[BUGFIX] REMOTE_AUTHORIZATION strips "Basic" string" into 2.2
-
10:54 Revision e867cd66: Merge "[BUGFIX] Properly merge request- and routing arguments"
2014-08-27
-
18:27 Revision 2c060361: Merge "[BUGFIX] Add domain model validators only once" into 2.2
-
18:06 Revision 6fc1f774: [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... -
18:01 Revision 296cfc95: [BUGFIX] Add domain model validators only once
- If a domain model validator is present and a controller action accepts
this domain model as argument, the validator i... -
18:01 Revision 6b38d1f7: [BUGFIX] Add domain model validators only once
- If a domain model validator is present and a controller action accepts
this domain model as argument, the validator i... -
18:00 Revision 9effd444: Merge "[BUGFIX] Add domain model validators only once"
-
17:28 Revision 296220dc: [FEATURE] Transient properties can be property mapped
- This change allows properties annotated as transient to be regarded
normally for the classSchema during reflection. T... -
17:25 Revision 57d734b0: [BUGFIX] Properly merge request- and routing arguments
- The "HTTP Components" feature (#52064) introduced a regression that
makes it very difficult to create RESTful service... -
13:39 Revision 758c50b1: Merge "[TASK] Remove link to forge from DebugExceptionHandler output"
-
12:39 Revision 9d31ba78: Merge "[BUGFIX] Fix exception handling in CLI"
-
11:49 Revision a9b42947: [FEATURE] Command to flush only particular cache
- This introduces a command typo3.flow:cache:flushone with an
additional identifier option, to clear only that particul... -
09:26 Revision 5d2b173f: Merge "[FEATURE] Mark deprecated commands as such in help texts"
-
09:26 Revision cb8c1477: Merge "[BUGFIX] Re-introduce quit() in CommandController"
2014-08-26
-
15:38 Revision 3d492d3b: [BUGFIX] sessionManager->getActiveSessions() returns empty array
- This change adds the tag 'session' to all started sessions.
As SessionManager->getActiveSessions() searches sessions ... -
15:38 Revision bc7a07df: [BUGFIX] sessionManager->getActiveSessions() returns empty array
- This change adds the tag 'session' to all started sessions.
As SessionManager->getActiveSessions() searches sessions ... -
15:28 Revision 65534966: [TASK] Fix doc comments for constants
- Change-Id: I24197f4402ee46537d0afcbc263e8ca3629d4224
Resolves: #57683
Releases: master -
15:22 Revision 71bfc215: [BUGFIX] REMOTE_AUTHORIZATION strips "Basic" string
- Currently the .htaccess file passes the "Authorization" header
to the REMOTE_AUTHORIZATION environment variable by st... -
15:22 Revision 19f638c8: [BUGFIX] REMOTE_AUTHORIZATION strips "Basic" string
- Currently the .htaccess file passes the "Authorization" header
to the REMOTE_AUTHORIZATION environment variable by st... -
15:22 Revision 575e6172: Merge "[BUGFIX] REMOTE_AUTHORIZATION strips "Basic" string"
-
15:01 Revision 15930467: [BUGFIX] sessionManager->getActiveSessions() returns empty array
- This change adds the tag 'session' to all started sessions.
As SessionManager->getActiveSessions() searches sessions ... - 14:00 Revision 324123c0: [FEATURE] Mark deprecated commands as such in help texts
- This change adds a feature which detects @deprecated annotations
on command methods and marks those commands as depre... - 14:00 Revision c16f07b5: [BUGFIX] Re-introduce quit() in CommandController
- This change fixes a regression which caused certain
commands to not shutdown properly and thus could
result in lost d... -
11:41 Revision 8bd0eca5: [BUGFIX] REMOTE_AUTHORIZATION strips "Basic" string
- Currently the .htaccess file passes the "Authorization" header
to the REMOTE_AUTHORIZATION environment variable by st... -
11:28 Revision aae5ca17: [TASK] Update yaml and dom-crawler versions
- Raise the required version limits of the Symfony components yaml and
dom-crawler.
Change-Id: Idd4f2532c0e3617694f708... -
10:49 Revision bc2c93fb: [TASK] Add changelog for TYPO3 Flow 2.2.1
- See https://ci.neos.typo3.org/job/typo3-flow-release/20/
Releases: 2.2 -
10:49 Revision 30b2594b: [TASK] Update references in documentation
- See https://ci.neos.typo3.org/job/typo3-flow-release/20/
Releases: 2.2 -
09:55 Revision 1a8db9b1: [FEATURE] Improve type converters
- The ArrayConverter can now convert CSV strings (with configurable
delimiter) and JSON to array, depending on configur...
2014-08-25
-
20:11 Revision 655f79d9: Merge "[BUGFIX] Proxy compiler should only remove opening php tag" into 2.2
-
15:11 Revision b1633ad8: [BUGFIX] Add domain model validators only once
- If a domain model validator is present and a controller action accepts
this domain model as argument, the validator i... -
14:54 Revision 5e984e94: [FEATURE] Improve type converters
- The ArrayConverter can now convert CSV strings (with configurable
delimiter) and JSON to array, depending on configur...
2014-08-22
-
15:35 Revision ce12d377: [BUGFIX] Prevent race conditions in Redis backend
- There is a theoretical possibility that inconsistent data will be stored
in the cache backend for remove() or freeze(...
2014-08-20
-
20:42 Revision 12f4a4c2: [TASK] Redis cache backend improvements
- This change contains a drop-in replacement for the current Redis cache backend.
The new backend implements TaggableBa... -
17:22 Revision af085338: [FEATURE] A Translation EelHelper
- This adds an EelHelper for fetching translation IDs.
Usage example::
${Flow.I18n.Translation.translateById('someI...
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-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...
2014-08-05
-
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 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...
Also available in: Atom