feature#1189 added a way to add custom escaping strategies (fabpot)
authorFabien Potencier <fabien.potencier@gmail.com>
Fri, 27 Sep 2013 19:58:41 +0000 (21:58 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Fri, 27 Sep 2013 19:58:41 +0000 (21:58 +0200)
This PR was merged into the master branch.

Discussion
----------

added a way to add custom escaping strategies

This adds the possibility to define custom escapers that can be used with the `escape` filter.

That would close #1178 and #1177, but I'm not sure that this is a good idea.

What do you think?

Commits
-------

55f8b27 added a way to add custom escaping strategies

1  2 
lib/Twig/Extension/Core.php

Simple merge