flow-development-collection
flow-development-collection copied to clipboard
The unified repository containing the Flow core packages, used for Flow development.
### 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...
### 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...
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...
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...
### 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,...
### 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...
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...
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...