Bastian Waidelich
Bastian Waidelich
### Description The Link Editor is one of the most crucial editor in a CMS. Ours is currently very straightforward but IMO it lacks some important features. #### Missing features...
### Description https://neos.readthedocs.io/en/stable/References/PropertyEditorReference.html#property-validation lists all supported property validators, including `DateTimeRangeValidator`. But that is in fact not available. ### Steps to Reproduce 1. add a property of type `DateTime` to a...
### Description A nasty bug I just stumbled upon but it seems to exist for a long time already: When using the special `i18n` value for NodeType labels an exception...
Introduce fusion source maps to display the file and line of the failing fusion line. Add the information about the line in the file where the fusion-ast fragment was actually...
Introduce `ActionUriBuilder` as more solid building block to create relative and absolute URLs for MVC actions. This change should not be breaking, but it deprecates some classes that were previously...
Related: https://github.com/neos/neos-development-collection/issues/3216
Flow creates a proxy class for every PHP class of a package with [enabled object management](https://flowframework.readthedocs.io/en/stable/TheDefinitiveGuide/PartIII/ObjectManagement.html#enabling-other-package-classes-for-object-management) (all Flow packages by default). This allows the corresponding class to use annotation based...
### Description The [Base Distribution](https://github.com/neos/flow-base-distribution) comes with a set of composer post-* hooks: ```json // ... "scripts": { "post-update-cmd": "Neos\\Flow\\Composer\\InstallerScripts::postUpdateAndInstall", "post-install-cmd": "Neos\\Flow\\Composer\\InstallerScripts::postUpdateAndInstall", "post-package-update": "Neos\\Flow\\Composer\\InstallerScripts::postPackageUpdateAndInstall", "post-package-install": "Neos\\Flow\\Composer\\InstallerScripts::postPackageUpdateAndInstall" } // ... ```...
I was trying out the "Todo note-taking app" example and was wondering about the unreliable behavior: Sometimes todos didn't appear and a refresh led to a blank screen (see https://twitter.com/bwaidelich/status/1227653864423292929)...