phpbb/phpBB/includes/template/twig/tokenparser
Nathaniel Guse 09ed0dd7bc [feature/twig] Replace BEGIN with Twig for using Lexer
No longer using the begin tokenparser/node as it did not allow proper
handling of <!-- BEGIN !foo, <!-- BEGIN foo(0,2). Now the lexer will
use regular expressions to handle that correctly and replace it with Twig's
for token

Also fixing <!-- IF .foo as I discovered it evaluates to if sizeof(foo)

PHPBB3-11598
2013-06-26 12:30:59 -05:00
..
define.php [feature/twig] Fixing file header copyrights 2013-06-24 13:37:22 -05:00
event.php [feature/twig] Event template tag 2013-06-24 11:18:29 -05:00
if.php [feature/twig] Fixing file header copyrights 2013-06-24 13:37:22 -05:00
include.php [feature/twig] Fixing file header copyrights 2013-06-24 13:37:22 -05:00
includejs.php [feature/twig] Append assets_version to includejs tag 2013-06-24 22:37:58 -05:00
includephp.php [feature/twig] INCLUDEPHP token support 2013-06-25 15:02:55 -05:00
php.php [feature/twig] PHP token support 2013-06-25 14:22:40 -05:00