flow-development-collection icon indicating copy to clipboard operation
flow-development-collection copied to clipboard

The unified repository containing the Flow core packages, used for Flow development.

Results 310 flow-development-collection issues
Sort by recently updated
recently updated
newest added

### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior With Xdebug enabled but no listener to connect to, the command...

Bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior You cant execute `./flow` if there is a space in the...

Bug

Demonstrate broken union types from annotations via test. 1. commit - remove rule that tests union types only with php 8 ... all green 2. commit - add a method...

Bug
8.3

This does some code cleanup and adds a new method `fromClassAndMethodName($className, $methodName)` to the `LogEnvironment`. It be used like this: LogEnvironment::fromClassAndMethodName(__CLASS__, __METHOD__) and will return useful data – as opposed...

Feature
Task
8.3

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When you use Neos.Form and the Neos.Form.FusionRenderer with the File Upload,...

Bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Description The encryption key is normally a persistent filesystem cache entry. Currently it...

Feature

Allow newer PhpUnit versions and adjust tests as needed. **Checklist** - [x] Code follows the PSR-2 coding style - [ ] Tests have been created, run and adjusted as needed...

Task
8.3

This will block domain.tld/robots.txt instead of showing the default robots.txt Neos generates. ``` # Stop rewrite processing no matter if a package resource, .well-known, robots.txt etc. exists or not RewriteRule...

`Security\Context::getRoles()` currently returns an array of (expanded) `Role` instances. It is used all over the place even though: - in most places we're only interested in the _identifier_ of the...

Feature
9.0