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/HttpKernel/Profiler
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
..
BaseMemcacheProfilerStorage.php Fixed CS 2013-07-21 13:38:54 +01:00
FileProfilerStorage.php Fixed CS 2013-07-21 13:38:54 +01:00
MemcachedProfilerStorage.php Fixed most of the docblocks/unused namespaces 2012-12-19 08:09:49 +01:00
MemcacheProfilerStorage.php [CS Fix] Consistent coding-style of concatenation operator usage 2013-04-02 10:39:57 +01:00
MongoDbProfilerStorage.php [CS Fix] Consistent coding-style of concatenation operator usage 2013-04-02 10:39:57 +01:00
MysqlProfilerStorage.php Fixed MongoDB storage missing time range. Fixed UI not searching properly. Removed unnecessary time query. 2012-12-15 23:37:18 +02:00
PdoProfilerStorage.php Fixed most of the docblocks/unused namespaces 2012-12-19 08:09:49 +01:00
Profile.php Added ability to search by time when using the profiler 2012-12-15 22:42:20 +02:00
Profiler.php Merge branch '2.1' into 2.2 2013-04-17 07:27:14 +02:00
ProfilerStorageInterface.php corrected English grammar (s/does not exists/does not exist) 2013-08-13 20:56:24 +01:00
RedisProfilerStorage.php RedisProfilerStorage wrong db-number/index-number selected 2013-03-06 17:50:58 +01:00
SqliteProfilerStorage.php Fixed MongoDB storage missing time range. Fixed UI not searching properly. Removed unnecessary time query. 2012-12-15 23:37:18 +02:00