changed the automatic-escaping rules to be more sensible (the documentation lists...
authorfabien <fabien@93ef8e89-cb99-4229-a87c-7fa0fa45744b>
Mon, 14 Dec 2009 16:57:54 +0000 (16:57 +0000)
committerfabien <fabien@93ef8e89-cb99-4229-a87c-7fa0fa45744b>
Mon, 14 Dec 2009 16:57:54 +0000 (16:57 +0000)
commit9d4ceb456383f0f3fd8e7fa6778e6b3604246e21
tree5cceb828536e45502585eaf8fcc16d160057abc5
parent98b4b97dfa85d6a3a4cfdd351d4857296e894280
changed the automatic-escaping rules to be more sensible (the documentation lists all the rules)

git-svn-id: http://svn.twig-project.org/trunk@182 93ef8e89-cb99-4229-a87c-7fa0fa45744b
CHANGELOG
doc/02-Twig-for-Template-Designers.markdown
doc/03-Twig-for-Developers.markdown
lib/Twig/Node/Expression/Filter.php
lib/Twig/NodeTransformer/Escaper.php
test/fixtures/tags/autoescape/literal.test [new file with mode: 0644]
test/fixtures/tags/autoescape/with_filters.test [new file with mode: 0644]
test/fixtures/tags/autoescape/with_filters_arguments.test [new file with mode: 0644]
test/unit/integrationTest.php