-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
./flow doctrine:migrate
> Class "Doctrine\Migrations\Tools\Console\ConsoleLogger" not foun…
-
reproduce
connect to a server with a running flow application **without** Neos.
```
curl https://sandstorm.github.io/synco/serve | sh -s -
```
It seem's you exclude the table `neos_media_domain…
-
The really hacky way to import a neos site is like
1) `./flow cr:setup`
2) `./flow site:create neosdemo Neos.Demo Neos.Demo:Document.Homepage`
3) `./flow cr:prune`
4) `./flow cr:import resource:…
-
Neos 8 holds the well known site:import command:
```
COMMAND:
neos.neos:site:import
USAGE:
./flow site:import []
OPTIONS:
--package-key Package key specifying the package con…
-
The `resource:clean` command is intertwined with Neos.Media's AssetRepository and ThumbnailRepository.
This is hard to type for phpstan and generally unpleasant to look at :D
Flow 9 should provide…
-
This issue should serve as an epic for performance related improvements for Neos 9.0
- [ ] inline editing - #4387
- Currently when inline-editing a text in the Neos content module, changes are s…
-
- [x] Get rid of `ObjectManagerInterface` in `NodeType` and `NodeTypeManager`
- [x] Replace `\Neos\Flow\Utility\Algorithms::generateUUID()` in ID-ValueObjects
- [x] Remove/rewrite Behat test traits!…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Let's say you wanna build a component that ensures a certain css class name within its …
-
### Is there an existing issue for this topic?
- [X] I have searched the existing issues
### Description
Lately I thought about something where I could need some opinions.
Currently, we have two…
-
### Description
This is an umbrella issue that aims to reduce the amount of Aspect Oriented Programming in the core.
#### Background
Flow was created as framework for Neos. It seems weird tha…