Activity
From 2013-02-14 to 2013-03-15
2013-03-15
-
22:36 Feature #43819 (Resolved): Support lazy dependency injection of properties
- Applied in changeset commit:ff8608f1c296d7cfe8865e629f6d0cdf07a67e61.
-
21:21 Feature #43819: Support lazy dependency injection of properties
- Patch set 10 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18917 -
21:15 Feature #43819: Support lazy dependency injection of properties
- Patch set 9 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18917 -
18:34 Feature #43819: Support lazy dependency injection of properties
- Patch set 8 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18917 -
16:32 Feature #43819: Support lazy dependency injection of properties
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18917 -
13:20 Feature #43819: Support lazy dependency injection of properties
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18917 -
12:53 Feature #43819: Support lazy dependency injection of properties
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18917 -
22:36 Task #46340 (Resolved): Improve validation to speed up Flow
- Applied in changeset commit:90b4bc42ab87eaf7ed78a9b0f1fcbc54b3ea304e.
-
22:06 Task #46340: Improve validation to speed up Flow
- Patch set 8 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18908 -
21:24 Task #46340: Improve validation to speed up Flow
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18908 -
20:30 Task #46340: Improve validation to speed up Flow
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18908 -
19:19 Task #46340 (Under Review): Improve validation to speed up Flow
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18908 -
19:15 Task #46340 (Resolved): Improve validation to speed up Flow
-
22:12 Revision 823a7c2f: Merge "[TASK] Change order of accessing identity in getIdentifierByObject"
-
22:10 Revision 13cc6d4c: Merge "[TASK] Remove file_get_contents call in Cache FileBackend"
-
22:05 Revision 90b4bc42: [TASK] Optimize Validation to improve performance
- The validation result object traverses the whole result-
tree everytime someone checks for errors, notices or
warning... -
22:01 Revision 99e5ccb6: Merge "[BUGFIX] Remove unneeded filesystem calls"
-
22:00 Revision 1f6e33c3: Merge "[TASK] Use property injection where possible"
-
22:00 Revision 09823992: Merge "[TASK] Optimize I18N service"
-
21:59 Revision f44fb7ce: Merge "[!!!][FEATURE] Lazy Dependency Injection"
-
21:37 Bug #45876 (Resolved): Exception in TypeHandling with PHP < 5.3.7
- Applied in changeset commit:5772372b5dcb5e3c7b1a24443a8db12a76bd0766.
-
21:37 Bug #46338 (Resolved): Original and Proxy class can be compiled into one file
- Applied in changeset commit:7a00ec8a46f4ce549513303fbbe749fd38c51d98.
-
18:21 Bug #46338 (Under Review): Original and Proxy class can be compiled into one file
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18874 -
18:20 Bug #46338 (Resolved): Original and Proxy class can be compiled into one file
-
21:34 Revision 9ed19b5c: [TASK] Use property injection where possible
- This change refactors setter injection to property injection to allow
lazy dependency injection.
Change-Id: I9dfa4b2... -
21:34 Revision 9c2f9ee7: [TASK] Optimize I18N service
- This change makes the I18N service usable for lazy loading by removing
it from the default runtime. Additionally the ... -
21:27 Revision 79e048fe: Merge "[BUGFIX] Exception thrown in TypeHandling (follow up)"
- 21:21 Revision ff8608f1: [!!!][FEATURE] Lazy Dependency Injection
- This introduces lazy dependency injection for dependencies injected
through Property Injection. Instead of loading th... -
21:16 Revision 413bcf55: Merge "[BUGFIX] Compile original and proxy class into one file"
-
20:36 Bug #46343: Remove duplicate file_get_contents calls in FileBackend
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18896 -
20:29 Bug #46343 (Under Review): Remove duplicate file_get_contents calls in FileBackend
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18896 -
20:26 Bug #46343 (Resolved): Remove duplicate file_get_contents calls in FileBackend
-
20:35 Revision 4607e589: [TASK] Remove file_get_contents call in Cache FileBackend
- Releases: master, 2.0
Fixes: #46343
Change-Id: I8181ee30632a1f0513708a418d977d98bea7144d -
20:02 Revision 4b4548f8: [TASK] Change order of accessing identity in getIdentifierByObject
- This change improves the performance of getIdentifierByObject since
the EntityManager contains method is rather slow.... -
19:47 Bug #46337: Remove (costly) file_exists calls in class loading
- My tests have shown that using file_exists() is faster than using @include when the file doesn't exist. As this is th...
-
19:36 Bug #46337 (Resolved): Remove (costly) file_exists calls in class loading
- Applied in changeset commit:70a092b9b7bfa4ae904bbc027135fec7f2df00d5.
-
18:24 Bug #46337: Remove (costly) file_exists calls in class loading
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18873 -
18:15 Bug #46337 (Under Review): Remove (costly) file_exists calls in class loading
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18873 -
18:14 Bug #46337 (Resolved): Remove (costly) file_exists calls in class loading
-
19:18 Revision 044cb03f: Merge "[TASK] Allow package key wildcards for excludeClasses"
-
18:24 Revision 70a092b9: [TASK] Use include with shutup instead of file_exists
- This change uses include with shutup operator instead of file_exists
checks for optimized performance.
Change-Id: Ia... -
18:20 Revision 7a00ec8a: [BUGFIX] Compile original and proxy class into one file
- Reduce amount of file inclusions by combining original class
code and proxy class code into the same file as both nee... -
18:02 Feature #42176: Improve resolving of view
- Patch set 21 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/16392 -
13:19 Feature #42176: Improve resolving of view
- We (Bastian, Sebastian and Me) just had a little Hangout about the Syntax we're going to use:
General Syntax:
<... -
17:36 Feature #45264 (Resolved): Add Flow caching for Doctrine metadata and query caches
- Applied in changeset commit:5e5ebf31970c572b49fc73f87832f351248f899f.
-
16:46 Feature #45264: Add Flow caching for Doctrine metadata and query caches
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18883 -
17:35 Revision 203534c8: [BUGFIX] Remove unneeded filesystem calls
- This change removes a call to is_dir in the FileMonitor
which is duplicate as the ReadDirectoryRecursively does
exact... -
16:43 Revision 5e5ebf31: [BUGFIX] Add Flow-Doctrine cache adapter
- This adds a cache adapter for Doctrine. It is used for the Doctrine ORM
metadata and query cache instead of the Array... -
16:37 Revision 266ef940: [TASK] Make Aspects singletons
- This sets the scope of three aspects to Singleton in order to improve
the overall performance.
Releases: 2.0, master... -
16:36 Revision 84969a48: Merge "[TASK] Make Aspects singletons"
- 16:27 Revision 7b9a9355: [BUGFIX] Flow Bootstrap now works if PhpUnit is used as Phar file
- If PhpUnit was used as a Phar file, the Flow Core Bootstrap failed
during initialization in Testing context because i... -
12:18 Feature #46318: [caching framework] Extend cache interface to handle multiple entries
- Moved the issue to Flow since the cf in TYPO3 CMS is a backport of the flow part. Such bigger changes should be imple...
-
12:05 Feature #46318 (New): [caching framework] Extend cache interface to handle multiple entries
- The current BackendInterface and FrontendInterface is not suitable for retrieving or storing several entries at once ...
2013-03-14
-
20:15 Feature #43819: Support lazy dependency injection of properties
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18917 -
19:51 Feature #43819: Support lazy dependency injection of properties
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18917 -
19:31 Feature #43819: Support lazy dependency injection of properties
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18917 -
19:27 Feature #43819 (Under Review): Support lazy dependency injection of properties
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18917 -
20:08 Revision 90cdde46: [TASK] Make Aspects singletons
- Change-Id: I433d6cbfce3eeba1b67386b7b459a61452fac413
-
18:06 Revision a381478b: [TASK] Allow package key wildcards for excludeClasses
- The object.excludeClasses setting can now handle a trailing * as a
wildcard character in the package key.
Change-Id:... -
17:08 Feature #45264: Add Flow caching for Doctrine metadata and query caches
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18883 -
12:01 Feature #45264: Add Flow caching for Doctrine metadata and query caches
- The latest change (https://review.typo3.org/18883) leads to this improvement:
!https://www.evernote.com/shard/s55/... -
11:49 Feature #45264: Add Flow caching for Doctrine metadata and query caches
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18883 -
15:00 Bug #45876: Exception in TypeHandling with PHP < 5.3.7
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18900 -
12:19 Bug #45876: Exception in TypeHandling with PHP < 5.3.7
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18900 -
11:49 Bug #45876 (Under Review): Exception in TypeHandling with PHP < 5.3.7
- reopened on behalf of Benno
-
01:18 Bug #45876: Exception in TypeHandling with PHP < 5.3.7
- not fixed in my installation. Get Error:
#1: Warning: class_implements() [<a href='function.class-implements'>func... -
14:59 Revision 5772372b: [BUGFIX] Exception thrown in TypeHandling (follow up)
- When using isCollectionType() on an string, a warning is thrown.
The change id Iae59221cbd72677e6c18ad0a383792a798447... -
14:43 Bug #45405 (Closed): Uncaught Exception in DynamicRoutePart
- Marco Falkenberg wrote:
> Sorry, i cannot replicate this error anymore. Maybe due to the recent changes in Flow.
... -
14:21 Bug #45405: Uncaught Exception in DynamicRoutePart
- Sorry, i cannot replicate this error anymore. Maybe due to the recent changes in Flow.
I guess this happens when hav...
2013-03-13
-
20:09 Feature #45264: Add Flow caching for Doctrine metadata and query caches
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18877 -
20:08 Feature #45264: Add Flow caching for Doctrine metadata and query caches
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18877 -
17:00 Feature #45264: Add Flow caching for Doctrine metadata and query caches
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18877 -
19:55 Revision 258afd36: [TASK] Some cleanup to cache related classes
- Non-functional changes to enhance CGL compliance and fix some typos.
Change-Id: I76861aa68e02a15588a63aaeb699bfd0c6c... -
18:58 Bug #44000: Flow CLI on Windows does not work anymore
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/17595 -
18:25 Bug #44000: Flow CLI on Windows does not work anymore
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/17595 -
18:56 Revision 6a4c6dfb: [BUGFIX] Flow CLI again works for Windows command prompt
- Probably introduced with Ibd70e2dc8ff3a958a33ad0eb422060dc0fd8b799,
the Flow CLI call via the provided .bat file didn... -
12:37 Bug #45876 (Resolved): Exception in TypeHandling with PHP < 5.3.7
- Applied in changeset commit:57a78d3b789f24393f66a996faa62f28b469fefe.
-
11:21 Revision 1721c142: [TASK] Use composer/installers instead of own fork
- Change-Id: I0a0ffa83b459d5be3fa8fb9c371d64cdcff88144
Releases: 2.0, master
2013-03-12
-
21:58 Revision 4c2b4088: Merge "[TASK] Use composer/installers instead of own fork" into composer
-
21:57 Revision 771c1311: [TASK] Use composer/installers instead of own fork
- Change-Id: I25f81ae249a71162d8424f254f0d5d13e7553770
Releases: 2.0, master -
19:05 Feature #46216 (New): Add wincache cache backend
- wincache is a memory key-value cache similar to the user cache of apc and xcache. It was integrated as cache backend ...
-
16:23 Bug #46210 (Needs Feedback): securityContext->getParty() in the initializeObject() method of a session-Scope object throws exception on second request
-
When i put the following code in a session-scope object and am logged in it works on the first request. But after ... -
10:35 Revision 963ce540: Merge "[TASK] Use composer/installers instead of own fork" into composer
-
10:34 Revision 762c98fd: [TASK] Use composer/installers instead of own fork
- Change-Id: I39f413e2fa3380cca3592de4c13a3300b9230a5b
Releases: 2.0, master -
09:19 Revision 8df5a751: [TASK] Use composer/installers instead of own fork
- Change-Id: I0a0ffa83b459d5be3fa8fb9c371d64cdcff88144
Releases: 2.0, master
2013-03-09
-
11:18 Bug #45876: Exception in TypeHandling with PHP < 5.3.7
- Karsten Dambekalns wrote:
> The question is, when can we finally raise the minimum required PHP version to something ...
2013-03-08
-
11:43 Bug #33055: AccessDeniedException instead of WebRedirect
- Will/can this maybe be resolved with https://review.typo3.org/#/c/18695/6 ?
-
10:23 Bug #46120 (New): Important step missing in the installation chapter
- On http://docs.typo3.org/flow/TYPO3FlowDocumentation/Quickstart/Index.html
it is cleary described how you get the co... -
08:43 Revision 57a78d3b: [BUGFIX] Exception thrown in TypeHandling
- When using isCollectionType() on an unknown class, an exception is
caused by a warning PHP gives about that class bei... -
08:43 Bug #45876: Exception in TypeHandling with PHP < 5.3.7
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18556 -
08:34 Bug #45876: Exception in TypeHandling with PHP < 5.3.7
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18556
2013-03-07
-
18:35 Bug #28862: Inconsistent handling of roles as objects and strings in Account
- Patch set 24 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/13868 -
17:54 Bug #28862: Inconsistent handling of roles as objects and strings in Account
- Patch set 23 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/13868 -
18:35 Feature #43578: Enable role creation through API
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/16947 -
17:54 Feature #43578: Enable role creation through API
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/16947 -
17:41 Bug #45876 (Under Review): Exception in TypeHandling with PHP < 5.3.7
-
17:03 Bug #45876: Exception in TypeHandling with PHP < 5.3.7
- Karsten Dambekalns wrote:
> What PHP version are you running?
Jup! I am running 5.3.6...
-
16:46 Bug #45876 (Needs Feedback): Exception in TypeHandling with PHP < 5.3.7
- What PHP version are you running?
-
16:44 Bug #45876: Exception in TypeHandling with PHP < 5.3.7
- Benno Weinzierl wrote:
> The current patchset fails in my installation (LAMP) because the following Type is not reco... -
15:19 Bug #45876: Exception in TypeHandling with PHP < 5.3.7
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18556 -
17:07 Feature #29907: Redirect to /login instead of raising a "Entity not found." exception if the userdata of an active session has been deleted
- Ok, in my case the code that ends up in this exception is:...
-
16:41 Feature #40418 (Needs Feedback): Add an option to flow3:cache:flush thats keeps user sessions active
- Hi all,
the solution above does not work any longer, because there is no PhpSession in Flow > 2.
What do you thin... -
16:33 Task #45253 (Accepted): Throw exception in PointcutMethodNameFilter if given method's argument does not match the actual method signature
-
16:33 Task #45253 (Closed): Throw exception in PointcutMethodNameFilter if given method's argument does not match the actual method signature
- the wrongly, from my side, written Policy entry read @...->remove(comment.author === current.securityContext.party)@....
-
15:15 Bug #39413: AOP: Property introduction seems to be broken
- Bug still present in current master. Introduced properties are not added by doctrine....
-
13:35 Bug #44535: Subclasses of SplObjectStorage, ArrayObject, Collection not considered collection type
- I get Errors after applying the Patchset: http://pastebin.com/2J84kLK1
Should be reverted. -
12:52 Bug #46097: Logged in user gets session of an other logged in user
- Might affect 2.0 as well.
-
12:13 Bug #46097 (New): Logged in user gets session of an other logged in user
- We (lets say our coustomer) discovered a strange behavior with the session handling.
An logged in user updated an ... -
09:10 Bug #46076: PersistentQueryRewriteAspect doesn't work with Collections when doing IN / CONTAINS / MATCHES comparisons
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18761
2013-03-06
-
19:47 Bug #46076 (Under Review): PersistentQueryRewriteAspect doesn't work with Collections when doing IN / CONTAINS / MATCHES comparisons
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18761 -
19:44 Bug #46076 (Resolved): PersistentQueryRewriteAspect doesn't work with Collections when doing IN / CONTAINS / MATCHES comparisons
-
19:14 Bug #46073 (Under Review): Scripts::executeCommand must be usable outsite of TYPO3.Flow
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18759 -
18:45 Bug #46073 (Under Review): Scripts::executeCommand must be usable outsite of TYPO3.Flow
- On line 546:...
-
19:07 Bug #46072: Scripts::executeCommand must support command arguments
- Better API (respect the storage format of the current command in this->request->getArguments()...
-
19:03 Bug #46072 (Under Review): Scripts::executeCommand must support command arguments
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18758 -
18:35 Bug #46072: Scripts::executeCommand must support command arguments
- Better API (respect the storage format of the current command in this->request->getArguments()...
-
18:32 Bug #46072 (Resolved): Scripts::executeCommand must support command arguments
- Currently it's not supported to have command arguments in a CLI subcommand, this patch propose to solve this with thi...
-
17:20 Bug #28862: Inconsistent handling of roles as objects and strings in Account
- Patch set 22 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/13868 -
17:13 Bug #28862: Inconsistent handling of roles as objects and strings in Account
- Patch set 21 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/13868 -
13:50 Bug #28862: Inconsistent handling of roles as objects and strings in Account
- Patch set 20 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/13868 -
17:20 Feature #43578: Enable role creation through API
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/16947 -
17:13 Feature #43578: Enable role creation through API
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/16947 -
17:13 Feature #43578: Enable role creation through API
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/16947 -
13:49 Feature #43578: Enable role creation through API
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/16947 -
17:12 Revision 34f5d44b: [TASK] Remove Configuration\Source\SourceInterface
- It is unused and switching sources is not supported any longer.
Change-Id: Ib5e581742009c49eb321f6abf4f5d5cbbd8b85dc... -
16:29 Bug #46066 (New): Currency formatter uses wrong format for ISO 4217 currency codes
- Currently the currency formatter is optimized for currency symbols like '€'.
If you format something using EN locale... -
16:27 Bug #45876: Exception in TypeHandling with PHP < 5.3.7
- The current patchset fails in my installation (LAMP) because the following Type is not recognized as Collection:
Doc... -
15:37 Revision 9117c213: Merge "[BUGFIX] Routing includes object arguments even though it should not"
-
13:52 Feature #42176: Improve resolving of view
- Patch set 20 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/16392 -
13:46 Revision 1f13eb70: Merge "[TASK] Clean up JsonView and JsonViewTest internals"
-
13:43 Revision a25a8b59: [TASK] Tweak some unit tests
- Basically a non-functional change that simply gets rid of some
warnings and a skipped test.
Change-Id: I670b775b20e1... -
12:11 Feature #46063 (New): Implement username password provider with "remember me" persistent cookie
- * Extend PersistedUsernamePasswordProvider with remember me feature
* Store random token in cookie
* Use cache back... -
11:17 Feature #46061 (Under Review): Allow use of ArrayConverter to partially map arrays to arrays
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18726 -
11:17 Feature #46061 (Resolved): Allow use of ArrayConverter to partially map arrays to arrays
- Settings allowed properties on the configuration of the property mapper does not allow to partially map arrays to arr...
-
11:17 Revision ed875023: [FEATURE] Make ArrayConverter map only allowed properties
- With this change the ArrayConverter only maps allowed and not skipped
keys from source to target. Of no PropertyMappi... -
11:13 Feature #46048: Allow unknown / disallowed properties to be skipped
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18725 -
10:37 Feature #46048 (Under Review): Allow unknown / disallowed properties to be skipped
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18725 -
11:13 Revision 162f676d: [FEATURE] Allow unknown / disallowed properties to be skipped
- This adds skipUnknownProperties() and skipProperties() to the
PropertyMappingConfiguration. If configured to skip all... -
10:37 Bug #45953 (Resolved): Sessionless auth broke TestingProvider
- Applied in changeset commit:bd46c6127889ae27c6b9848d624bcfbb89ef1433.
-
10:36 Bug #46046 (Under Review): JsonView discards array indexes when using _descendAll
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18724 -
10:35 Revision 090dd30b: [BUGFIX] Keep array keys with nested _descendAll in JsonView
- When nesting _descendAll the JsonView discards array keys. This change
fixes that.
Change-Id: I84ff434cd3e6768c8e588... -
10:34 Revision 9296c2e9: [TASK] Tiny tweaks to security documentation
- Some markup fixes to the security chapter.
Change-Id: I81009a7ae8314457f14104bb9287d5d559f35f8d
Releases: master, 2.0
2013-03-05
-
22:27 Bug #46053 (Resolved): Booting->initializeSystemLogger() uses a fixed $loggerObjectName, rather than fetch it from Settings.yaml
- It should be set by Settings.yaml instead. So...
File: \TYPO3\Flow\Core\Booting... -
21:43 Feature #46050 (New): To decouple log file writing at Logger->logException
- The TYPO3\Flow\Log\Logger->logException() method perform itself the file log writing. As in log(), it could be decoup...
-
20:59 Feature #46048 (Resolved): Allow unknown / disallowed properties to be skipped
- When using the PropertyMapper, it is useful to allow for partial mapping of sources to a target. This way one can ski...
-
17:45 Bug #46046 (Resolved): JsonView discards array indexes when using _descendAll
- When configuring JsonView like...
-
14:59 Bug #46036: AuthenticationRequired should not be thrown in PolicyEnforcement if resource is available to Everybody
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18695 -
14:41 Bug #46036: AuthenticationRequired should not be thrown in PolicyEnforcement if resource is available to Everybody
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18695 -
14:38 Bug #46036: AuthenticationRequired should not be thrown in PolicyEnforcement if resource is available to Everybody
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18695 -
14:37 Bug #46036: AuthenticationRequired should not be thrown in PolicyEnforcement if resource is available to Everybody
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18695 -
11:43 Bug #46036: AuthenticationRequired should not be thrown in PolicyEnforcement if resource is available to Everybody
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18695 -
11:41 Bug #46036 (Under Review): AuthenticationRequired should not be thrown in PolicyEnforcement if resource is available to Everybody
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18695 -
11:34 Bug #46036 (Resolved): AuthenticationRequired should not be thrown in PolicyEnforcement if resource is available to Everybody
- In case you define a (method) resource (in my case with runtime argument condition) and you GRANT access to this reso...
-
13:23 Bug #45953: Sessionless auth broke TestingProvider
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18696 -
13:23 Revision bd46c612: [BUGFIX] Fix security related functional tests
- With the fix related to "sessionless authentication"
(I5f86cb7a3a3fff3220d61d705f216e1b1d4f2369) settings have been
a... -
12:19 Bug #45401 (Closed): Make Zend Framework 2 packages out-of-the-box compatible with TYPO3 Flow
- Hi Martin,
If you take a close look to the exception message:... -
09:15 Bug #45401 (Accepted): Make Zend Framework 2 packages out-of-the-box compatible with TYPO3 Flow
2013-03-04
-
14:26 Revision de3fa8b9: [WIP][TASK] Changes due to the flow-cms integration
-
12:42 Task #46011 (New): Validate annotation with missing type should throw useful error
- The Validate annotation with a missing type should throw a useful error message. Besides that we could think about al...
-
12:30 Bug #46010 (New): Generating a DiscriminatorMap with base class in different namespace does not work
- The automatic generation of a DiscriminatorMap for single table inheritance does not work across class in different n...
-
12:25 Task #46009 (New): Improve error message for missing class in Flow annotation driver
- The Flow annotation driver will throw an error if a class is not found in the class schema. The error could be more h...
-
12:22 Bug #46008 (Resolved): Reflection should resolve relative namespaces
- Annotations (e.g. @@var@) with relative class names are not resolved correctly under the namespace of the given class...
-
11:38 Feature #29907: Redirect to /login instead of raising a "Entity not found." exception if the userdata of an active session has been deleted
- Mh, I still (or again?) get this exception if I log in, reset the db, run migrations and refresh the page (see attach...
-
11:37 Feature #29907 (Needs Feedback): Redirect to /login instead of raising a "Entity not found." exception if the userdata of an active session has been deleted
- Mh, I still (or again?) get this exception if I log in, reset the db, run migrations and refresh the page (see attach...
2013-03-03
-
17:27 Bug #45876: Exception in TypeHandling with PHP < 5.3.7
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18556 -
17:23 Bug #45876: Exception in TypeHandling with PHP < 5.3.7
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18556 -
09:49 Feature #45976: Boolean Validator
- Sorry, way to early to move issues I guess. So this is of course no ViewHelper, but a Validator. Can please someone t...
-
09:24 Feature #45976 (Resolved): Boolean Validator
- Extbase Fluid got a Boolean ViewHelper. Your are invited to port it: #45880
2013-03-02
-
16:51 Bug #45876: Exception in TypeHandling with PHP < 5.3.7
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18556 -
07:49 Bug #45876: Exception in TypeHandling with PHP < 5.3.7
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18556 -
14:48 Bug #45936: Respect open basedir during uploading of files
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18548 -
14:41 Bug #45936: Respect open basedir during uploading of files
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18548 -
14:33 Bug #45936: Respect open basedir during uploading of files
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18548
2013-03-01
-
22:31 Bug #45953 (Under Review): Sessionless auth broke TestingProvider
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18554 -
22:28 Bug #45953 (Resolved): Sessionless auth broke TestingProvider
- This problem is caused by the following lines in Settings.yaml (under Testing directory)...
-
12:24 Bug #45936: Respect open basedir during uploading of files
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18548 -
12:14 Bug #45936: Respect open basedir during uploading of files
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18548 -
12:12 Bug #45936 (Under Review): Respect open basedir during uploading of files
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18548 -
12:12 Bug #45936 (Resolved): Respect open basedir during uploading of files
- Currently when uploading files and using "open_basedir", you either have to change the "upload_tmp_dir" value or add ...
2013-02-28
-
15:05 Bug #45917 (New): RoutePartHandler transliteration must be improved
- It's related to #8736, I know that the transliteration is currently not in the l18n part of Flow, but the current pse...
2013-02-27
-
17:52 Bug #36159: StringLengthValdiator uses strlen which is not UTF-8 save
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18384 -
14:58 Bug #45876: Exception in TypeHandling with PHP < 5.3.7
- The same error occurs when entering the Site Management Module. Url: neos/administration/sites/edit?moduleArguments[s...
-
08:27 Bug #45876 (Resolved): Exception in TypeHandling with PHP < 5.3.7
- When adding new content in Neos an exception is thrown. Refrencing to the file: TYPO3.Flow/Classes/TYPO3/Flow/Utility...
-
12:31 Task #45279: Add new translations for bundled validator error messages
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18117 -
09:11 Task #45279: Add new translations for bundled validator error messages
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18117 -
12:30 Revision f35d572f: [TASK] Some translation corrections and addition of French
- * Add new trans-unit id and new target-language fr translation
for ValidationErrors.xlf
* Add new file and new targe... -
08:36 Feature #43966 (Resolved): Allow all routes to include sub routes
- Applied in changeset commit:15788c42ed75d02ed48f277a58fb8f4748ff3677.
-
08:11 Revision 1f9fa1fc: Merge "[FEATURE] Routing: Nested SubRoutes"
2013-02-26
-
20:57 Feature #44258: Set packageType when creating new package
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/17300 -
19:01 Revision f4dec66e: Merge "[FEATURE] Allow influencing ini usage for sub process"
-
18:36 Bug #45864 (Resolved): PHP constants used in YAML loose their type
- Applied in changeset commit:e2e7e50c30ac512393095ee3bca008c4fc13e4fb.
-
18:31 Bug #45864: PHP constants used in YAML loose their type
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/17690 -
18:30 Bug #45864 (Resolved): PHP constants used in YAML loose their type
-
18:34 Revision 2195d4ad: Merge "[!!!][BUGFIX] Expose timezone in JsonView's DateTime output"
-
18:31 Revision e2e7e50c: [BUGFIX] Constants use in YAML Configuration maintains type
- If a constant expression in the YAML configuration is used,
for example ``foo: '%PHP_VERSION_ID%'``, and the value
ex... -
18:21 Revision fc0e6ed8: Merge "[BUGFIX] Implement case-sensitivity switch for Query::equals()"
-
18:20 Revision d60669df: Merge "[BUGFIX] Check inheritance in TypeHandling::isCollectionType()"
-
17:36 Feature #45282 (Resolved): Support for "sessionless authentication"
- Applied in changeset commit:7d79b800d4237a359d3876a69538078dc2298d18.
-
11:38 Feature #45282: Support for "sessionless authentication"
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18388 -
16:53 Feature #43966: Allow all routes to include sub routes
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18478 -
13:21 Feature #43966 (Under Review): Allow all routes to include sub routes
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18478 -
16:53 Revision 15788c42: [FEATURE] Routing: Nested SubRoutes
- With this change it's possible to load SubRoutes from other SubRoutes.
The syntax is the same as before with two addi... -
13:24 Feature #45851: Allow referencing environment variables in Settings.yaml
- Adrian Föder wrote:
> I tend to clarify it but realize that it'll be just the same I wrote initially, so please ha... -
13:19 Feature #45851: Allow referencing environment variables in Settings.yaml
- Hi Bastian,
actually chatted with Christian about it, it's rather the vice versa case of the initial feature.
Initi... -
11:32 Feature #45851 (Needs Feedback): Allow referencing environment variables in Settings.yaml
- HI Adrian,
if I get it right this is a duplicate of #26783 which has been rejected -
09:36 Feature #45851 (Needs Feedback): Allow referencing environment variables in Settings.yaml
- Actual use case is Amazon AWS, where stuff like database credentials are present as environment variables.
It should... -
11:38 Revision 7d79b800: [!!!][FEATURE] Support for "sessionless authentication"
- This feature enables authentication without the need of a session to be started.
This is useful for stateless service... -
11:30 Bug #45463: Routing includes object arguments even though it should not
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18302 -
11:30 Revision 85ceb84e: [BUGFIX] Routing includes object arguments even though it should not
- Route::resolve() considered "__identity" arguments as internal and ignored them,
if they were not part of the respect...
2013-02-25
-
22:37 Bug #45629 (Resolved): expirationDate of Account cannot be set to NULL after a \DateTime has been set
- Applied in changeset commit:f350533c6f15e35dacd038e601e56443eae14a97.
-
22:02 Revision fce54c81: Merge "[BUGFIX] Account's expirationDate can be set NULL"
-
14:42 Bug #45463: Routing includes object arguments even though it should not
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18302
2013-02-22
-
10:57 Feature #43569: Exception Handler should respect format
- Bastian Waidelich wrote:
> I have a basic prototype working and will try to fix this with #45088
FYI: The curre... -
10:54 Feature #43569 (Accepted): Exception Handler should respect format
- I have a basic prototype working and will try to fix this with #45088
-
10:51 Bug #45405 (Needs Feedback): Uncaught Exception in DynamicRoutePart
- Hi Marco, thanks for reporting!
Can you please add more details on when you get this issue?
The value should never ... -
10:44 Bug #45401: Make Zend Framework 2 packages out-of-the-box compatible with TYPO3 Flow
- ...
-
10:42 Task #45430 (Needs Feedback): Throw Exception when controller for routing configuration does not exists
- Hi Sören,
could you please add more details (e.g. your routing setup and the exception you get/expect)?
In develo... -
10:20 Feature #42176: Improve resolving of view
- Update for devs watching this issue:
We decided to go for a DSL (domain specific language) – probably based on "TYPO3...
2013-02-21
-
22:22 Revision 70bd32eb: [TASK] Clean up JsonView and JsonViewTest internals
- Fix docblock and add array type hint to $configuration argument of
transformValue() and transformObject(); fix langua... -
16:12 Feature #43247: Request respects format
- as descriped here (see error of v2): http://de.wikipedia.org/wiki/JSON-RPC
in my opinion its very usefull for the us...
2013-02-20
-
21:12 Feature #45675: Improve Error-Message when @var annotation in entity object is omitted
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18402 -
21:08 Feature #45675 (Under Review): Improve Error-Message when @var annotation in entity object is omitted
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18402 -
21:02 Feature #45675 (Resolved): Improve Error-Message when @var annotation in entity object is omitted
- When the @var annotation is missing in an entity object the ValidationResolver throws a notice:...
-
17:59 Bug #45669 (New): PersistentObjectConverter does not convert ValueObjects by __identity
- if you have valueObjects and want to show them in an action controller with
showAction($myValueObject) and get param... -
15:23 Bug #45640: Every relation is set to cascade=all if the related entity is no aggregate root
- As discussed in the IRC channel this case according to DDD should not happen.
Still it would be nice to overwrite ... -
12:18 Bug #45640 (New): Every relation is set to cascade=all if the related entity is no aggregate root
- Example structure:
Product => OneToMany => Variant
BasketItem => ManyToOne => Variant
If Variant is no aggrega... -
14:48 Feature #45553: Missing TRUE Validator for mandatory checkboxes
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18352 -
14:45 Major Feature #3585: Implement support for value objects
- Isn't this covered with Ifd1906bb8ac7fea315c39caefc79e6a38e8a35b0? Do we want to go further in the future here?
-
13:50 Revision 5d68589e: [BUGFIX] Fix composer requirements
- This fixes some requirements that were a bit too relaxed (due to a
misunderstanding when introducing composer to Flow... -
12:42 Bug #44000: Flow CLI on Windows does not work anymore
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/17595 -
08:36 Bug #45629 (Under Review): expirationDate of Account cannot be set to NULL after a \DateTime has been set
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18364 -
08:28 Bug #45629 (Resolved): expirationDate of Account cannot be set to NULL after a \DateTime has been set
- After setting an expirationDate you cannot unset it anymore.
-
08:35 Revision f350533c: [BUGFIX] Account's expirationDate can be set NULL
- After setting the expirationDate once, it's impossible to set it
NULL again due to the typehint in the function param...
2013-02-19
-
23:18 Feature #45553: Missing TRUE Validator for mandatory checkboxes
- Driven by the discussions in the irc-channel i submitted new patchset with new name and now the validator can also ch...
-
23:14 Feature #45553: Missing TRUE Validator for mandatory checkboxes
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18352 -
22:20 Feature #45282 (Under Review): Support for "sessionless authentication"
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18388 -
22:16 Bug #45623 (New): SQL error when calling TYPO3.Blog Setup controller
- When following the steps in the documentation, an SQL error is raised when calling the Setup controller at TheDefinit...
-
21:59 Bug #36159: StringLengthValdiator uses strlen which is not UTF-8 save
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18384 -
21:59 Bug #36159: StringLengthValdiator uses strlen which is not UTF-8 save
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18384 -
21:52 Bug #36159 (Under Review): StringLengthValdiator uses strlen which is not UTF-8 save
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18384 -
16:41 Bug #45611 (New): Destruction of session after logout should be configurable
- After logout the session is destroyed.
In the AuthenticationProviderManager:... -
16:06 Bug #45609 (Resolved): If authenticated initializeObject() in every session-scope object is called twice
- After a account is authenticated the initializeObject Method of every session-scope object is called two times instea...
2013-02-17
-
18:53 Feature #45553 (Under Review): Missing TRUE Validator for mandatory checkboxes
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18352 -
18:50 Feature #45553 (Resolved): Missing TRUE Validator for mandatory checkboxes
- I added a Validator which validates boolean TRUE values. So only the value TRUE is accepted.
I needed this for a for... -
15:05 Bug #45407: charset option for mysql connection is ignored with PHP < 5.3.6
- Hi,
we are using an AOP aspect to set the doctrine SQLSesstionInit as a workaround:
With this solution it's not n...
2013-02-16
-
20:39 Bug #45407: charset option for mysql connection is ignored with PHP < 5.3.6
- I can confirm this issue for Debian Sqeeze with PHP 5.3.3-7+squeeze14. This is a serious issue as the data in the DB-...
2013-02-15
-
17:21 Bug #29326: ./flow3 core:setfilepermissions should not rely on sudo without proper test
- Can confirm this issue on Debian Squeeze using the current master (15.02.2013). Running the script as root produces l...
-
14:53 Bug #45463 (Under Review): Routing includes object arguments even though it should not
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18302 -
13:58 Bug #45463 (Accepted): Routing includes object arguments even though it should not
-
12:55 Revision 45ea2277: [BUGFIX] Flow should work with PHP versions lower than 5.3.9
- The change Ia42e374202845dfe5e95c72512e9fefb4f00e789 introduced
usage of is_a() with 3 arguments which is only implem...
2013-02-14
-
20:47 Feature #26765 (Accepted): Support class schema features for every reflected class
-
18:37 Bug #32829 (Resolved): Mapping to a subclass by __type property fails if subclass adds fields
- Applied in changeset commit:81997950b7819d9bc7938ee79dcc9aaedab6dcdc.
-
13:01 Bug #32829: Mapping to a subclass by __type property fails if subclass adds fields
- Patch set 16 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/7507 -
12:59 Revision 81997950: [BUGFIX] Mapping to subtype with [__type] fails
- The type of a target object can be manipulated by setting __type in the
form (or during action initialization when sa...
Also available in: Atom