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 687703a75e Merge branch '2.4' into 2.5
* 2.4: (39 commits)
  [Form] Fix PHPDoc for builder setData methods The underlying data variable is typed as mixed whereas the methods paramers where typed as array.
  fixed CS
  [Intl] Improved bundle reader implementations
  [Console] guarded against invalid aliases
  switch before_script to before_install and script to install
  fixed typo
  [HttpFoundation] Request - URI - comment improvements
  [Validator] The ratio of the ImageValidator is rounded to two decimals now
  [Security] Added more tests
  remove `service` parameter type from XSD
  [Intl] Added exception handler to command line scripts
  [Intl] Fixed a few bugs in TextBundleWriter
  [Intl] Updated icu.ini up to ICU 53
  [Intl] Removed non-working $fallback argument from ArrayAccessibleResourceBundle
  Use separated function to resolve command and related arguments
  [SwiftmailerBridge] Bump allowed versions of swiftmailer
  [FrameworkBundle] Remove invalid markup
  [Intl] Added "internal" tag to all classes under Symfony\Component\Intl\ResourceBundle
  Remove routes for removed WebProfiler actions
  [Security] Fix usage of unexistent method in DoctrineAclCache.
  ...

Conflicts:
	.travis.yml
	src/Symfony/Bundle/FrameworkBundle/Command/ServerRunCommand.php
	src/Symfony/Component/HttpKernel/Kernel.php
	src/Symfony/Component/Process/PhpExecutableFinder.php
2014-09-17 11:50:16 +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.4' into 2.5 2014-08-14 18:10:54 +02:00
All.php added @Target annotations 2014-04-23 15:35:47 +02:00
AllValidator.php Merge branch '2.3' into 2.4 2014-08-14 16:51:32 +02:00
Blank.php added @Target annotations 2014-04-23 15:35:47 +02:00
BlankValidator.php Merge branch '2.4' into 2.5 2014-08-05 11:00:40 +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' 2014-04-16 10:08:40 +02:00
CardScheme.php added @Target annotations 2014-04-23 15:35:47 +02:00
CardSchemeValidator.php Merge branch '2.4' into 2.5 2014-08-05 11:00:40 +02:00
Choice.php added @Target annotations 2014-04-23 15:35:47 +02:00
ChoiceValidator.php [Validator] Backported constraint validator tests from 2.5 2014-08-14 15:44:06 +02:00
Collection.php Merge branch '2.3' into 2.4 2014-04-23 16:04:21 +02:00
CollectionValidator.php Merge branch '2.3' into 2.4 2014-08-14 16:51:32 +02:00
Count.php added @Target annotations 2014-04-23 15:35:47 +02:00
Country.php added @Target annotations 2014-04-23 15:35:47 +02:00
CountryValidator.php Merge branch '2.4' into 2.5 2014-08-05 11:00:40 +02:00
CountValidator.php [Validator] Removed legacy validator classes 2014-08-06 15:23:29 +02:00
Currency.php added @Target annotations 2014-04-23 15:35:47 +02:00
CurrencyValidator.php Merge branch '2.4' into 2.5 2014-08-05 11:00:40 +02:00
Date.php added @Target annotations 2014-04-23 15:35:47 +02:00
DateTime.php added @Target annotations 2014-04-23 15:35:47 +02:00
DateTimeValidator.php Merge branch '2.4' into 2.5 2014-08-05 11:00:40 +02:00
DateValidator.php Merge branch '2.4' into 2.5 2014-08-05 11:00:40 +02:00
Email.php Merge branch '2.4' 2014-04-23 16:08:54 +02:00
EmailValidator.php [Validator] Pass strict argument into the strict email validator 2014-08-27 22:16:07 +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] Moved constraints Optional and Required to the Constraints\ namespace 2013-04-17 18:02:12 +02:00
Expression.php [Validator] added missing @Target 2014-04-23 16:07:18 +02:00
ExpressionValidator.php [Validator] Backported constraint validator tests from 2.5 2014-08-14 16:56:25 +02:00
False.php added @Target annotations 2014-04-23 15:35:47 +02:00
FalseValidator.php Merge branch '2.4' into 2.5 2014-08-05 11:00:40 +02:00
File.php added @Target annotations 2014-04-23 15:35:47 +02:00
FileValidator.php Merge branch '2.4' into 2.5 2014-08-05 11:00:40 +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 added @Target annotations 2014-04-23 15:35:47 +02:00
IbanValidator.php Merge branch '2.4' into 2.5 2014-08-05 11:00:40 +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 Merge branch '2.3' into 2.4 2014-04-23 16:04:21 +02:00
ImageValidator.php Merge branch '2.4' into 2.5 2014-09-17 11:50:16 +02:00
Ip.php Merge branch '2.4' 2014-04-23 16:08:54 +02:00
IpValidator.php Merge branch '2.4' into 2.5 2014-08-05 11:00:40 +02:00
Isbn.php [Validator] Fixed and simplified IsbnValidator 2014-07-24 13:57:51 +02:00
IsbnValidator.php Merge branch '2.4' into 2.5 2014-08-05 11:00:40 +02:00
Issn.php added @Target annotations 2014-04-23 15:35:47 +02:00
IssnValidator.php Merge branch '2.4' into 2.5 2014-08-05 11:00:40 +02:00
Language.php added @Target annotations 2014-04-23 15:35:47 +02:00
LanguageValidator.php Merge branch '2.4' into 2.5 2014-08-05 11:00:40 +02:00
Length.php added @Target annotations 2014-04-23 15:35:47 +02:00
LengthValidator.php [Validator] Removed legacy validator classes 2014-08-06 15:23:29 +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 Merge branch '2.4' into 2.5 2014-08-05 11:00:40 +02:00
Luhn.php added @Target annotations 2014-04-23 15:35:47 +02:00
LuhnValidator.php Merge branch '2.4' into 2.5 2014-08-05 11:00:40 +02:00
NotBlank.php added @Target annotations 2014-04-23 15:35:47 +02:00
NotBlankValidator.php Merge branch '2.4' into 2.5 2014-08-05 11:00:40 +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 Merge branch '2.4' into 2.5 2014-08-05 11:00:40 +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 added @Target annotations 2014-04-23 15:35:47 +02:00
RangeValidator.php Merge branch '2.4' into 2.5 2014-08-05 11:00:40 +02:00
Regex.php added @Target annotations 2014-04-23 15:35:47 +02:00
RegexValidator.php Merge branch '2.4' into 2.5 2014-08-05 11:00:40 +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 added @Target annotations 2014-04-23 15:35:47 +02:00
TimeValidator.php Merge branch '2.4' into 2.5 2014-08-05 11:00:40 +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 Merge branch '2.4' into 2.5 2014-08-05 11:00:40 +02:00
Type.php added @Target annotations 2014-04-23 15:35:47 +02:00
TypeValidator.php Merge branch '2.4' into 2.5 2014-08-05 11:00:40 +02:00
Url.php added @Target annotations 2014-04-23 15:35:47 +02:00
UrlValidator.php Merge branch '2.4' into 2.5 2014-08-14 18:10:54 +02:00
Uuid.php Added new validator for UUIDs 2014-03-26 18:50:25 +01:00
UuidValidator.php made {@inheritdoc} annotations consistent across the board 2014-04-16 10:09:16 +02:00
Valid.php Merge branch '2.4' 2014-04-23 16:08:54 +02:00