Alexander Berl
Alexander Berl
- Docs&Tests: yes! - Neos: As long as it is not configured in the Routes.yaml, nothing changes really. Even then, an HttpComponent needs to fetch the `@locale` from Routing and...
Don't close. Still a topic for me, though prioritized lower than e.g. PSR-7
Reopening to keep this on the radar - still would like to have some basic support of locale from routing in Flow
Would love to sometime rework this and finish it up. I still do think (4+ years later) it would be a worthwhile feature. But currently I don't think I can...
Thanks a lot for the PR! While this makes a lot of sense (as the previously existing comment already suggested), we do have a test covering that behaviour and changing...
> Robin Krahnen 3 months ago As this change breaks with the current behavior, maybe even this is not what you want. In my opinion it is a bug, but...
@kitsunet sorry for tagging you, but I'd like to get another informed opinion that knows Fluid well and you were the one that added the TODO comment (https://github.com/neos/flow-development-collection/commit/da3b1472d7d5ecc5c4e032a285d7c22e4238b0c2). Do you...
@mficzel @kitsunet @kdambekalns one last thing to decide upon before 8.0 (at least from Flow's side) - if we'll not have it this time around I fear it will only...
So it seems this part was actually a workaround to fix broken `_all` passing in our FluidAdaptor? > 1) Neos\FluidAdaptor\Tests\Functional\View\StandaloneViewTest::renderSectionIsEvaluatedCorrectly Failed asserting that two strings are identical. --- Expected +++...
See my comment to get rid of the `use` statement. For the general case of adding methods, maybe https://www.jetbrains.com/help/phpstorm/ide-advanced-metadata.html#map does indeed work when just defining methods there as if they...