Marc Henry Schultz
Marc Henry Schultz
!!! TASK: `Mvc\Dispatcher::afterControllerInvocation` will not be called for CLI requests anymore.
Reverts that the cli dispatcher invokes the mvc slots dispatcher slots with cli requests. When there was one dispatcher the slot `afterControllerInvocation` was fired for both cli and web request....
see https://github.com/neos/flow-development-collection/pull/3188 see https://github.com/neos/neos-development-collection/issues/4595 @kitsunet and me discussed that its possibly always better to use get: > Is why I almost never use "has" in caches, it is never atomic,...
https://github.com/neos/flow-development-collection/issues/3303 **Upgrade instructions** **Review instructions** **Checklist** - [ ] Code follows the PSR-2 coding style - [ ] Tests have been created, run and adjusted as needed - [ ]...
That leads to `forgetClass` not being fired and `allImplementationsForInterface` returning stale classes which leads to places using that and instantiating objects like the property mapper crash if a property mapper...
If you have a package laying around in `DistributionPackages` it seems that doctrine migrations will also be found there. This is inconsistent dev experience, and one might have uninstalled packages...
In https://github.com/neos/neos-ui/pull/3560#issuecomment-1624214622 i experienced an inconsistency where the NodeTypes would show up in different order in the Node Creation Dialog on different systems. Always in an unorder per system. But...
while working on https://github.com/neos/flow-development-collection/pull/3232 and https://github.com/neos/flow-development-collection/issues/2492 I stumbled over the fact that the whole `ActionResponse` abstraction is "broken". In https://github.com/neos/flow-development-collection/pull/3294 i experimented with returning a psr response directly from a...
Initially the idea was was part of https://github.com/neos/flow-development-collection/pull/2219 but reverted and i reverted the commit which makes it a reimplementation here: https://github.com/neos/flow-development-collection/pull/3290 > Maybe the ActionResponse Headers is stretching things...
see https://github.com/neos/flow-development-collection/issues/3078 @robertlemke i talked with you about this behaviour and i could reproduce it as described to you in this test. What do you say, is this intended behaviour?...
Depends on https://github.com/neos/flow-development-collection/pull/3275 Resolves #3272 There will be another PR towards Neos.Media to include this functionality in `./flow media:cleanresources`. Additionally warn if this command is used in a Neos installation,...