This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Validator/Constraints
Fabien Potencier 842cba1d0c Merge branch '2.5'
* 2.5:
  Remove aligned '=>' and '='
  Break infinite loop while resolving aliases
  [Security][listener] change priority of switchuser
  Improved the phpdoc for security token classes
  bumped Symfony version to 2.5.7
  updated VERSION for 2.5.6
  updated CHANGELOG for 2.5.6
  bumped Symfony version to 2.3.22
  updated VERSION for 2.3.21
  update CONTRIBUTORS for 2.3.21
  updated CHANGELOG for 2.3.21

Conflicts:
	src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php
	src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AbstractFactory.php
	src/Symfony/Bundle/TwigBundle/Controller/ExceptionController.php
	src/Symfony/Component/Debug/ErrorHandler.php
	src/Symfony/Component/Debug/ExceptionHandler.php
	src/Symfony/Component/Form/Extension/Core/Type/BaseType.php
	src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php
	src/Symfony/Component/Form/Extension/Core/Type/DateTimeType.php
	src/Symfony/Component/Form/Extension/Core/Type/DateType.php
	src/Symfony/Component/Form/Extension/Core/Type/TimeType.php
	src/Symfony/Component/Form/Extension/Validator/Type/FormTypeValidatorExtension.php
	src/Symfony/Component/HttpFoundation/Request.php
	src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MongoDbSessionHandler.php
	src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php
	src/Symfony/Component/HttpKernel/Kernel.php
	src/Symfony/Component/Security/Core/SecurityContextInterface.php
	src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php
	src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php
	src/Symfony/Component/Security/Http/Firewall/AnonymousAuthenticationListener.php
	src/Symfony/Component/Serializer/Serializer.php
	src/Symfony/Component/Validator/Constraints/File.php
