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 4b53873d7a Merge branch '2.5'
* 2.5:
  fix typos
  [HttpKernel] add use statement for phpdoc
  fixed DateComparator if file does not exist
  Disabled the PHPUnit self-update on Travis
  fix mustRun() in sigchild environments
  [ClassLoader] simplified phpdoc
  [ClassLoader] Add a __call() method to XcacheClassLoader
  fix some minor typos in tests
  [Yaml] fixed mapping keys containing a quoted #
  Added fixture to test parsing of hash keys ending with a space and #
  [Validator] Pass strict argument into the strict email validator
  [Filesystem Component] mkdir race condition fix #11626
  [Validator] reverted permissions change on translation files
  Fixed Factory services not within the ServiceReferenceGraph.
  [CssSelector] Fix URL to SimonSapin/cssselect repo
  [Validator] Fixed wrong translation keys/messages for Collection constraint. The error messages for a missing field and an unexpected field did not match the Contraint class
  Remove hard dependency of RequestContext in AssetsExtension
  added useful reminder about form.vars.errors into UPGRADE-2.5 notes
  [YAML] resolve variables in inlined YAML
  Disallow abstract definitions from doctrine event listener registration

Conflicts:
	src/Symfony/Component/Yaml/Inline.php
	src/Symfony/Component/Yaml/Parser.php
	src/Symfony/Component/Yaml/Tests/InlineTest.php
2014-08-31 05:28:38 +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 [Validator] Added date support to comparison constraints and Range 2014-08-19 11:31:05 +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 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 [Validator] no need to initialize properties with null 2014-06-17 12:31:26 +02:00
ChoiceValidator.php [Validator] Backported constraint validator tests from 2.5 2014-08-14 15:44:06 +02:00
Collection.php [Validator] Fixed group handling in composite constraints 2014-08-05 17:52:01 +02:00
CollectionValidator.php Merge branch '2.5' 2014-08-14 18:37:29 +02:00
Composite.php [Validator] Fixed group handling in composite constraints 2014-08-05 17:52:01 +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 [Validator] no need to initialize properties with null 2014-06-17 12:31:26 +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] 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 [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 [Validator] no need to initialize properties with null 2014-06-17 12:31:26 +02:00
FileValidator.php Merge branch '2.5' 2014-08-05 11:07:51 +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 [Validator] no need to initialize properties with null 2014-06-17 12:31:26 +02:00
ImageValidator.php Merge branch '2.4' 2014-04-16 10:08:40 +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 [Validator] Added date support to comparison constraints and Range 2014-08-19 11:31:05 +02:00
Regex.php [Validator] no need to initialize properties with null 2014-06-17 12:31:26 +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