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
Fabien Potencier a67f5d03d1 Merge branch '2.3'
* 2.3:
  [Process] Revert change
  [Process] Fix #8746 : slowness added in unit tests since #8741
  [Process] Fix #8742 : Signal-terminated processes are not successful
  corrected English grammar (s/does not exists/does not exist)
  [Process] Add more precision to Process::stop timeout
  [Process] Avoid zombie process in case of unit tests failure
  [Process] Fix #8739
  [Process] Add failing test for #8739
  [Process] Fix CS
  [TwigBridge] removed superflous ; when rendering form_enctype() (closes #8660)
  Fixed documentation grammar for AuthenticationManagerInterface::authenticate()
  [Validator] fixed the wrong isAbstract() check against the class (fixed #8589)
  [TwigBridge] Prevent code extension to display warning
  Fix internal sub-request creation
  [FrameworkBundle] made code more generic
  [Form] Moved auto_initialize option to the BaseType
  Use strstr instead of strpos
  Make sure ContextErrorException is loaded during compile time errors
  Fix empty process argument escaping on Windows
  Ignore null value in comparison validators

Conflicts:
	src/Symfony/Component/Debug/Tests/ErrorHandlerTest.php
	src/Symfony/Component/HttpKernel/Tests/Fragment/InlineFragmentRendererTest.php
	src/Symfony/Component/Process/Process.php
2013-08-14 15:08:25 +02:00
..
BrowserKit Merge branch '2.3' 2013-07-21 22:19:01 +02:00
ClassLoader Merge branch '2.3' 2013-08-14 15:08:25 +02:00
Config [Config] fixed an edge case 2013-08-13 15:40:07 +02:00
Console fixed typo 2013-08-09 08:03:04 +02:00
CssSelector Merge branch '2.3' 2013-07-21 22:19:01 +02:00
Debug Merge branch '2.3' 2013-08-14 15:08:25 +02:00
DependencyInjection optimize some unneeded casts (esp. when casting something to string for array access) 2013-08-09 08:59:22 +02:00
DomCrawler Merge branch '2.3' 2013-07-21 22:19:01 +02:00
EventDispatcher Merge branch '2.3' 2013-07-21 22:19:01 +02:00
Filesystem [Filesystem] fixed exception message when not a able to write to a directory 2013-08-09 09:26:54 +02:00
Finder Merge branch '2.3' 2013-08-14 15:08:25 +02:00
Form Merge branch '2.3' 2013-08-14 15:08:25 +02:00
HttpFoundation Merge branch '2.2' into 2.3 2013-08-08 14:02:32 +02:00
HttpKernel Merge branch '2.3' 2013-08-14 15:08:25 +02:00
Intl Merge branch '2.3' 2013-08-08 14:02:55 +02:00
Locale Merge branch '2.3' 2013-07-08 15:37:01 +02:00
OptionsResolver Merge branch '2.3' 2013-07-21 22:19:01 +02:00
Process Merge branch '2.3' 2013-08-14 15:08:25 +02:00
PropertyAccess Merge branch '2.3' 2013-08-02 22:53:46 +02:00
Routing Merge branch '2.3' 2013-08-14 15:08:25 +02:00
Security Merge branch '2.3' 2013-08-14 15:08:25 +02:00
Serializer fix phpdoc and add typehints to private methods 2013-08-09 08:59:22 +02:00
Stopwatch Merge branch '2.3' 2013-07-21 22:19:01 +02:00
Templating Merge branch '2.3' 2013-08-14 15:08:25 +02:00
Translation Merge branch '2.3' 2013-08-02 22:53:46 +02:00
Validator Merge branch '2.3' 2013-08-14 15:08:25 +02:00
Yaml Merge branch '2.3' 2013-07-21 22:19:01 +02:00