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/WebProfilerBundle
Nicolas Grekas 2c00c917db Merge branch '4.1' into 4.2
* 4.1:
  [Serializer] fixed DateTimeNormalizer to maintain microseconds when a different timezone required
  [Routing] fix taking verb into account when redirecting
  [DI] Fix dumping expressions accessing single-use private services
  [WebProfilerBundle] Split form field heading
2018-12-02 14:25:28 +01:00
..
Controller Merge branch '4.0' into 4.1 2018-07-26 13:24:31 +02:00
Csp Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
DependencyInjection Merge branch '4.1' 2018-07-26 11:13:01 +02:00
EventListener Merge branch '3.4' into 4.0 2018-07-26 11:08:35 +02:00
Profiler Merge branch '3.4' into 4.0 2018-07-26 11:08:35 +02:00
Resources Merge branch '4.1' into 4.2 2018-12-02 14:25:28 +01:00
Tests Merge branch '3.4' into 4.0 2018-07-26 11:08:35 +02:00
Twig fixed some deprecation messages 2017-12-31 06:50:45 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md [WebProfilerBundle] Make WDT follow ajax requests if header set 2018-04-29 09:29:44 +02:00
composer.json [WebProfilerBundle][4.2] Deny messenger <4.2 2018-12-02 10:37:20 +01:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md [WebProfilerBundle] added a note in the README 2018-09-24 10:42:32 +02:00
WebProfilerBundle.php made it clear that the profiler is for dev only 2018-09-24 10:00:32 +02:00

WebProfilerBundle

The Web profiler bundle is a development tool that gives detailed information about the execution of any request.

Never enable it on production servers as it will lead to major security vulnerabilities in your project.

Resources