-
-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
!!! FEATURE: ViewInterface
returns PSR StreamInterface
#3286
Merged
mhsdesign
merged 10 commits into
neos:9.0
from
mhsdesign:feature/viewInterfaceWithoutControllerContext
Apr 24, 2024
Merged
!!! FEATURE: ViewInterface
returns PSR StreamInterface
#3286
mhsdesign
merged 10 commits into
neos:9.0
from
mhsdesign:feature/viewInterfaceWithoutControllerContext
Apr 24, 2024
Commits on Apr 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 93ba58d - Browse repository at this point
Copy the full SHA 93ba58dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3afca62 - Browse repository at this point
Copy the full SHA 3afca62View commit details -
Revert "WIP: Introduce ActionMessages tuple to replace controller con…
…text" This reverts commit 2717a8c.
Configuration menu - View commit details
-
Copy full SHA for ac8cfc7 - Browse repository at this point
Copy the full SHA ac8cfc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d91c6a2 - Browse repository at this point
Copy the full SHA d91c6a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 227670a - Browse repository at this point
Copy the full SHA 227670aView commit details -
!!! TASK:
ViewInterface::canRender
Initially `canRender` was introduced to allow special logic in a controller to determine the correct view out of multiple options. neos@cb8fa24 But with neos@d69bcfe the canRender() checks were removed and leaves the method with zero usages and no _real_ implementation.
Configuration menu - View commit details
-
Copy full SHA for 1ae08a8 - Browse repository at this point
Copy the full SHA 1ae08a8View commit details -
!!! TASK: Strict render type for views `ResponseInterface|StreamInter…
…face` Please adjust your view to return a `StreamInterface` instead of a stream. If you need a string at call site, please use `->getContent()` instead.
Configuration menu - View commit details
-
Copy full SHA for cc8f3a9 - Browse repository at this point
Copy the full SHA cc8f3a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bb5133 - Browse repository at this point
Copy the full SHA 9bb5133View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff51048 - Browse repository at this point
Copy the full SHA ff51048View commit details -
Configuration menu - View commit details
-
Copy full SHA for 524f61e - Browse repository at this point
Copy the full SHA 524f61eView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.