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 f2590d196f feature #29286 [WebProfilerBundle] Enable translation filters (ro0NL)
This PR was merged into the 4.3-dev branch.

Discussion
----------

[WebProfilerBundle] Enable translation filters

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | yes
| BC breaks?    | no     <!-- see https://symfony.com/bc -->
| Deprecations? | no
| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
| Fixed tickets | #...   <!-- #-prefixed issue number(s), if any -->
| License       | MIT
| Doc PR        | symfony/symfony-docs#... <!-- required for new features -->

Enable filters in the translation panel:

![image](https://user-images.githubusercontent.com/1047696/48918835-724a3500-ee8f-11e8-9d1b-6d464314fe2a.png)

![image](https://user-images.githubusercontent.com/1047696/48918876-b806fd80-ee8f-11e8-8d4d-1f3fa81dd9ce.png)

Commits
-------

9ae2bb45b2 [WebProfilerBundle] Enable translation filters
2018-12-13 15:06:49 +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 feature #29286 [WebProfilerBundle] Enable translation filters (ro0NL) 2018-12-13 15:06:49 +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 Merge branch '4.2' 2018-12-02 14:25:44 +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