Claus Due

Results 245 comments of Claus Due

> Also: What's missing to get this change in? (still WIP) From my perspective, I'd like to preserve the ArgumentDefinition as unmutable and avoid the related public API change. And...

Hi @jonaseberle - I understand the use case, but `` will never be supported simply because the XHTML tag you render, is not Fluid. While this _might be possible_ to...

@jonaseberle Thanks for the examples. For clarity I will go through each one of them, hopefully that illustrates why I make the judgements I make: > https://github.com/TYPO3-CMS/fluid_styled_content/blob/master/Resources/Private/Partials/Media/Type/Image.html This structure can...

`v:call` currently exists in VHS and will become part of a universal VH library. That should do the trick.

As a result of discussion: * Feature changed so that `f:argument` is used to declare such arguments. * Made the stack ViewHelper-class-agnostic so it will allow any VH to receive...

Ready for another look @mbrodala (sorry about the ping, doing open-stuff-cleanups).

Abandoned; would not fit with Fluid 3.0 and is not vital.

Re-opened, there has been some interest for the feature and we should probably re-consider it. My plan is to either cross-port the API parts and functionality to the 3.0 branch,...

The syntax looks correct and should work. Is it possible you use a custom RenderingContext which prevents this line from executing, causing it to not return the namespace detection processor?...

Thanks for the example! I checked the template processor and it does indeed not replace the detected namespace with an empty string (which it should do). This one will need...