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
#6386 Add Priority system for validators #6496
Closed
MadCat34
wants to merge
2
commits into
zendframework:master
from
MadCat34:feature/validator-chain-priority
Closed
#6386 Add Priority system for validators #6496
MadCat34
wants to merge
2
commits into
zendframework:master
from
MadCat34:feature/validator-chain-priority
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
Could you also write a blurb for the documentation (here? https://raw.githubusercontent.com/zendframework/zf2-documentation/master/docs/languages/en/modules/zend.validator.rst) about validator priorities? |
Hi Adam, |
Ocramius
added a commit
that referenced
this pull request
Nov 19, 2014
Ocramius
added a commit
that referenced
this pull request
Nov 19, 2014
Ocramius
added a commit
that referenced
this pull request
Nov 19, 2014
Ocramius
added a commit
that referenced
this pull request
Nov 19, 2014
Ocramius
added a commit
that referenced
this pull request
Nov 19, 2014
Ocramius
added a commit
that referenced
this pull request
Nov 19, 2014
Thanks @Ocramius :-) |
@RomainBastide I just did some house-holding, no substantial changes :-) |
Ocramius
added a commit
to Ocramius/zf2
that referenced
this pull request
Nov 22, 2014
…lidatorChain#merge()` method, which presents internal type mismatches
Ocramius
added a commit
to Ocramius/zf2
that referenced
this pull request
Nov 22, 2014
…ly to `ValidatorChain#attach()` by `ValidatorChain#merge()`
This was referenced Nov 22, 2014
Ocramius
added a commit
to Ocramius/zf2
that referenced
this pull request
Nov 22, 2014
Ocramius
added a commit
to Ocramius/zf2
that referenced
this pull request
Nov 22, 2014
…d, as the validator chain is now deep-cloned
This PR causes a failure on
|
gianarb
pushed a commit
to zendframework/zend-validator
that referenced
this pull request
May 15, 2015
…alidator chain should reject invalid callbacks
gianarb
pushed a commit
to zendframework/zend-validator
that referenced
this pull request
May 15, 2015
…inor cleanups, simplifying checks around `$callback` validity
gianarb
pushed a commit
to zendframework/zend-validator
that referenced
this pull request
May 15, 2015
…dding `@group` annotations for newly introduced tests
gianarb
pushed a commit
to zendframework/zend-validator
that referenced
this pull request
May 15, 2015
…nlining `$this->attach()` and `$this->plugin()` calls
gianarb
pushed a commit
to zendframework/zend-validator
that referenced
this pull request
May 15, 2015
…everting minor bc-break (`attach` method should keep a compatible signature)
gianarb
pushed a commit
to zendframework/zend-validator
that referenced
this pull request
May 15, 2015
…emoving useless test that checks against an invalid type-hint usage
gianarb
pushed a commit
to zendframework/zend-validator
that referenced
this pull request
May 15, 2015
…everting unrelated test changes
gianarb
pushed a commit
to zendframework/zend-validator
that referenced
this pull request
May 15, 2015
…zendframework#6496-support-validator-priority' into develop Close zendframework/zendframework#6386 Close zendframework/zendframework#6496
gianarb
pushed a commit
to zendframework/zend-validator
that referenced
this pull request
May 15, 2015
…dding test for uncovered `ValidatorChain#merge()` method, which presents internal type mismatches
gianarb
pushed a commit
to zendframework/zend-validator
that referenced
this pull request
May 15, 2015
…ixing values passed internally to `ValidatorChain#attach()` by `ValidatorChain#merge()`
gianarb
pushed a commit
to zendframework/zend-validator
that referenced
this pull request
May 15, 2015
…ValidatorChain` must be cloneable
gianarb
pushed a commit
to zendframework/zend-validator
that referenced
this pull request
May 15, 2015
…ValidatorChain` can be cloned, as the validator chain is now deep-cloned
gianarb
pushed a commit
to zendframework/zend-validator
that referenced
this pull request
May 15, 2015
…fix/zendframework/zendframework#6386-zendframework/zendframework#6496-validator-chain-merge-type-mismatch Hotfix: zendframework/zendframework#6386 zendframework/zendframework#6496 validator chain merge type mismatch
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
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.
This PR is for #6386
I made lot of shit on previous branch...
I have deleted it and have just recreated it...