Activity
From 2010-08-18 to 2010-09-16
2010-09-16
-
17:47 Task #9710 (Accepted): Refactor QueryResultProxy behaviour
-
17:46 Feature #9709 (Accepted): Allow ordering to be customizable (more easily) in repositories
-
17:15 Bug #9585 (Resolved): PDOException thrown if array contains NULL as value
- Applied in changeset commit:"db9e49c69be141153b19f47fd0cd499049b5484b".
2010-09-15
-
12:30 Bug #9684 (Resolved): Datamapper fails to thaw reused objects if in certain order
- Applied in changeset commit:"672626bb94d37656afa2e8d6e82d5af3eea056c1".
-
10:02 Bug #9684 (Under Review): Datamapper fails to thaw reused objects if in certain order
-
10:03 Bug #9585 (Under Review): PDOException thrown if array contains NULL as value
-
10:01 Bug #9707 (Under Review): Switching autowiring off breaks production context
-
10:01 Feature #9709 (New): Allow ordering to be customizable (more easily) in repositories
-
09:58 Feature #9709 (Under Review): Allow ordering to be customizable (more easily) in repositories
2010-09-14
-
22:32 Task #9710: Refactor QueryResultProxy behaviour
- Note: As discussed QueryResult::getFirst() should return NULL instead of FALSE if the result set is empty
2010-09-13
-
18:20 Task #9710 (Resolved): Refactor QueryResultProxy behaviour
- The following seems reasonable:
* rename @QueryResultProxy@ to @QueryResult@
* get rid of @FETCH_*@ and have @execu... -
18:15 Feature #9709 (Resolved): Allow ordering to be customizable (more easily) in repositories
- When using findAll() or findBy*() the order of the result cannot be customized without writing your own methods to in...
-
15:31 Bug #9707 (Resolved): Switching autowiring off breaks production context
- Phoenix exhibits a bug introduced with https://review.typo3.org/57 in commit:e8e03d9f that leads to an UnresolvedDepe...
2010-09-10
-
18:40 Bug #9684 (Resolved): Datamapper fails to thaw reused objects if in certain order
- Consider the following properties of an entity:...
-
16:00 Bug #9679 (Resolved): PdoHelper fails if username / password are NULL
- Applied in changeset commit:"b77c41c22a526e71961c1c3a35399e89fb4199ef".
-
12:46 Bug #9679 (Resolved): PdoHelper fails if username / password are NULL
- By default the username and password passed to the PDO backend are NULL because SQLite does not need a username / pas...
-
15:45 Feature #9626 (Resolved): Switch off autowiring for single methods via @autowiring annotation
- Applied in changeset commit:"e8e03d9f5df80ddfd05662f7eee2278f67188c31".
2010-09-07
-
17:15 Task #9625 (Resolved): Remove references of ObjectFactory
- Applied in changeset commit:"0585312845fee8aa1efe444218a0f6c214e797c2".
-
13:23 Task #9625 (Accepted): Remove references of ObjectFactory
-
12:28 Task #9625 (Resolved): Remove references of ObjectFactory
- The ObjectFactory (F3\FLOW3\Object\ObjectFactory) and its interface are deprecated since alpha 8. Therefore: Remove t...
-
12:38 Feature #9626 (Resolved): Switch off autowiring for single methods via @autowiring annotation
- It would be nice to be able to switch off autowiring for certain (inject) methods and the constructor by adding an "@...
-
11:45 Feature #9586 (Resolved): Support @var/@param type "object"
- Applied in changeset commit:"9bd5354619071152f022f43b1bd1abcd4e25c92e".
2010-09-03
-
17:10 Feature #9586 (Accepted): Support @var/@param type "object"
-
16:24 Feature #9586 (Resolved): Support @var/@param type "object"
- Currently "object" is not supported as param type:...
-
16:31 Bug #9587 (Rejected): ArrayObject cannot be persisted as part of an array
- I tried to persist this:...
-
16:21 Bug #9585 (Resolved): PDOException thrown if array contains NULL as value
- ...
-
10:00 Bug #9569 (Resolved): RestController handles HEAD requests incorrectly
- Applied in changeset commit:"9b0053596668f20d099bd190e2ea9ec2ef2253ea".
2010-09-02
-
18:15 Bug #9538 (Resolved): APC Backend test fails (flushRemovesAllCacheEntries)
- Applied in changeset commit:"01765ad53feeb347256f3e7c1015f3f53b973552".
-
16:06 Bug #9538: APC Backend test fails (flushRemovesAllCacheEntries)
- With 3.1.5-dev the mentioned error is gone.
However, with the default php.ini settings I now get:... -
18:04 Bug #9569 (Resolved): RestController handles HEAD requests incorrectly
- HEAD requests are not mapped to show/list like GET, but end up targeting the indexAction.
-
17:24 Task #9568 (Resolved): Improve speed of AOP proxy building / reflection
- The process of AOP proxy building and the extensive use of relfection has slowed down FLOW3 immensely, especially in ...
-
14:42 Task #4268 (New): handle model-attributes, that are not of type string, but user-input
-
14:15 Feature #9528 (Resolved): Log remote IP address
- Applied in changeset commit:"4f36e397b6b069b684e73896d5f205e0d31d32c5".
-
13:30 Feature #9536 (Resolved): Improve logging of security related events
- Applied in changeset commit:"84bb24831ba772c03ede2034cd0eb8d8aaf6304b".
-
12:30 Bug #9403 (Closed): Authentication does not work
- The template must contain form elements like this:...
-
12:26 Bug #9403 (Accepted): Authentication does not work
-
12:30 Bug #9532 (Resolved): FLOW3 looses session data / tokens if scope session is used elsewhere
- Applied in changeset commit:"327a31d1f49be1babcbd0ebc089b92e8cb2fb2d4".
-
12:30 Bug #9540 (Resolved): Ordering of result sets does not work
- Applied in changeset commit:"e28979c39c218d50d8d4fdabd3f231f22ffd09cc".
2010-09-01
-
19:27 Bug #9557 (Rejected): It's possible to persist multiple entities with the same identity properties
- I annotated the "email" property of my test model with an @identity annotation. Now I would expect the persistence la...
-
11:57 Feature #9547: Reactivate HMAC or implement substitute
- after re-thinking about this, I also think we badly need this feature again.
-
11:50 Feature #9547 (Rejected): Reactivate HMAC or implement substitute
- Currently Fluid Forms still create a hidden "__hmac" field, but apparently that is no longer validated on the server ...
-
09:54 Bug #7564: Dynamic Object Container does not support scope session
- just forget my last comment, it was a missing @transient on my side which caused the problem... So it's working beaut...
-
09:15 Bug #9539 (Resolved): WebRedirect entry point does not work anymore
- Applied in changeset commit:"3f4f616f04d3c821bf939b9ada78de856592fa5c".
2010-08-31
-
20:53 Bug #7564: Dynamic Object Container does not support scope session
- +1, we really need this also for the widgets -- I just spent a few hours because of this.
Greets,
Sebastian -
17:09 Feature #9528 (Accepted): Log remote IP address
-
10:14 Feature #9528 (Resolved): Log remote IP address
- For certain kinds of logs and in certain situations it is helpful to log the remote address of the client using FLOW3...
-
15:57 Bug #9540 (Resolved): Ordering of result sets does not work
- Ordering doesn't work. No errors appear, but results are in seemingly random order.
-
15:49 Bug #9539 (Resolved): WebRedirect entry point does not work anymore
- Since the changed behavior of AfterThrowing advices, the RequestDispatchingAspect does not catch AuthenticationRequir...
-
15:44 Bug #9538: APC Backend test fails (flushRemovesAllCacheEntries)
- Please try with 3.1.4 or newer.
-
15:40 Bug #9538: APC Backend test fails (flushRemovesAllCacheEntries)
- APC Version 3.1.3p1
MMAP Support Enabled
MMAP File Mask /tmp/apc.5p5pH2
Locking type File Locks
Revision $Revisio... -
15:19 Bug #9538 (Accepted): APC Backend test fails (flushRemovesAllCacheEntries)
-
15:14 Bug #9538 (Resolved): APC Backend test fails (flushRemovesAllCacheEntries)
- On my machine the following test fails:...
-
13:34 Feature #9537 (New): Query criterions should be able to compare whole objects
- Currently it is not possible to exclude specific objects from a resultset by using query criterions.
Possible synt... -
12:58 Feature #9536 (Resolved): Improve logging of security related events
- Security related actions and events should be logged into its own file / backend because
# they log data might be ... -
12:01 Feature #9534 (Rejected): RAND as order posibility
- It would be cool to have a possibilty to get randomize data.. for example...
-
11:26 Bug #9532 (Resolved): FLOW3 looses session data / tokens if scope session is used elsewhere
- In the TYPO3 package I started implementing a TYPO3-specific session class:...
2010-08-30
-
16:45 Bug #9093 (Resolved): UUID generated but object is null
- Applied in changeset commit:"ebc416ef725248f4196ad85094fb5616f34c1beb".
-
16:30 Bug #9504 (Resolved): Mapping objects with collection properties fails on empty request argument
- Applied in changeset commit:"e54f526d67c6d13bd4fc44846013a747b8c9aa44".
-
15:25 Bug #9504 (Resolved): Mapping objects with collection properties fails on empty request argument
- When an object contains a typed (non-literals only) collection property (array or Traversable) the PropertyMapper wan...
-
15:15 Bug #9502 (Resolved): After and After Throwing advices intercept exceptions
- Applied in changeset commit:"04cf8153232ccfe23535e68df46583be0984962e".
-
14:28 Bug #9502 (Resolved): After and After Throwing advices intercept exceptions
- Both, After and After Throwing advice, should be triggered after returning from a method or on an exception thrown by...
-
14:30 Feature #8774 (Resolved): Query::execute() should return a Proxy instead of array
- Applied in changeset commit:"60fadf5cf8cb1805607f0e2e12bd9f69afe37244".
2010-08-25
-
16:59 Task #9457 (Rejected): Refactor type-conversion into ...Utility\TypeHandling
- At some places througout the code, types are converted from String to specific types.
Example:
Classes/MVC/Controll... -
16:30 Bug #6195 (Resolved): Empty form fields converted to empty string instead of type declared for property
- Applied in changeset commit:"112feeea56d696abf05ceeda158fec6f879c0b50".
-
16:30 Feature #9456 (Resolved): MVC arguments should be converted to their target type
- Applied in changeset commit:"112feeea56d696abf05ceeda158fec6f879c0b50".
-
16:11 Feature #9456 (Resolved): MVC arguments should be converted to their target type
- MVC arguments are mapped from the arguments found in the HTTP request (GET / POST ...) to controller argument objects...
-
12:38 Bug #9093 (Accepted): UUID generated but object is null
-
12:38 Bug #9093: UUID generated but object is null
- The @Argument->setValue()@ already receives the mapped object but cannot cope with this. Returning the value immediat...
-
11:20 Bug #9093: UUID generated but object is null
- From the #FLOW3 IRC channel (edited for brevity):...
2010-08-24
-
18:30 Bug #9436 (Resolved): Package Manager doesn't check if directory Packages/Application exists
- Applied in changeset commit:"d0349c7740a0e9abc0d4b6d1868fe670d80395ab".
-
17:38 Bug #9436 (Resolved): Package Manager doesn't check if directory Packages/Application exists
- On trying to create a new package, the package manager might fail because Packages/Application does not exist.
-
17:31 Bug #6195 (Accepted): Empty form fields converted to empty string instead of type declared for property
-
17:00 Feature #315 (Resolved): Add "format" support to the Request object
- Okay, as it seems the Accept header is not used consistently and correctly among different browser (see http://www.ge...
2010-08-23
-
04:43 Bug #9403: Authentication does not work
- Further analysis revealed:
It is most likely the dot in the input-tag name that causes this issue.
*DOES NOT WORK... -
04:26 Bug #9403 (Closed): Authentication does not work
- After recent changes (and as far as I can see the issue occurs in alpha-11, too), user authentication with Security F...
2010-08-20
-
11:01 Feature #7113: Make view resolution in ActionController independent from Fluid
- I think there is something wrong..
since yesterday, after update the latest trunk i get a 404 with this error message...
2010-08-19
-
18:06 Feature #8774: Query::execute() should return a Proxy instead of array
- We just decided that we probably should add a parameter to the execute() method to define the result type. something ...
-
18:00 Feature #7113 (Resolved): Make view resolution in ActionController independent from Fluid
- Applied in changeset r5023.
-
11:33 Bug #7182: Throw an exception if class for annotated dataType is missing
- Karsten Dambekalns wrote:
> FLOW3 evaluates the @param annotation in this case, and there you must use valid types, ... -
11:07 Bug #7182 (Accepted): Throw an exception if class for annotated dataType is missing
-
10:00 Bug #9360 (Resolved): ObjectSerializer does not detect recursion in object references
- Applied in changeset r5009.
2010-08-18
-
18:08 Bug #7182: Throw an exception if class for annotated dataType is missing
- Hi,
I'm puzzled by this:
Christopher Hlubek wrote:
> It's not enough just to skip primitive types since the da... -
18:00 Bug #6315 (Resolved): Input fields with a name attribute with more than 64 characters are ignored
- Applied in changeset r5005.
-
17:54 Bug #6315: Input fields with a name attribute with more than 64 characters are ignored
- One way for this (special) case of the authentication data: use a nested array instead of the long name. Equally uniq...
-
16:14 Bug #6315 (Accepted): Input fields with a name attribute with more than 64 characters are ignored
- To me it seems we should avoid such long names.
While it is not a security risk to have long names, Suhosin will c... -
17:15 Task #8864 (Resolved): We should mention the usage of PHP Error Control Operators in the FLOW3 CGL
- Applied in changeset r5004.
-
16:48 Feature #8736: Implement generic Identity RoutePartHandler
- Bastian Waidelich wrote:
> Yes, but I'm unhappy about yet another syntax
> [...]
> Why hasn't the DateTime object ... -
16:28 Feature #8736: Implement generic Identity RoutePartHandler
- Karsten Dambekalns wrote:
> As for date formatting, this needs to be configurable.
Yes, but I'm unhappy about y... -
15:52 Feature #8736: Implement generic Identity RoutePartHandler
- I like the concept. As for date formatting, this needs to be configurable. Since the handler could find out about the...
-
15:56 Bug #6928 (Closed): ObjectContainerBuilder does not work for factory setups
- Closing, as the problem has not surfaced again so far. And in cases like these, adding an interface to allow for type...
-
15:44 Bug #8670 (Resolved): Non-required action argument throws Exception on unknown get-parameter uid
- Fixed as of r5003 (gna, used wrong commit message).
-
15:20 Bug #8670 (Accepted): Non-required action argument throws Exception on unknown get-parameter uid
-
15:13 Feature #7216 (Closed): Custom CLI Controller without Modification of flow3.sh
- Closing this in favour of #4426.
-
15:05 Task #6591 (On Hold): Refactor F3\FLOW3\Log\Backend\FileBackend : getFormattedVarDump
- You need to sign the CLA before we can accept your contribution, see http://typo3.org/about/licenses
-
15:00 Bug #8968 (Resolved): SQL errors when using setOrderings() with multiple fields
- Applied in changeset r5002.
-
13:45 Bug #9184 (Resolved): No NULL safe query method
- Applied in changeset r5000.
-
13:39 Bug #9184 (Accepted): No NULL safe query method
-
13:21 Bug #9360 (Resolved): ObjectSerializer does not detect recursion in object references
- Given the following object relations:...
-
11:30 Bug #9358 (Resolved): isEmpty() in queries works only when used with logicalNot()
- Applied in changeset r4999.
-
11:01 Bug #9358 (Resolved): isEmpty() in queries works only when used with logicalNot()
- When using the isEmpty() constraint against empty collections, this works only when combined with logicalNot(), due t...
-
10:45 Bug #9357 (Resolved): Entry identifier needs to be sanitized in Cache\FileBackend
- Applied in changeset r4998.
-
10:37 Bug #9357 (Resolved): Entry identifier needs to be sanitized in Cache\FileBackend
- Currently the entry identifier is not checked at all in Cache\FileBackend.
-
10:45 Feature #9356 (Resolved): Implement getAccount() for the Security Context
- Applied in changeset r4997.
-
10:32 Feature #9356 (Resolved): Implement getAccount() for the Security Context
- The \F3\FLOW3\Security\Context could provide a convenience method for retrieving the currently logged in account.
Also available in: Atom