Bastian Waidelich

Results 83 issues of 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...

UI & UX
Enhancement
Proposal

### 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...

Enhancement

### 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...

Bug
Still valid? Needs reproduction

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...

P: Fusion
Feature

Related: #1763

T: Database
T: PHP
P: Cache

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...

Feature
9.0

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...

T: PHP
P: Flow
!!! Next major
Feature

### 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" } // ... ```...

help wanted
I: Discussion

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)...