-
-
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: WIP Dispatcher and controller return ActionResponse
(simpler controller pattern)
#3232
Merged
mhsdesign
merged 23 commits into
neos:feature/dispatcher-returns-psr-responses
from
kitsunet:feature/actioncontroller-simplecontroller
Feb 6, 2024
Merged
Changes from 22 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
d94562f
!!!FEATURE: Clearer controller pattern
kitsunet 8ee71e9
Controller cleanup
kitsunet 0fcf522
Style and suggestions cleanup
kitsunet e3fb34b
Tests for SimpleActionController
kitsunet b12f1df
Fix AjaxWidget dispatching to use new StopActionException::response
kitsunet 3360130
Correct style issues
kitsunet 0689c78
Fix spelling error
kitsunet 465c80b
Merge remote-tracking branch 'origin/9.0' into feature/actioncontroll…
mhsdesign 88f43d5
TASK: Adjust typos and doc of `ControllerInterface`
mhsdesign 03662a7
TASK: Fix `RestController::redirectToUri`
mhsdesign 3df0dbd
Update Neos.Flow/Tests/Functional/Http/Fixtures/Controller/FooControl…
kitsunet 57d8995
TASK: Update `ControllerInterface::processRequest` doc
mhsdesign f3ba560
TASK: Fix `FooController` test
mhsdesign e3cdfb4
!!! TASK: Separate `ForwardException` from `StopActionException`
mhsdesign d507942
!!! TASK: Adjust Signals Dispatcher `beforeControllerInvocation` and …
mhsdesign c1ce1bc
TASK: Set fix $code of `StopActionException`
mhsdesign 18da350
TASK: Adjust docs of MVC Control flow exceptions
mhsdesign 73d7214
TASK: Rename factory methods of MVC Control flow exceptions
mhsdesign a59bdaa
Merge pull request #3 from mhsdesign/test-can-i-push-to-christian-que…
kitsunet 554aa08
SpecialResponses become final
kitsunet 82caa27
TASK: Revert introduction of `SimpleActionController`
mhsdesign c96fd84
TASK: Revert introduction of `SpecialResponsesSupport`
mhsdesign e540eb3
TASK: Fix phpstan
mhsdesign File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we only need to clone as far as i know, because that will unset the dispatch state? But that will be hopefully be fixed via #3301