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/Bundle/FrameworkBundle
Nicolas Grekas 726ad262ef Merge branch '3.2'
* 3.2: (51 commits)
  [FrameworkBundle] [Workflow] Fix service marking store configuration
  Fix merge
  [Validator] add class name to the cache key
  [Serializer] Remove AbstractObjectNormalizer::isAttributeToNormalize
  Throw less misleading exception when property access not found
  [Twig] Fix deprecations with Twig 1.29
  [FrameworkBundle] Fix validation cache warmer with failing or missing classes
  Fixed typo
  [FrameworkBundle] Removed the kernel.debug parameter from the cache pool namespace seed
  Fix email address
  fix the docblock in regard to the role argument
  [Bridge\Twig] Trigger deprecation when using FormExtension::$renderer
  Don't use the "app" global variable in the profiler
  [VarDumper] fix tests when xdebug is enabled
  Fix merge
  FIXED NON EXISTING TYPE DECLARATION
  [Form] Add failing test for data collector bug
  [Cache] Fix dumping SplDoublyLinkedList iter mode
  [Form] Fix FormDataCollector
  Ignore missing 'debug.file_link_formatter' service in Debug and Twig bundles
  ...
2016-12-08 16:31:48 +01:00
..
CacheWarmer bug #20725 [HttpKernel] Fix annotation cache warmer with failing or missing classes (nicolas-grekas) 2016-12-08 16:22:53 +01:00
Command [FrameworkBundle] Resolve env params in debug:config command 2016-11-30 16:21:24 +01:00
Console Merge branch '3.2' 2016-12-08 16:31:48 +01:00
Controller Merge branch '3.1' into 3.2 2016-11-25 13:32:42 +01:00
DataCollector [FrameworkBundle] Extends the RequestDataCollector 2016-03-30 19:02:53 +02:00
DependencyInjection Merge branch '3.2' 2016-12-08 16:31:48 +01:00
EventListener [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
HttpCache Silence invasive deprecation warnings, opt-in for warnings 2015-06-08 10:37:21 +01:00
Kernel added a micro kernel 2015-11-04 18:19:57 +01:00
Resources feature #20260 [DependencyInjection] Support autowiring for EventDispatcher/EventDispatcherInterface (chalasr) 2016-12-06 15:46:10 +01:00
Routing [FrameworkBundle] Forbid env parameters in routing configuration 2016-11-29 18:09:44 +01:00
Templating Added a default ide file link web view 2016-10-25 15:27:26 +02:00
Test Merge branch '2.7' into 2.8 2016-01-07 14:38:40 +01:00
Tests Merge branch '3.2' 2016-12-08 16:31:48 +01:00
Translation [Translation] added Base Exception for the component. 2016-09-21 18:16:56 +01:00
Validator added friendly exception when constraint validator does not exist or it is not enabled 2016-08-24 03:54:03 -07:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Removing the Controller::getUser() deprecation 2016-10-14 19:46:34 -04:00
Client.php Merge branch '2.3' into 2.7 2016-03-16 17:00:15 +01:00
composer.json updated version to 3.3 2016-11-19 12:35:20 -08:00
FrameworkBundle.php [FrameworkBundle] Dont rely on any parent definition for "cache.annotations" 2016-11-24 12:47:42 +01:00
LICENSE Move licenses according to new best practices 2016-01-31 22:16:42 +01:00
phpunit.xml.dist Make redis host configurable in tests 2016-09-19 12:25:01 -07:00
README.md add readme files where missing 2016-03-07 11:36:15 +01:00