added a way to dynamically change the auto-escaping strategy according to the templat...
authorFabien Potencier <fabien.potencier@gmail.com>
Wed, 25 Apr 2012 04:25:28 +0000 (06:25 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Wed, 25 Apr 2012 05:12:38 +0000 (07:12 +0200)
commit1f00c33acde77c1c3eb5c2c13c292f5e5afcffda
treeb023ab153535e252b3403f7dc6bccd470ba186e9
parent109db731cafe6699dfb2ceb94cd740365ae28916
added a way to dynamically change the auto-escaping strategy according to the template filename
CHANGELOG
lib/Twig/Environment.php
lib/Twig/Extension/Escaper.php
lib/Twig/NodeVisitor/Escaper.php
test/Twig/Tests/EnvironmentTest.php [new file with mode: 0644]