Marc Henry Schultz

Results 366 issues of Marc Henry Schultz

With https://github.com/neos/flow-development-collection/issues/3169 we cleaned up our behat testing infrastructure. The concept with `@isolated` tests is utterly complex. Neos doesnt use this feature anymore and we only have it in place...

see https://github.com/neos/flow-development-collection/pull/3082/commits/2f7003f34346a8f6b7131acdaed7f9ce818a1386 for a failing test to prove ;) ```php class PrototypeClassJ { public function __construct( public ValueObjectClassA $classA ) { } } ``` you cant currently instantiate this like...

depends on https://github.com/neos/flow-development-collection/pull/3200 **Upgrade instructions** **Review instructions** **Checklist** - [ ] Code follows the PSR-2 coding style - [ ] Tests have been created, run and adjusted as needed -...

Task
9.0

Given the following code, i would expect no proxy class to be generated for either `Dto` or `OtherDto` ```php // no proxy class? final readonly class Dto { private function...

This feature introduces a php link value object which can also be used as node property with editor support. Advanced Inspector Editor Configuration with `Sitegeist\Archaeopteryx\Link` value object type: ```yaml 'Vendor.Site:MyAwesomeNodeTypeWithALinkValueObjectProperty':...

https://github.com/sitegeist/Sitegeist.Archaeopteryx/blob/9322b9cb8e4824bcaf7aaa247c23b1244a2f1167/Classes/LinkToArrayForNeosUiConverter.php#L12C16-L12C78 will be obsolete with https://github.com/neos/neos-development-collection/pull/4638 merged and released.

https://github.com/sitegeist/Sitegeist.Archaeopteryx/assets/85400359/5405e3e6-fc7f-4050-afaf-7ad8dc923abd As far as i can tell, this In https://github.com/sitegeist/Sitegeist.Archaeopteryx/blame/a003751455ccd6759cd6968dea11c08481ee4296/Neos.Ui/core/src/application/Dialog/Dialog.tsx#L33-L40 we filter out unsupported link options, but as we declare the field `relNofollow` internally with a different casing `relNoFollow`, we...

For example id like to run this step: https://github.com/sitegeist/Sitegeist.MagicWand/blob/cbc8c36f4ce51821413e5cc852ff79741e1e0984/Classes/Command/CloneCommandController.php#L242 again without worring about the long procedure of the other steps. so it would be great to be able to trigger...

Build a simple component: ``` prototype(Foo.Bar:Block.Thing) < prototype(Neos.Fusion:Component) { @styleguide { title = 'Thing' props { option = true } useCases { blablabla { title = "Blablabla" props { option...