Skip to content

[FrameworkBundle] add email_validation_mode option #25478

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
Dec 14, 2017

Conversation

xabbuh
Copy link
Member

@xabbuh xabbuh commented Dec 13, 2017

Q A
Branch? master
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets
License MIT
Doc PR

@xabbuh
Copy link
Member Author

xabbuh commented Dec 13, 2017

This makes it possible to configure the default validation mode for the email validator according to the changes made in #24442.

@nicolas-grekas
Copy link
Member

nicolas-grekas commented Dec 13, 2017

Cool. Then I propose to patch the recipe for 4.1 and turn html5 on by default there.

@@ -199,6 +199,8 @@
<xsd:attribute name="cache" type="xsd:string" />
<xsd:attribute name="enable-annotations" type="xsd:boolean" />
<xsd:attribute name="static-method" type="xsd:boolean" />
<xsd:attribute name="strict-email" type="xsd:boolean" />
Copy link
Member Author

@xabbuh xabbuh Dec 13, 2017

Choose a reason for hiding this comment

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

This option must also be added in older versions too (see #25480).

@xabbuh xabbuh force-pushed the pr-24442 branch 3 times, most recently from 0247ef0 to 0adec76 Compare December 13, 2017 11:38
@fabpot
Copy link
Member

fabpot commented Dec 14, 2017

Thank you @xabbuh.

@fabpot fabpot merged commit cda5825 into symfony:master Dec 14, 2017
fabpot added a commit that referenced this pull request Dec 14, 2017
…bbuh)

This PR was merged into the 4.1-dev branch.

Discussion
----------

[FrameworkBundle] add email_validation_mode option

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

Commits
-------

cda5825 add email_validation_mode option
@xabbuh xabbuh deleted the pr-24442 branch December 14, 2017 19:27
@fabpot fabpot mentioned this pull request May 7, 2018
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