Christian Müller
Christian Müller
The link editor handles assets differently from the asset editor and doesn't correctly check if an asset is already available locally, this leads to unnecessary calls to import proxies and...
The link editor handles assets differently from the asset editor and doesn't correctly check if an asset is already available locally, this leads to unnecessary calls to import proxies and...
Since [BreadcrumbMenu](https://github.com/neos/neos-development-collection/blob/8ebe1725bea35edee52e614ca1bd15c6968c8f67/Neos.Neos/Resources/Private/Fusion/Prototypes/BreadcrumbMenu.fusion#L3) extends the regular Menu it behaves the same, that means looking at the MenuImplementation it will fetch "subItems" for documents in the breadcrumb. This is unexpected and probably...
Apparently the asset usage is only tested for nodes the user has access to, which is obviously dangerous.
With this change `PersistenceManager::isNewObject` will correctly report object status in all circumstances. Fixes: #2699
The TaggableMultiBackend does not do `$this->initializeBackends()` in new methods implemented, this can result in wrong results if the flush is the first thing done with said backend. That can easily...
Hey, we had the request and I created some code to support that any arguments given to a tag based viewhelper that was not formally declared will simply be cast...
With this feature the browser can be called with a constraints argument that will limit the possibilities. For now constraints on asset proxies and asset type (according to our object...
The `\Neos\Neos\View\FusionExceptionView::render()` creates a fake ActionRequest for rendering the exception (also 404 page) which cannot ever resolve to a valid URL. Therefore any reliance on this request will result in...
See: https://github.com/neos/neos-development-collection/pull/4921