Alexander Berl
Alexander Berl
https://discuss.neos.io/t/problem-with-neos-4-2-when-creating-new-package/3974/9 Needs to be analyzed first
See https://github.com/neos/Acme.Blog/issues/2
See https://gist.github.com/Ocramius/4bd03ad4d545bb07164c133d4d2b3686 for a (small) reference of what is possible
This allows image data with support in the backend to directly embedded instead of being rasterized. That way SVGs with embedded JPEGs for example become much smaller. Note: This currently...
This change will make the ObjectConverter use dedicated add_/remove_ methods on all collection type properties if available and a setter is missing, instead of always depending on setting the whole...
Overwriting a collection will lead to all related entities being deleted as of Doctrine ORM 2.6+, if the relation has orphanRemoval, as do all *ToMany relations to non-aggregate roots in...
With the introduction of the PSR-15 middlewares (#1928 and #2019) we cover the whole HTTP dispatch process in a standard and extendable way. At the inner core of this middleware...
Related to #2478 The `replaceHttpResponse()` should make sure that the ContentType (and any other headers really) that is potentially set inside a HttpResponse which is returned from a view should...
https://github.com/doctrine/orm/blob/2.8.x/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php vs https://github.com/neos/flow-development-collection/blob/master/Neos.Flow/Classes/Persistence/Doctrine/Mapping/Driver/FlowAnnotationDriver.php
Following the concept of "Lazy event sourcing" from https://www.youtube.com/watch?v=aqv8d1pjmU8 it might be a nice feature to be able to arbitrarily index events, such that models can be made up lazily...