Claus Due

Results 245 comments of Claus Due

Needs https://github.com/TYPO3/Fluid/pull/328 before tests will succeed. Will need to be conflict resolved and rebased.

Thanks for reviewing / testing, Christian :) This last force-push should fix the issue. The error messages were slightly different and there was a PHP 5.x problem as well.

Fixed a minor commit message problem (TemplatePaths was mentioned as the place to change ViewHelper namespaces, I guess I was thinking about something else while writing that).

This sounds like a bug. Hardcoded strings will be stripped of quotes but it sounds like it also happens for variables which it probably shouldn't.

Though I haven't tested it, I can explain why this happens: Recursive object accessors are resolved by string value until all nested accessors are converted to strings. In the use...

> By now we should consider moving this logic to a separate helper class. This would reduce the size of the provider. It used to be like that (see VariableExtractor)...

@mbrodala I'd like to discuss this with the TYPO3 core team first; one of the major drawbacks that this patch aims to solve, is the inability to create structured variables...

> @NamelessCoder Are you also thinking along those lines or do you have further-reaching goals? No, this is pretty much the use case that the patch aims to solve -...

@yol The patch is likely not acceptable in its current form due to the ability to mutate objects through setter methods. I'd still say it is problem-free to assign things...

Hi Felix - this one looks like it goes beyond the iterator-like behavior of `f:for` and `f:groupedFor`, and implementing it would imply a lot of other "lacks of functionality" -...