phpbb/phpBB/includes/template
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
..
twig [feature/twig] Replace BEGIN with Twig for using Lexer 2013-06-26 12:30:59 -05:00
compile.php [ticket/11435] Create new template filter option (cleanup) 2013-05-20 11:45:32 -05:00
context.php [feature/twig] Set S_ROW_NUM in context also (previously was a hack in filter) 2013-06-26 12:27:32 -05:00
filter.php [ticket/11435] Create new template filter option (cleanup) 2013-05-20 11:45:32 -05:00
locator.php [feature/template-events] Cosmetic changes. 2012-11-17 16:40:00 -05:00
phpbb.php [feature/twig] Replace phpBB template with Twig 2013-06-10 12:59:47 -05:00
renderer.php [ticket/10756] Renaming template classes 2012-04-19 04:15:11 +02:00
renderer_eval.php [ticket/10756] Renaming phpbb_style_template to phpbb_template 2012-04-19 04:25:25 +02:00
renderer_include.php [ticket/10756] Renaming template classes 2012-04-19 04:15:11 +02:00
template.php [feature/twig] Working on fixing tests 2013-06-24 15:28:54 -05:00