Claus Due

Results 245 comments of Claus Due

I've created the pull request for you (thanks for publishing your branch to your fork!) To do this yourself there are two nice ways: 1. On your fork, select the...

I should also add: you can keep pushing new commits to your fork's branch if necessary - which it will be, see my review ;)

I've prepared a pull request from my fork to yours, which should solve the failing unit test. https://github.com/schmitzal/news/pull/1

And another one - forgot to adjust for the changed redirect method. https://github.com/schmitzal/news/pull/2

No worries, tomorrow is another day :) Thanks again for getting this one started.

This is actually by design. If you need a simple "is falsey" check you need to use `f:if` - this particular ViewHelper is designed to only produce a value if...

Though it currently has a bug in syntax detection when variables contain dots, the ternary expression node was created for that. `{ifVariable ? thenVariable : elseVariable}`. In terms of your...

@mbrodala See https://github.com/TYPO3/Fluid/issues/390 since we're moving off topic.

Just to clarify this: The issue isn't that the ViewHelpers add whitespace when they are replaced with whatever content they render. The issue is that _they don't remove the whitespace...

I may have an idea for this, but could use a logic check. We may be able to target the whitespace while parsing, and use plain trimming on the parsed...