aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/template/twig/tokenparser
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11388] INCLUDECSSNathaniel Guse2013-07-111-0/+38
| | | | PHPBB3-11388
* [feature/twig] Use Twig mask for IF statements instead of our own tokenparserNathan Guse2013-07-051-87/+0
| | | | PHPBB3-11598
* [feature/twig] Add check for defined IN_PHPBB in all new Twig related filesNathan Guse2013-07-057-0/+63
| | | | PHPBB3-11598
* [feature/twig] Fix indentationNathaniel Guse2013-07-027-225/+225
| | | | PHPBB3-11598
* [feature/twig] Fixing DEFINE statementsNathaniel Guse2013-06-291-1/+32
| | | | PHPBB3-11598
* [feature/twig] Replace BEGIN with Twig for using LexerNathaniel Guse2013-06-261-57/+0
| | | | | | | | | | | 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
* [feature/twig] INCLUDEPHP token supportNathaniel Guse2013-06-251-0/+47
| | | | PHPBB3-11598
* [feature/twig] PHP token supportNathaniel Guse2013-06-251-0/+46
| | | | PHPBB3-11598
* [feature/twig] Append assets_version to includejs tagNathaniel Guse2013-06-241-1/+1
| | | | | | Some fixes for main template parser PHPBB3-11598
* [feature/twig] Fixing file header copyrightsNathan Guse2013-06-244-89/+28
| | | | PHPBB3-11598
* [feature/twig] Able to set chain of namespaces to search for loadTemplate()Nathan Guse2013-06-241-0/+16
| | | | | | | | | | | | | | | | This is done so that when event template files are included, if they include files themselves, that namespace is checked first, then __main__ is checked to include the correct template file. Also, when template files are included from a particular namespace, this is done so that the files from that namespace are included first, then the main namespace is checked. We may want to change this behavior in the future to allow choosing which locations have priority, but for now, this is what I am doing to make sure the behavior is simple and always the same. PHPBB3-11598
* [feature/twig] Event template tagNathan Guse2013-06-241-39/+19
| | | | PHPBB3-11598
* [feature/twig] Correcting output of INCLUDEJSNathan Guse2013-06-121-22/+11
| | | | PHPBB3-11598
* [feature/twig] Replace phpBB template code with Twig syntax, then parse w/TwigNathan Guse2013-06-102-2/+51
| | | | | | Fixing begin token/node, adding includejs token/node PHPBB3-11598
* [feature/twig] More work on the lexerNathan Guse2013-06-101-0/+25
| | | | | | Committing what I have now to save it as I'm trying another method next PHPBB3-11598
* [feature/twig] Working on DEFINENathan Guse2013-06-101-0/+45
| | | | PHPBB3-11598
* [feature/twig] WIP extension/lexer/some tokenparsers/nodesNathan Guse2013-06-094-0/+231
PHPBB3-11598