This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Applied trim and strtolower to Gravatar email per Gravatar docs: https://en.gravatar.com/site/implement/hash/ #4976
Merged
EvanDotPro
merged 2 commits into
zendframework:master
from
PHLAK:hotfix/gravatar-trim-strtolower
Aug 18, 2013
Merged
Applied trim and strtolower to Gravatar email per Gravatar docs: https://en.gravatar.com/site/implement/hash/ #4976
EvanDotPro
merged 2 commits into
zendframework:master
from
PHLAK:hotfix/gravatar-trim-strtolower
Aug 18, 2013
Conversation
This file contains 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
@PHLAK tests! |
👍 |
EvanDotPro
added a commit
that referenced
this pull request
Aug 16, 2013
EvanDotPro
added a commit
that referenced
this pull request
Aug 16, 2013
samsonasik
added a commit
to samsonasik/zf2
that referenced
this pull request
Aug 17, 2013
the new line happen after PR zendframework#4976 merged
@EvanDotPro There is something wrong with the merge commits e702a42 c21cd36. This commits claims to be this PR but the code is from other PR |
EvanDotPro
added a commit
that referenced
this pull request
Aug 18, 2013
EvanDotPro
added a commit
that referenced
this pull request
Aug 18, 2013
EvanDotPro
added a commit
that referenced
this pull request
Aug 18, 2013
Pull request #4976 Merge commit 'refs/pull/4976/head' of github.com:zendframework/zf2
EvanDotPro
added a commit
that referenced
this pull request
Aug 18, 2013
gianarb
pushed a commit
to zendframework/zend-view
that referenced
this pull request
May 15, 2015
gianarb
pushed a commit
to zendframework/zend-view
that referenced
this pull request
May 15, 2015
Pull request zendframework/zendframework#4976 Merge commit 'refs/pull/4976/head' of github.com:zendframework/zf2
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Per the Gravatar docs, the provided email address should be trimmed of all preceding and trailing white space and converted to lowercase before being hashed. This PR adds that functionality to the ZF2 Gravatar function.