Skip to content
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

Update the regular expressions for emails in validation #200

Merged
merged 1 commit into from Aug 19, 2020

Conversation

GRyall
Copy link
Contributor

@GRyall GRyall commented Feb 3, 2020

Fixes #147, depends on #146.

Update the x email regexs to reflect the HTML5 spec[1]. As this is xml,
ampersands need escaping as special characters.

[1] https://html.spec.whatwg.org/#e-mail-state-(type=email)

tofu-rocketry
tofu-rocketry previously approved these changes Apr 2, 2020
Copy link
Member

@tofu-rocketry tofu-rocketry left a comment

Choose a reason for hiding this comment

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

I guess this looks ok. Does it need rebasing though? Lots of merge commits.

@GRyall
Copy link
Contributor Author

GRyall commented Apr 2, 2020

@tofu-rocketry it's built on top of #146 and a previous version of dev. Once #146 is merged into dev I can easily rebase onto dev.

@tofu-rocketry
Copy link
Member

Ah, it's one of those. :suspect:

@GRyall
Copy link
Contributor Author

GRyall commented Aug 17, 2020

I've rebased this onto #246 instead of #146. It is ready to go as soon as #246 is merged

@gregcorbett
Copy link
Member

will probably need further rebasing as I've just closed #246

Update the x email regexs to reflect the HTML5 spec[1]. As this is xml,
ampersands need escaping as special chracters.

[1] https://html.spec.whatwg.org/#e-mail-state-(type=email)
@GRyall
Copy link
Contributor Author

GRyall commented Aug 18, 2020

rebased on top of dev and ready to go

Copy link
Member

@gregcorbett gregcorbett left a comment

Choose a reason for hiding this comment

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

LGTM

@gregcorbett gregcorbett merged commit 1fe9d2b into GOCDB:dev Aug 19, 2020
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.

Consider improving email regex
3 participants