Sebastian Helzle

Results 329 comments of Sebastian Helzle

`` looks a bit better than the other proposals IMO.

Still don't like how the code looks when tags are contained in attributes.

I wouldn't necessarily make `Team member` the same as the current admin. I think some people might prefer to have a reduced version if they only work on content.

@tschoeki is that something you can fix?

Not sure. That's the difficulty in this task :/

To make this work the `time` field of versions has to be indexed too. Currently the time is only indexed inside `lastVersion` of the package record.

One mostly working way (problem with the required flag) to make the label editable is modifying the fusion based label like this: ``` prototype(Neos.Form.FusionRenderer:FormElementLabel) < prototype(Neos.Fusion:Tag) { tagName = 'label'...

Thx for looking into this! For the first version I wouldn't have expected anything fancy. Just a new prototype with the AFX part consisting of the previously selected template without...

No this is not true, my change only affects the rendering of the HTML output. This class is still called as the timing headers are added to the response. Meaning...

The recalculation wouldn't be correct, as the dynamically added values wouldn't match with the values of the parent. E.g. sum of rendering time, etc. So when implementing a "refresh" feature,...