Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
xabbuh commentedDec 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 commentedDec 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 commentedDec 13, 2017 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Cool. Then I propose to patch the recipe for 4.1 and turn html5 on by default there. |
| <xsd:attributename="cache"type="xsd:string" /> | ||
| <xsd:attributename="enable-annotations"type="xsd:boolean" /> | ||
| <xsd:attributename="static-method"type="xsd:boolean" /> | ||
| <xsd:attributename="strict-email"type="xsd:boolean" /> |
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.
This option must also be added in older versions too (see#25480).
0247ef0 to0adec76Comparefabpot commentedDec 14, 2017
Thank you@xabbuh. |
…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