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/Form/Extension/Validator
Fabien Potencier 2128d52cb8 Merge branch '2.8' into 3.0
* 2.8:
  [DependencyInjection] fix dumped YAML snytax
  Remove InputOption::VALUE_REQUIRED mode from $default parameter description as InputOption::setDefault() throws an exception only when called in InputOption::VALUE_NONE mode. In practice the $default value could still be accessed in InputOption::VALUE_REQUIRED mode in case InputOption was never set but accessed from InputDefinition::getOption() method
  [Form] Fixed violation mapping if multiple forms are using the same (or part of the same) property path
  fix FQCN in tests added by #17694
  Fix locale and written standard inconsistencies for Norwegian translations
  [Form] [Validator] Fix locale inconsistencies in Norwegian translations
  [TwigBridge] Symfony 3.1 forward compatibility
  fixed CS
  [DependencyInjection] fixed exceptions thrown by get method of ContainerBuilder
  [Yaml] properly parse lists in object maps
  [FrameworkBundle] Remove unused private method.
  [Form] remove useless code in ResizeFormListener
  [Config] Fix EnumNodeDefinition to allow building enum nodes with one element
  fix choice_value option in EntityType and add some tests
2016-02-16 07:11:42 +01:00
..
Constraints minor #17398 [Validator] remove obsolete context and PropertyAccess code (Tobion) 2016-02-06 08:05:32 +01:00
EventListener Fix the detection of the deprecated usage of the ValidationListener 2015-10-15 14:57:54 +02:00
Type [3.0] Clean Form, Validator, DowCrawler and some more 2015-10-02 19:05:43 +02:00
Util [Form] Moved POST_MAX_SIZE validation from FormValidator to request handler 2014-09-23 14:27:03 +02:00
ViolationMapper Merge branch '2.3' into 2.7 2016-02-16 07:07:10 +01:00
ValidatorExtension.php [Form] add missing deprecation triggers 2015-10-04 09:34:07 +02:00
ValidatorTypeGuesser.php Merge branch '2.8' 2015-10-29 13:12:54 +01:00