-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[FrameworkBundle] Added configuration for additionnal request formats #8944
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
ebc22f5
[FrameworkBundle] Added configuration for additionnal request formats
gquemener c50d284
[FrameworkBundle] Fixed mispelled "additional" word
gquemener f019dec
[FrameworkBundle] Fixed xml configuration when adding request formats
gquemener f92b188
[FrameworkBundle] Added request tag inside FrameworkBundle xsd
gquemener 3cab8e2
[FrameworkBundle] Removed top level id of format listener
gquemener 2c5adea
[FrameworkBundle] Fixed xml schema for embedding mime-types into format
gquemener 5165d10
[FrameworkBundle] Load the formats listener only if some are configured
gquemener b41388e
[FrameworkBundle] Added config fixtures for request key
gquemener 05ccbdb
[FrameworkBundle] Added config fixtures for empty request formats
gquemener f769076
[FrameworkBundle] Added missing php doc
gquemener 5f1dbfd
Merge branch 'master' of github.com:symfony/symfony
gquemener 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
[FrameworkBundle] Fixed xml schema for embedding mime-types into format
- Loading branch information
commit 2c5adea690429996a908dc29714c120c4eda4e7f
There are no files selected for viewing
This file contains hidden or 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
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.
you should mark this attribute as required as we use it as key
There was a problem hiding this comment.
Choose a reason for hiding this comment
The rea 60E6 son will be displayed to describe this comment to others. Learn more.
Ok thanks I'll fix it.
I'm still having issue finding the correct way to support https://github.com/symfony/symfony/pull/8944/files#L11R131 using xml.
@docteurklein rose up the fact that it might not be possible (gquemener@b41388e#commitcomment-4065417), but the FrameworkExtensionTest architecture suggest that all configuration format should behave identically. Is it okay if it's not the case?
I mean, is it ok if it's not possible to define multiple mime-types for a given format when using xml?