[FrameworkBundle] Configurable paths for validation files#7407
Merged
xabbuh merged 1 commit intosymfony:masterfrom Feb 3, 2017
Merged
[FrameworkBundle] Configurable paths for validation files#7407xabbuh merged 1 commit intosymfony:masterfrom
xabbuh merged 1 commit intosymfony:masterfrom
Conversation
javiereguiluz
approved these changes
Jan 23, 2017
Member
javiereguiluz
left a comment
There was a problem hiding this comment.
👍 thanks!
Now let's wait and see if the related PR in the code repository is merged.
fabpot
added a commit
to symfony/symfony
that referenced
this pull request
Jan 23, 2017
…alidation secti… (davewwww) This PR was merged into the 3.3-dev branch. Discussion ---------- [FrameworkBundle] add "mapping" configuration key at validation secti… | Q | A | | --- | --- | | Bug fix? | no | | New feature? | yes | | BC breaks? | no | | Deprecations? | no | | Tests pass? | yes | | Fixed tickets | #15655 | | License | MIT | | Doc PR | symfony/symfony-docs#7407 | This feature allows you, to define additional validation files or directories which are not in the 'Bundle*/Resources/config/' directory. ``` yaml #config.yml framework: validation: mapping: paths: - "path/to/file/validation.yml" - "path/to/file/validation.xml" - "path/to/another/directory" ``` Commits ------- d696cfb [FrameworkBundle] Configurable paths for validation files 60d7d43 fix merge 61475b5 Merge branch '3.2' ba41e70 Merge branch '3.1' into 3.2 4268aba Merge branch '2.8' into 3.1 3faf655 Merge branch '2.7' into 2.8 e95fc09 fix getMock usage 482828c fix merge ed5eb6d bug #21372 [DependencyInjection] Fixed variadic method parameter in autowired classes (brainexe) a7f63de [DependencyInjection] Fixed variadic method parameter in autowired classes 9ef4271 minor #21371 [Validator] update German translation (xabbuh) f920e61 update German translation 41c72ab minor #21335 [Validator] Improved error message for missing upload_tmp_dir (Breuls) afbf227 [Validator] Improved error message for missing upload_tmp_dir
Member
|
Related code has been merged. This is now safe to be merged. Thanks! |
Member
|
Thank you @davewwww. |
xabbuh
added a commit
that referenced
this pull request
Feb 3, 2017
…es (davewwww) This PR was merged into the master branch. Discussion ---------- [FrameworkBundle] Configurable paths for validation files add doc for symfony/symfony#19086 Commits ------- 793e9e5 [FrameworkBundle] Configurable paths for validation files
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
add doc for symfony/symfony#19086