Activity
From 2011-07-23 to 2011-08-21
2011-08-19
-
18:27 Feature #14037: Translation files (XLIFF) must be possible per package
- Patch set 2 of change Ic2b9fe9e2ce20d37ec422c15acc76500e86063cf has been pushed to the review server.
It is available... -
18:25 Feature #14037: Translation files (XLIFF) must be possible per package
- Patch set 2 of change Iff62c0dc4cf47f8b2d5a9d143132ab64e2012891 has been pushed to the review server.
It is available... -
15:15 Feature #14037: Translation files (XLIFF) must be possible per package
- Patch set 1 of change Ic2b9fe9e2ce20d37ec422c15acc76500e86063cf has been pushed to the review server.
It is available... -
15:14 Feature #14037 (Under Review): Translation files (XLIFF) must be possible per package
- Patch set 1 of change Iff62c0dc4cf47f8b2d5a9d143132ab64e2012891 has been pushed to the review server.
It is available...
2011-08-18
-
10:49 Bug #29066 (Resolved): Doctrine::QueryResult->getQuery() does not clone the query before returning it
-
09:57 Bug #29066 (Under Review): Doctrine::QueryResult->getQuery() does not clone the query before returning it
- Patch set 1 of change Ibcbc0d467757140f634ca80a01f1adeb2c7da815 has been pushed to the review server.
It is available... -
06:28 Bug #29066 (Resolved): Doctrine::QueryResult->getQuery() does not clone the query before returning it
- .. This means the original query gets modified, which is wrong.
We should also create a test case for this.
2011-08-17
-
11:28 Feature #28486: Don't clone, use explicit change tracking instead
- Some notes we took when discussing this: http://typo3.ietherpad.com/FLOW3Persistence
-
11:09 Feature #28486 (Accepted): Don't clone, use explicit change tracking instead
-
11:27 Task #29040 (Resolved): Adjust documentation to new persistence behavior
- * changed clone-behavior
* changed Repository::update()
* default cascade attributes
* marking aggregate roots -
11:26 Task #29039 (Resolved): Change default policy for Doctrine to DEFERRED_EXPLICIT
- * change tracking policy -> explicit
* no more clone PersistentObjectConverter
* Repository adjustments
** add($ob... -
11:23 Feature #29038 (Resolved): Set useful defaults for cascade attributes in Doctrine
- Use DDD semantics to add cascade attributes all INSIDE aggregate boundaries, NO cascading to other aggregate roots. M...
-
11:21 Feature #29037 (Rejected): Use annotation to mark entities as aggregate root
- * @aggregateRoot annotation (normative)
* Repository CAN exist for non-aggregate root -> EXPLAIN that this is pragma...
2011-08-16
-
10:40 Bug #28257: Avoid Credentials to be stored in the request
- Well, about the simple rename - we support multiple tokens and all that fuzz. So, wouldn't we need to be able to sepa...
-
10:05 Bug #28995 (Resolved): Deferred Loading does not work with Doctrine QueryResult
- Applied in changeset commit:237b0ac74d86ab207e1ee7c1715f7bf364cb2fa7.
-
09:36 Bug #28995: Deferred Loading does not work with Doctrine QueryResult
- Patch set 2 of change Ide7faf982f68efe15eb2fdaa5c68063b7770a735 has been pushed to the review server.
It is available... -
07:52 Bug #28995 (Under Review): Deferred Loading does not work with Doctrine QueryResult
- Patch set 1 of change Ide7faf982f68efe15eb2fdaa5c68063b7770a735 has been pushed to the review server.
It is available... -
07:42 Bug #28995 (Resolved): Deferred Loading does not work with Doctrine QueryResult
- When looking into Doctrine\QueryResult, it becomes obvious that the rows are *not* lazily initialized on first access...
2011-08-15
-
20:33 Feature #28981 (Resolved): Implement autocompletion in interactive shell mode
-
20:07 Feature #28981: Implement autocompletion in interactive shell mode
- cool, thanks for the patch :)
-
13:30 Feature #28981 (Under Review): Implement autocompletion in interactive shell mode
- Patch set 1 of change I10eaad7845333f31ef193877d4b064fa3268618b has been pushed to the review server.
It is available... -
13:27 Feature #28981 (Resolved): Implement autocompletion in interactive shell mode
- The autocompletion in the interactive shell mode shall show all available and non-internal commands.
2011-08-09
-
14:45 Feature #28868 (Resolved): Default Doctrine Annotation for single object relation should be derived automatically
- /**
* @var \Me\MyPackage\Domain\Model\DepartmentPerson
*/
protected $departmentPerson = NULL;
Will result... -
11:44 Bug #28862 (Resolved): Inconsistent handling of roles as objects and strings in Account
- While the public methods of @Account@ that deal with @Role@s use objects, account internally stores only the role ide...
-
11:41 Feature #27698: Roles should use an adequate data type to get persisted as entities
- This is due to inconsistent handling of Roles as strings or objects inside @TYPO3\FLOW3\Security\Account@. And the ro...
2011-08-08
-
18:50 Bug #28814: Permission issue in Package Manager?
- Even I run:...
2011-08-07
-
17:55 Bug #28814 (Resolved): Permission issue in Package Manager?
- We have had the following report:
http://lists.typo3.org/pipermail/flow3-general/2011-August/001074.html
> Unca...
2011-08-05
-
17:05 Task #11683 (Resolved): symlink() is not working on Windows XP
- Applied in changeset commit:0c539bd6d920ff656531da85fa87619ee7150648.
-
16:31 Bug #28782 (Resolved): Can`t create other controller than Standard
- I was checking FLOW3. I`ve downloaded sourcec yesterday.
After creating package (new) with StandardController I`ve...
2011-08-04
-
22:48 Task #11683: symlink() is not working on Windows XP
- @Simon: Use a virtual machine with linux :-).
-
21:35 Task #11683: symlink() is not working on Windows XP
- If you don't provide the functionality, that it also works on XP without any workarounds in the Code, then PLEASE doc...
-
16:05 Task #11683: symlink() is not working on Windows XP
- Patch set 2 of change I4e75a8351174ad68bde83101373f6a5b9c059043 has been pushed to the review server.
It is available... -
15:21 Task #11683 (Under Review): symlink() is not working on Windows XP
- Patch set 1 of change I4e75a8351174ad68bde83101373f6a5b9c059043 has been pushed to the review server.
It is available... -
14:53 Feature #3620 (Closed): Implement a request stack
- The request stack feature was mainly intended to be used for intercepted requests due to missing authentication. Howe...
-
08:42 Feature #3620 (Needs Feedback): Implement a request stack
- Hey Andi,
I doubt this is still needed. Didn't we talk about it and came to the conclusion to drop the request sta... -
10:54 Bug #27088: initializeObject() is called too early when reconstructing entities
- At least one case where this happens is when reconstituting objects from db. Not with lazy loading, but completely cr...
-
08:18 Bug #27088: initializeObject() is called too early when reconstructing entities
- @Andi: can you provide feedback here? Else, I'll defer it to beta2...
-
09:47 Bug #28422 (Under Review): Doctrine persistence does not use correct package key for tables
- This bug already has a patch and we should try to get it into beta 1.
https://review.typo3.org/#change,3720 -
08:57 Task #2117 (Resolved): Clean up bootstrap
- done
-
08:51 Bug #26582 (Rejected): Repository remove() throws error even if __identity is furnished
-
08:50 Task #4268 (Rejected): handle model-attributes, that are not of type string, but user-input
- all the described stuff is possible with the new property mapper / type converters.
-
08:43 Task #672 (Resolved): Finish documentation about configuration in FLOW3
- done.
-
08:41 Bug #10595 (Rejected): ObjectManager should not allow injection of prototypes
-
08:40 Feature #4426 (Resolved): Provide Windows compatible version of the FLOW3 Command Line Tool
-
08:40 Bug #13333: AOP for methods with references do not work.
- what's the status here? Moving to beta2.
-
08:39 Task #25714: Include Randomizer Library as external component
- postproning to beta2 as it is not done yet.
-
08:39 Task #25923: Clean up session files in compile run
- would be nice to be fixed, though no blocker.
-
08:39 Task #26129: Establish simple conventions for qualified and unqualified class names
- what's the status here? postproning to beta2 at least. can maybe be closed.
-
08:38 Bug #28213: Sites Configuration should overrule package Configuration
- moving to beta2, as it is an *additional feature* as behavior right now is undefined.
-
08:34 Bug #28733 (Resolved): Implement LockManager for avoiding Race Conditions
-
08:26 Task #27569 (Resolved): Document Routing features and setup
-
08:25 Bug #12917: Access denied by using the HashService Setter injection
- we won't manage this for beta1 anymore, postproning
-
08:25 Bug #25694: Multiple annotations with the same name are not supported by the reflection service
- we won't manage this for beta1 anymore, postproning
-
08:24 Bug #25816: Improve error handling for invalid types
- we won't manage this for beta1 anymore, postproning
-
08:24 Feature #26358: Initialize sessions only when necessary
- we won't manage this for beta1 anymore, postproning
-
08:18 Bug #27232 (New): Create unit test for "Original Request must only be set if there is a validation error"
-
08:17 Task #27233 (New): Rename __CSRF-TOKEN to __csrfToken
-
08:16 Task #27567 (Resolved): Reorder chapters
-
08:15 Bug #27655: The differing names for basically the same persistence options are confusing
- deferring to a later version...
-
08:09 Feature #28486: Don't clone, use explicit change tracking instead
- Thanks Benjamin :-)
2011-08-02
-
15:29 Feature #28683 (Closed): CachingFramework should accept cacheIdentifiers with special characters
- Currently the CachingFramework throws an exception if the specified cacheIdentifier contains a backslash for example....
-
13:28 Bug #28672 (Resolved): Inconsistent configuration overrides for packages
- If one package overrides configuration of another package the result is not deterministic right now. The order of the...
-
09:36 Feature #28652 (Resolved): Exit code support for command-line responses
- Applied in changeset commit:a707d552f7782db831a257ab378566f8f21d179d.
2011-08-01
-
20:31 Feature #28652 (Under Review): Exit code support for command-line responses
- Patch set 1 of change I2ba019e0386775bd1794e6495142fe6788ed7b2e has been pushed to the review server.
It is available... -
20:30 Feature #28652 (Resolved): Exit code support for command-line responses
- Commands should be able to define an exit code which is returned when FLOW3 exits.
-
12:46 Bug #28638 (Under Review): Signals can't be defined in abstract classes
- Patch set 1 of change I6480321c117dc0eb264fda45a952d27505156f82 has been pushed to the review server.
It is available... -
12:44 Bug #28638 (Resolved): Signals can't be defined in abstract classes
- The AOP ProxyClassBuilder produces invalid code when signals are defined in an abstract class.
*Steps to reproduce...
2011-07-28
-
19:05 Bug #28477 (Resolved): Method visibility filter does not work
- Applied in changeset commit:881be27043164cdbf4b5aa0259a6a409b1af6263.
-
18:35 Bug #28525 (Resolved): Caches are not flushed after creating a package
- Applied in changeset commit:30a409619aa7c0f4bd30e67fa0b86cdc850fee48.
2011-07-27
-
21:13 Bug #28525 (Under Review): Caches are not flushed after creating a package
- Patch set 1 of change I173c7ed7ecefb9fb67f8e24c0e9a93e594105cfb has been pushed to the review server.
It is available... -
21:12 Bug #28525 (Resolved): Caches are not flushed after creating a package
- After creating (or deleting, activating, deactivating) a package through the command line, the caches are not flushed...
2011-07-26
-
22:21 Bug #28487 (Resolved): ActionController ErrorAction forgets SubpackageKey
- The method errorAction of TYPO3\FLOW3\MVC\Controller\ActionController forwards like this:...
-
22:00 Feature #28486 (Resolved): Don't clone, use explicit change tracking instead
- Currently the parameter converter uses "clone" to create copies of objects,
Much better would be to automatically ... -
18:54 Bug #28477 (Under Review): Method visibility filter does not work
- Patch set 1 of change I66925ef9b482c1d0abe9334740567ced23352fe8 has been pushed to the review server.
It is available... -
16:53 Bug #28477 (Resolved): Method visibility filter does not work
- The method visibility filter is not doing anything (again). A wrong regexp match parses visibilities like @"public "@...
2011-07-24
-
11:42 Bug #28422 (Resolved): Doctrine persistence does not use correct package key for tables
- The Flow3AnnotationDriver is using the second namespace part as package key for the table name prefix. This does not ...
Also available in: Atom