summaryrefslogtreecommitdiffstats
path: root/Core/Validator
Commit message (Collapse)AuthorAgeFilesLines
* Removed dead code and various cleaningsarah khalil2015-01-211-1/+0
|
* [Validator] fixed deprecation notices for BuildViolation() calls in constraintsFabien Potencier2015-01-091-0/+1
|
* added type-hintFabien Potencier2015-01-081-7/+1
|
* [Security] removed usage of the deprecated SecurityContextInterfaceFabien Potencier2015-01-081-4/+10
|
* [Validator] Improve UserPassword messageredstar5042014-07-231-1/+1
|
* Merge branch '2.4'Fabien Potencier2014-04-231-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | * 2.4: [Validator] added missing @Target [Validator] fixed @Target config added @Target annotations [Process] Add missing docblocks, remove variable declarations Conflicts: src/Symfony/Component/Process/Process.php src/Symfony/Component/Process/ProcessBuilder.php
| * added @Target annotationsv2.3.13Fabien Potencier2014-04-231-0/+1
| |
* | [Validator] Checked the constraint class in constraint validatorsBernhard Schussek2014-03-101-0/+5
|/
* [Component/Security] Fixed some phpdocs in Security/CoreJoseph Bielawski2014-01-172-0/+6
|
* [Security] removed deprecated classesFabien Potencier2013-03-232-58/+0
|
* [Security] renamed Constraint namespace to Constraints for validator classes ↵Hugo Hamon2013-02-044-31/+89
| | | | in order to be consistent with the whole current validator API.
* [Security] [Tests] added unit tests for the UserPasswordValidator class and ↵Hugo Hamon2013-02-021-1/+2
| | | | made the validator service for the UserPassword constraint configurable.
* added missing dotChristian Raue2012-07-121-1/+1
|
* moved the UserPassword validator from the security bundle to the security ↵Fabien Potencier2012-06-102-0/+73
component to make it reusable outside the full-stack framework