2014-10-26 08:46:28 +01:00
..
Collection added @Target annotations 2014-04-23 15:35:47 +02:00
AbstractComparison.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
AbstractComparisonValidator.php Merge branch '2.5' 2014-09-25 17:49:37 +02:00
All.php [Validator] Fixed group handling in composite constraints 2014-08-05 17:52:01 +02:00
AllValidator.php Merge branch '2.5' 2014-08-14 18:37:29 +02:00
Blank.php added @Target annotations 2014-04-23 15:35:47 +02:00
BlankValidator.php [Validator] Added ConstraintValidator::buildViolation() helper for BC with 2.4 API 2014-09-25 12:25:17 +02:00
Callback.php Merge branch '2.3' into 2.4 2014-04-27 15:34:57 +02:00
CallbackValidator.php Merge branch '2.4' into 2.5 2014-09-22 11:14:18 +02:00
CardScheme.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
CardSchemeValidator.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
Choice.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
ChoiceValidator.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
Collection.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
CollectionValidator.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
Composite.php [Validator] Fixed group handling in composite constraints 2014-08-05 17:52:01 +02:00
Count.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
Country.php added @Target annotations 2014-04-23 15:35:47 +02:00
CountryValidator.php [Validator] Added ConstraintValidator::buildViolation() helper for BC with 2.4 API 2014-09-25 12:25:17 +02:00
CountValidator.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
Currency.php added @Target annotations 2014-04-23 15:35:47 +02:00
CurrencyValidator.php [Validator] Added ConstraintValidator::buildViolation() helper for BC with 2.4 API 2014-09-25 12:25:17 +02:00
Date.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
DateTime.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
DateTimeValidator.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
DateValidator.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
Email.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
EmailValidator.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
EqualTo.php added @Target annotations 2014-04-23 15:35:47 +02:00
EqualToValidator.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
Existence.php [Validator] Fixed group handling in composite constraints 2014-08-05 17:52:01 +02:00
Expression.php [Validator] added missing @Target 2014-04-23 16:07:18 +02:00
ExpressionValidator.php Merge branch '2.5' 2014-09-25 17:49:37 +02:00
False.php added @Target annotations 2014-04-23 15:35:47 +02:00
FalseValidator.php [Validator] Added ConstraintValidator::buildViolation() helper for BC with 2.4 API 2014-09-25 12:25:17 +02:00
File.php Merge branch '2.5' 2014-10-26 08:46:28 +01:00
FileValidator.php Fix Binary Format when maxSize is smaller than uploadLimit 2014-10-04 09:54:45 +02:00
GreaterThan.php added @Target annotations 2014-04-23 15:35:47 +02:00
GreaterThanOrEqual.php added @Target annotations 2014-04-23 15:35:47 +02:00
GreaterThanOrEqualValidator.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
GreaterThanValidator.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
GroupSequence.php Merge branch '2.4' 2014-04-28 07:15:04 +02:00
GroupSequenceProvider.php [Validator] added missing ANNOTATION config to @Target annotation 2014-04-24 07:32:02 +02:00
Iban.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
IbanValidator.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
IdenticalTo.php added @Target annotations 2014-04-23 15:35:47 +02:00
IdenticalToValidator.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
Image.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
ImageValidator.php Merge branch '2.5' 2014-10-26 08:46:28 +01:00
Ip.php Merge branch '2.4' 2014-04-23 16:08:54 +02:00
IpValidator.php [Validator] Added ConstraintValidator::buildViolation() helper for BC with 2.4 API 2014-09-25 12:25:17 +02:00
Isbn.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
IsbnValidator.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
Issn.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
IssnValidator.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
Language.php added @Target annotations 2014-04-23 15:35:47 +02:00
LanguageValidator.php [Validator] Added ConstraintValidator::buildViolation() helper for BC with 2.4 API 2014-09-25 12:25:17 +02:00
Length.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
LengthValidator.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
LessThan.php added @Target annotations 2014-04-23 15:35:47 +02:00
LessThanOrEqual.php added @Target annotations 2014-04-23 15:35:47 +02:00
LessThanOrEqualValidator.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
LessThanValidator.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
Locale.php added @Target annotations 2014-04-23 15:35:47 +02:00
LocaleValidator.php [Validator] Added ConstraintValidator::buildViolation() helper for BC with 2.4 API 2014-09-25 12:25:17 +02:00
Luhn.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
LuhnValidator.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
NotBlank.php added @Target annotations 2014-04-23 15:35:47 +02:00
NotBlankValidator.php [Validator] Added ConstraintValidator::buildViolation() helper for BC with 2.4 API 2014-09-25 12:25:17 +02:00
NotEqualTo.php added @Target annotations 2014-04-23 15:35:47 +02:00
NotEqualToValidator.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
NotIdenticalTo.php added @Target annotations 2014-04-23 15:35:47 +02:00
NotIdenticalToValidator.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
NotNull.php added @Target annotations 2014-04-23 15:35:47 +02:00
NotNullValidator.php Merge branch '2.4' 2014-04-16 10:08:40 +02:00
Null.php added @Target annotations 2014-04-23 15:35:47 +02:00
NullValidator.php [Validator] Added ConstraintValidator::buildViolation() helper for BC with 2.4 API 2014-09-25 12:25:17 +02:00
Optional.php [Validator] Remove property and method targets from the optional and required constraints. 2014-05-29 08:58:28 +01:00
Range.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
RangeValidator.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
Regex.php Merge branch '2.5' 2014-10-26 08:46:28 +01:00
RegexValidator.php [Validator] Added ConstraintValidator::buildViolation() helper for BC with 2.4 API 2014-09-25 12:25:17 +02:00
Required.php [Validator] Remove property and method targets from the optional and required constraints. 2014-05-29 08:58:28 +01:00
Time.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
TimeValidator.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
Traverse.php [Validator] Improved test coverage of the Traverse constraint 2014-03-30 18:28:58 +02:00
True.php added @Target annotations 2014-04-23 15:35:47 +02:00
TrueValidator.php [Validator] Added ConstraintValidator::buildViolation() helper for BC with 2.4 API 2014-09-25 12:25:17 +02:00
Type.php added @Target annotations 2014-04-23 15:35:47 +02:00
TypeValidator.php Remove aligned '=>' and '=' 2014-10-26 08:30:58 +01:00
Url.php added @Target annotations 2014-04-23 15:35:47 +02:00
UrlValidator.php [Validator] Added ConstraintValidator::buildViolation() helper for BC with 2.4 API 2014-09-25 12:25:17 +02:00
Uuid.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
UuidValidator.php update allowed variants documentation 2014-10-21 17:54:16 +02:00
Valid.php Merge branch '2.4' 2014-04-23 16:08:54 +02:00