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/Controller
Nicolas Grekas 47ee1d53c1 Merge branch '3.3' into 3.4
* 3.3: (33 commits)
  Preserve HttpOnly value when deserializing a header
  [DX] [TwigBundle] Enhance the new exception page design
  Fix deprecated message
  [DI][Security] Prevent unwanted deprecation notices when using Expression Languages
  bumped Symfony version to 3.3.5
  updated VERSION for 3.3.4
  updated CHANGELOG for 3.3.4
  [VarDumper] Reduce size of serialized Data objects
  bumped Symfony version to 3.2.12
  updated VERSION for 3.2.11
  updated CHANGELOG for 3.2.11
  fixed bad merge
  Fix indent of methods
  [Cache] Handle APCu failures gracefully
  [DoctrineBridge] Use normalizedIds for resetting entity manager services
  [FrameworkBundle] Do not remove files from assets dir
  [FrameworkBundle] 3.3: Don't get() private services from debug:router
  bumped Symfony version to 3.3.4
  updated VERSION for 3.3.3
  updated CHANGELOG for 3.3.3
  ...
2017-07-06 13:23:40 +03:00
..
AbstractController.php Expose the AbstractController's container to its subclasses 2017-06-15 13:29:56 +01:00
Controller.php [FrameworkBundle] Introduce AbstractController, replacing ControllerTrait 2017-03-25 18:18:01 +01:00
ControllerNameParser.php [FrameworkBundle] Improve performance of ControllerNameParser 2016-11-25 12:34:09 +01:00
ControllerResolver.php call setContainer() for autowired controllers 2017-07-03 16:15:38 +02:00
ControllerTrait.php Change wording from object to subject 2017-07-03 10:24:58 +02:00
RedirectController.php Remove abstract class and use Interface+Trait 2015-11-04 18:03:42 +01:00
TemplateController.php Merge branch '2.8' into 3.1 2016-12-27 11:43:25 +01:00