flow-development-collection
flow-development-collection copied to clipboard
The unified repository containing the Flow core packages, used for Flow development.
this is based on the assumption that any EEL written is 100% valid ECMAScript but not the other way around, which is fine. (ECMAScript ≈ JavaScript) as discussed in the...
BUG: Calling PersistenceManager->persistAll() with scheduled ValueObjects twice breaks Unit Of Work
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I'm not yet sure what the "minimal" set of actions triggers...
Updates the requirements on [psr/container](https://github.com/php-fig/container) to permit the latest version. Release notes Sourced from psr/container's releases. 2.0.0 Changed This release adds the bool return typehint to Psr\Container\ContainerInterface::has(), in accordance with...
### Description EEL uses `ObjectAccess::getProperty` https://github.com/neos/flow-development-collection/blob/1956920c41b5eb9348daaaf03543efaa45b098b2/Neos.Eel/Classes/Context.php#L65 when you put into `ObjectAccess::getProperty` an object with magic `__call` and `ArrayAccess` it will check first if the property has an getter before it...
This change - updates the MariaDB version used for testing from 10.2 to 10.6. The former reaches EOL in May 2022 but 10.6 is the current LTS version supported until...
Related information: - https://github.com/neos/neos-development-collection/issues/3765 - https://github.com/neos/neos-development-collection/pull/3808 **Checklist** - [x] The PR is created against the [lowest maintained branch](https://www.neos.io/features/release-roadmap.html) - [x] Reviewer - PR Title is brief but complete and starts...
This allows to intercept and modify the results via the http chain. **Upgrade instructions** **Review instructions** **Checklist** - [ ] Code follows the PSR-2 coding style - [ ] Tests...
This documentation is not up to date in projects since Flow 7.0: https://flowframework.readthedocs.io/en/stable/TheDefinitiveGuide/PartIII/Http.html?highlight=X-HTTP-Method-Override#request-methods @kitsunet said > interesting, that seems to have been lost with the PSR-7 adoption, I found it...
This change fixes proxy compilation for certain cases where "class" was used as a string in multi-line quoted strings or within comments. Resolves: #1835
This change is supposed to allow to define a RoutePart `@locale` in routing, that will be resolved and then in turn copied to generated URIs. This will allow to easily...