Skip to content

[FrameworkBundle] Configurable paths for validation files #7407

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

Merged
merged 1 commit into from
Feb 3, 2017

Conversation

davewwww
Copy link

add doc for symfony/symfony#19086

@javiereguiluz javiereguiluz changed the title [FrameworkBundle] Configurable paths for validation files [WCM][FrameworkBundle] Configurable paths for validation files Jan 23, 2017
Copy link
Member

@javiereguiluz javiereguiluz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 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
@javiereguiluz javiereguiluz added this to the 3.3 milestone Feb 1, 2017
@javiereguiluz javiereguiluz changed the title [WCM][FrameworkBundle] Configurable paths for validation files [FrameworkBundle] Configurable paths for validation files Feb 1, 2017
@javiereguiluz
Copy link
Member

Related code has been merged. This is now safe to be merged. Thanks!

@xabbuh
Copy link
Member

xabbuh commented Feb 3, 2017

Thank you @davewwww.

@xabbuh xabbuh merged commit 793e9e5 into symfony:master Feb 3, 2017
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants