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
2012-07-11 19:48:02 +02:00
..
Collection [Validator] Moved Optional and Required constraints to dedicated sub namespace. 2012-01-16 11:30:56 +01:00
All.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
AllValidator.php [Validator] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +02:00
Blank.php Added missing dot to translation messages. 2012-04-13 21:43:24 +02:00
BlankValidator.php [Validator] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +02:00
Callback.php [Validator] tagged the public @api 2011-07-20 10:37:57 +02:00
CallbackValidator.php [Validator] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +02:00
Choice.php Added missing dot to translation messages. 2012-04-13 21:43:24 +02:00
ChoiceValidator.php [Validator] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +02:00
Collection.php Added missing dot to translation messages. 2012-04-13 21:43:24 +02:00
CollectionValidator.php [Validator] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +02:00
Count.php [Validator] Removed MinCount and MaxCount and replaced them by the constraint Count 2012-07-11 19:47:53 +02:00
Country.php Added missing dot to translation messages. 2012-04-13 21:43:24 +02:00
CountryValidator.php [Validator] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +02:00
CountValidator.php [Validator] Removed MinCount and MaxCount and replaced them by the constraint Count 2012-07-11 19:47:53 +02:00
Date.php Added missing dot to translation messages. 2012-04-13 21:43:24 +02:00
DateTime.php Added missing dot to translation messages. 2012-04-13 21:43:24 +02:00
DateTimeValidator.php [Validator] Removed return value from ConstraintValidatorInterface::isValid() 2012-04-17 16:46:43 +02:00
DateValidator.php [Validator] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +02:00
Email.php Added missing dot to translation messages. 2012-04-13 21:43:24 +02:00
EmailValidator.php fixed CS 2012-05-01 15:23:48 +02:00
False.php Added missing dot to translation messages. 2012-04-13 21:43:24 +02:00
FalseValidator.php [Validator] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +02:00
File.php separate numeric value from suffix in File constraint's error message $uploadIniSizeErrorMessage 2012-05-11 23:15:32 +02:00
FileValidator.php separate numeric value from suffix in File constraint's error message $uploadIniSizeErrorMessage 2012-05-11 23:15:32 +02:00
GroupSequence.php Fixing email 2012-05-26 09:48:33 +02:00
GroupSequenceProvider.php [Validator] GroupSequenceProvider tests improved, configuration changed 2012-02-02 20:27:50 +01:00
Image.php Added missing dot to translation messages. 2012-04-13 21:43:24 +02:00
ImageValidator.php [Validator] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +02:00
Ip.php fixed CS 2012-07-09 14:54:20 +02:00
IpValidator.php [Validator] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +02:00
Language.php Added missing dot to translation messages. 2012-04-13 21:43:24 +02:00
LanguageValidator.php [Validator] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +02:00
Length.php [Validator] Added Length constraint and deprecated MinLength and MaxLength 2012-07-11 19:48:02 +02:00
LengthValidator.php [Validator] Added Length constraint and deprecated MinLength and MaxLength 2012-07-11 19:48:02 +02:00
Locale.php Added missing dot to translation messages. 2012-04-13 21:43:24 +02:00
LocaleValidator.php [Validator] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +02:00
Max.php [Validator] Deprecated the constraints Min and Max in favor of Range 2012-07-11 19:48:02 +02:00
MaxLength.php [Validator] Added Length constraint and deprecated MinLength and MaxLength 2012-07-11 19:48:02 +02:00
MaxLengthValidator.php [Validator] Added Length constraint and deprecated MinLength and MaxLength 2012-07-11 19:48:02 +02:00
MaxValidator.php [Validator] Deprecated the constraints Min and Max in favor of Range 2012-07-11 19:48:02 +02:00
Min.php [Validator] Deprecated the constraints Min and Max in favor of Range 2012-07-11 19:48:02 +02:00
MinLength.php [Validator] Added Length constraint and deprecated MinLength and MaxLength 2012-07-11 19:48:02 +02:00
MinLengthValidator.php [Validator] Added Length constraint and deprecated MinLength and MaxLength 2012-07-11 19:48:02 +02:00
MinValidator.php [Validator] Deprecated the constraints Min and Max in favor of Range 2012-07-11 19:48:02 +02:00
NotBlank.php Added missing dot to translation messages. 2012-04-13 21:43:24 +02:00
NotBlankValidator.php [Validator] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +02:00
NotNull.php Added missing dot to translation messages. 2012-04-13 21:43:24 +02:00
NotNullValidator.php [Validator] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +02:00
Null.php Added missing dot to translation messages. 2012-04-13 21:43:24 +02:00
NullValidator.php [Validator] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +02:00
Range.php [Validator] Deprecated the constraints Min and Max in favor of Range 2012-07-11 19:48:02 +02:00
RangeValidator.php [Validator] Deprecated the constraints Min and Max in favor of Range 2012-07-11 19:48:02 +02:00
Regex.php fixed CS 2012-07-09 14:54:20 +02:00
RegexValidator.php [Validator] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +02:00
Size.php [Validator] Renamed deprecated Size constraint to Range 2012-07-11 18:38:44 +02:00
SizeValidator.php [Validator] Renamed deprecated Size constraint to Range 2012-07-11 18:38:44 +02:00
Time.php Added missing dot to translation messages. 2012-04-13 21:43:24 +02:00
TimeValidator.php [Validator] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +02:00
True.php Added missing dot to translation messages. 2012-04-13 21:43:24 +02:00
TrueValidator.php [Validator] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +02:00
Type.php Added missing dot to translation messages. 2012-04-13 21:43:24 +02:00
TypeValidator.php [Validator] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +02:00
Url.php Added missing dot to translation messages. 2012-04-13 21:43:24 +02:00
UrlValidator.php [Validator] Renamed ConstraintValidatorInterface::isValid() to validate() because of the lack of a return value 2012-04-17 16:46:43 +02:00
Valid.php [Validator] Fixed: @Valid does not recurse the traversal of collections anymore by default 2012-05-22 09:29:53 +02:00