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
Nicolas Grekas 1688b2ef4f Merge branch '2.3' into 2.6
* 2.3:
  Fixed compatibility with PHP7 and up by introducing new constraints (IsNull, IsTrue, IsFalse) and related validators (IsNullValidator, IsTrueValidator, IsFalseValidator)

Conflicts:
	src/Symfony/Component/Form/composer.json
	src/Symfony/Component/Validator/CHANGELOG.md
	src/Symfony/Component/Validator/Constraints/FalseValidator.php
	src/Symfony/Component/Validator/Constraints/NullValidator.php
	src/Symfony/Component/Validator/Constraints/TrueValidator.php
	src/Symfony/Component/Validator/Tests/Constraints/IsFalseValidatorTest.php
	src/Symfony/Component/Validator/Tests/Constraints/IsNullValidatorTest.php
	src/Symfony/Component/Validator/Tests/Constraints/IsTrueValidatorTest.php
2015-05-15 11:48:50 +02: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' into 2.6 2014-12-22 17:44:09 +01: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.3' into 2.5 2014-12-22 17:29:52 +01:00
CardScheme.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
CardSchemeValidator.php Merge branch '2.5' into 2.6 2015-02-01 17:10:57 +01: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] Fixed Choice when an empty array is used in the "choices" option 2015-04-24 12:06:28 +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 Merge branch '2.3' into 2.5 2014-12-22 17:29:52 +01: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 Merge branch '2.3' into 2.5 2014-12-22 17:29:52 +01: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 Merge branch '2.3' into 2.6 2015-03-22 17:55:57 +01: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 Fixed compatibility with PHP7 and up by introducing new constraints (IsNull, IsTrue, IsFalse) and related validators (IsNullValidator, IsTrueValidator, IsFalseValidator) 2015-05-13 11:33:22 +02:00
FalseValidator.php Fixed compatibility with PHP7 and up by introducing new constraints (IsNull, IsTrue, IsFalse) and related validators (IsNullValidator, IsTrueValidator, IsFalseValidator) 2015-05-13 11:33:22 +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 [2.5] cleanup deprecated uses 2015-01-05 09:51:41 +01:00
GroupSequenceProvider.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
Iban.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
IbanValidator.php Merge branch '2.5' into 2.6 2014-12-22 17:44:09 +01: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' into 2.6 2014-12-22 17:44:09 +01:00
Ip.php Merge branch '2.3' into 2.5 2014-12-22 17:29:52 +01:00
IpValidator.php Merge branch '2.3' into 2.5 2014-12-22 17:29:52 +01:00
Isbn.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
IsbnValidator.php Merge branch '2.3' into 2.6 2015-03-12 11:28:44 +01:00
IsFalse.php Fixed compatibility with PHP7 and up by introducing new constraints (IsNull, IsTrue, IsFalse) and related validators (IsNullValidator, IsTrueValidator, IsFalseValidator) 2015-05-13 11:33:22 +02:00
IsFalseValidator.php Merge branch '2.3' into 2.6 2015-05-15 11:48:50 +02:00
IsNull.php Fixed compatibility with PHP7 and up by introducing new constraints (IsNull, IsTrue, IsFalse) and related validators (IsNullValidator, IsTrueValidator, IsFalseValidator) 2015-05-13 11:33:22 +02:00
IsNullValidator.php Merge branch '2.3' into 2.6 2015-05-15 11:48:50 +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 Merge branch '2.3' into 2.6 2015-03-30 17:54:10 +02:00
IsTrue.php Fixed compatibility with PHP7 and up by introducing new constraints (IsNull, IsTrue, IsFalse) and related validators (IsNullValidator, IsTrueValidator, IsFalseValidator) 2015-05-13 11:33:22 +02:00
IsTrueValidator.php Merge branch '2.3' into 2.6 2015-05-15 11:48:50 +02:00
Language.php added @Target annotations 2014-04-23 15:35:47 +02:00
LanguageValidator.php Merge branch '2.3' into 2.5 2014-12-22 17:29:52 +01:00
Length.php Merge branch '2.5' into 2.6 2015-02-01 17:10:57 +01:00
LengthValidator.php Merge branch '2.5' into 2.6 2015-02-01 17:10:57 +01: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 Merge branch '2.3' into 2.5 2014-12-22 17:29:52 +01:00
Luhn.php [Validator] Added error codes to all constraints with multiple error causes 2014-09-30 23:13:20 +02:00
LuhnValidator.php Merge branch '2.5' into 2.6 2014-12-22 17:44:09 +01: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 Fixed compatibility with PHP7 and up by introducing new constraints (IsNull, IsTrue, IsFalse) and related validators (IsNullValidator, IsTrueValidator, IsFalseValidator) 2015-05-13 11:33:22 +02:00
NullValidator.php Fixed compatibility with PHP7 and up by introducing new constraints (IsNull, IsTrue, IsFalse) and related validators (IsNullValidator, IsTrueValidator, IsFalseValidator) 2015-05-13 11:33:22 +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] make DateTime objects represented as strings in the violation message. 2014-11-28 10:08:04 +01:00
Regex.php Merge branch '2.5' into 2.6 2014-12-22 17:44:09 +01:00
RegexValidator.php Merge branch '2.3' into 2.5 2014-12-22 17:29:52 +01: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 Fixed compatibility with PHP7 and up by introducing new constraints (IsNull, IsTrue, IsFalse) and related validators (IsNullValidator, IsTrueValidator, IsFalseValidator) 2015-05-13 11:33:22 +02:00
TrueValidator.php Fixed compatibility with PHP7 and up by introducing new constraints (IsNull, IsTrue, IsFalse) and related validators (IsNullValidator, IsTrueValidator, IsFalseValidator) 2015-05-13 11:33:22 +02:00
Type.php added @Target annotations 2014-04-23 15:35:47 +02:00
TypeValidator.php Merge branch '2.3' into 2.5 2014-12-11 20:53:06 +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