-
Notifications
You must be signed in to change notification settings - Fork 1
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
Form submit handling #81
Draft
lippserd
wants to merge
9
commits into
main
Choose a base branch
from
form-submit-handling
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Commits on Oct 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f131d12 - Browse repository at this point
Copy the full SHA f131d12View commit details
Commits on Oct 24, 2022
-
Introduce Form::onSubmit(FormSubmitElement) and ::ON_SUBMIT
Considers form submitted when one of its submit elements has been pressed.
Configuration menu - View commit details
-
Copy full SHA for 154caf1 - Browse repository at this point
Copy the full SHA 154caf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a821a8e - Browse repository at this point
Copy the full SHA a821a8eView commit details -
Don't always assemble in Form::handleRequest()
I'm not quite sure what the reasons are for the form to be assembled if it hasn't been sent, but since elements should take care of themselves when they need to be assembled, I'm removing that.
Configuration menu - View commit details
-
Copy full SHA for 5300da6 - Browse repository at this point
Copy the full SHA 5300da6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c529ce - Browse repository at this point
Copy the full SHA 3c529ceView commit details -
The only way to pass a request should be handleRequest().
Configuration menu - View commit details
-
Copy full SHA for 656c653 - Browse repository at this point
Copy the full SHA 656c653View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11d5015 - Browse repository at this point
Copy the full SHA 11d5015View commit details -
Redirecting is not the responsibility of the form, but of the controller.
Configuration menu - View commit details
-
Copy full SHA for 205b260 - Browse repository at this point
Copy the full SHA 205b260View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b48b0d - Browse repository at this point
Copy the full SHA 6b48b0dView 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.