aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/template/twig/tokenparser
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11388] INCLUDECSSNathaniel Guse2013-07-111-0/+38
* [feature/twig] Use Twig mask for IF statements instead of our own tokenparserNathan Guse2013-07-051-87/+0
* [feature/twig] Add check for defined IN_PHPBB in all new Twig related filesNathan Guse2013-07-057-0/+63
* [feature/twig] Fix indentationNathaniel Guse2013-07-027-225/+225
* [feature/twig] Fixing DEFINE statementsNathaniel Guse2013-06-291-1/+32
* [feature/twig] Replace BEGIN with Twig for using LexerNathaniel Guse2013-06-261-57/+0
* [feature/twig] INCLUDEPHP token supportNathaniel Guse2013-06-251-0/+47
* [feature/twig] PHP token supportNathaniel Guse2013-06-251-0/+46
* [feature/twig] Append assets_version to includejs tagNathaniel Guse2013-06-241-1/+1
* [feature/twig] Fixing file header copyrightsNathan Guse2013-06-244-89/+28
* [feature/twig] Able to set chain of namespaces to search for loadTemplate()Nathan Guse2013-06-241-0/+16
* [feature/twig] Event template tagNathan Guse2013-06-241-39/+19
* [feature/twig] Correcting output of INCLUDEJSNathan Guse2013-06-121-22/+11
* [feature/twig] Replace phpBB template code with Twig syntax, then parse w/TwigNathan Guse2013-06-102-2/+51
* [feature/twig] More work on the lexerNathan Guse2013-06-101-0/+25
* [feature/twig] Working on DEFINENathan Guse2013-06-101-0/+45
* [feature/twig] WIP extension/lexer/some tokenparsers/nodesNathan Guse2013-06-094-0/+231