pomm-project / pomm-bundle

Pomm2 bundle for Symfony
81 stars 31 forks source link

Register twig extension only if profiler is available #54

Closed mvrhov closed 8 years ago

mvrhov commented 8 years ago

This will register the TwigExtension only if profiler is available. This means that in the config the templating can be set to false e.g.

framework:
    templating: false
mvrhov commented 8 years ago

Can you please merge this one and then tag 2.1.1 of this bundle and 2.1.1 of the bridge, so we can have a working release with sf3 support.

sanpii commented 8 years ago

Why do you add a PommProject\PommBundle\DataCollector\DatabaseDataCollector class?

mvrhov commented 8 years ago

Wrong rebase it seems.

edit: Fixed

sanpii commented 8 years ago

Merged, thank you.