1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 13:28:35 +01:00

9 Commits

Author SHA1 Message Date
erikn69
8f6045d465
Add SymfonyMailCollector (#554)
* Add SymfonyMailCollector

* add examples for SymfonyMailCollector
2023-09-09 00:00:50 +02:00
Sem Schilder
14bdc78c0c
Draft: Support twig namespaces (#479)
* Add Twig 1, 2 and 3 as required dependency
- Latest safe Twig 1 version
- Latest safe Twig 2 version
- Latest safe Twig 3 version

* Add ext-json as a requirement

* Add namespacedTwigProfileCollector

* Deprecated old class

* Update docs for PHP/Twig

* Remove incompatibility

* Update namespace

* Update composer.json

Co-authored-by: Barry vd. Heuvel <barryvdh@gmail.com>
2021-12-12 11:48:02 +01:00
leomoty
ade2a1ac1d Deprecate TwigCollector and friends (#425)
* Update twig demo to use TwigProfileCollector

* Update documentation on twig bridge collector

* Deprecate TwigCollector
TraceableTwigEnvironment and TraceableTwigTemplate
2019-10-09 21:34:41 +02:00
Tim Riemenschneider
50d0c2a05a Feature/twig profiler (#362)
* Use Twig_Extension_Profiler as data-source

* Add documentation for TwigProfileCollector

* Add DebugBar\Bridge\Twig\TimeableTwigExtensionProfiler to measure rendering

* Fix & enable xdebug-link-generation in ExceptionsCollector

* Enable xdebug-link-generation to TwigProfileCollector

(An instance of the Twig_Environment or the Twig_Loader has to be passed to
the collector, to be able to resolve the templatename to the filename)

Add "ajax"-attribute to xdebug-links (IDEA / PhpStorm-Links should be opened by ajax)
2017-12-15 12:11:24 +01:00
Graham Campbell
0071105c25 CS fixes 2014-01-16 21:41:41 +00:00
Maxime Bouroumeau-Fuseau
279f1bf63f Update bridge_collectors.md 2013-09-10 14:37:17 +02:00
Pascal Borreli
68dfa87ef6 Fixed typos 2013-08-16 00:52:32 +01:00
maximebf
dda267ebd1 updated docs and README 2013-08-13 12:29:40 +10:00
maximebf
6d6a63c2af updated docs 2013-06-19 13:15:46 +09:00