Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/11388] INCLUDECSS | Nathaniel Guse | 2013-07-11 | 1 | -0/+38 |
| | | | | PHPBB3-11388 | ||||
* | [feature/twig] Use Twig mask for IF statements instead of our own tokenparser | Nathan Guse | 2013-07-05 | 1 | -87/+0 |
| | | | | PHPBB3-11598 | ||||
* | [feature/twig] Add check for defined IN_PHPBB in all new Twig related files | Nathan Guse | 2013-07-05 | 7 | -0/+63 |
| | | | | PHPBB3-11598 | ||||
* | [feature/twig] Fix indentation | Nathaniel Guse | 2013-07-02 | 7 | -225/+225 |
| | | | | PHPBB3-11598 | ||||
* | [feature/twig] Fixing DEFINE statements | Nathaniel Guse | 2013-06-29 | 1 | -1/+32 |
| | | | | PHPBB3-11598 | ||||
* | [feature/twig] Replace BEGIN with Twig for using Lexer | Nathaniel Guse | 2013-06-26 | 1 | -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 support | Nathaniel Guse | 2013-06-25 | 1 | -0/+47 |
| | | | | PHPBB3-11598 | ||||
* | [feature/twig] PHP token support | Nathaniel Guse | 2013-06-25 | 1 | -0/+46 |
| | | | | PHPBB3-11598 | ||||
* | [feature/twig] Append assets_version to includejs tag | Nathaniel Guse | 2013-06-24 | 1 | -1/+1 |
| | | | | | | Some fixes for main template parser PHPBB3-11598 | ||||
* | [feature/twig] Fixing file header copyrights | Nathan Guse | 2013-06-24 | 4 | -89/+28 |
| | | | | PHPBB3-11598 | ||||
* | [feature/twig] Able to set chain of namespaces to search for loadTemplate() | Nathan Guse | 2013-06-24 | 1 | -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 tag | Nathan Guse | 2013-06-24 | 1 | -39/+19 |
| | | | | PHPBB3-11598 | ||||
* | [feature/twig] Correcting output of INCLUDEJS | Nathan Guse | 2013-06-12 | 1 | -22/+11 |
| | | | | PHPBB3-11598 | ||||
* | [feature/twig] Replace phpBB template code with Twig syntax, then parse w/Twig | Nathan Guse | 2013-06-10 | 2 | -2/+51 |
| | | | | | | Fixing begin token/node, adding includejs token/node PHPBB3-11598 | ||||
* | [feature/twig] More work on the lexer | Nathan Guse | 2013-06-10 | 1 | -0/+25 |
| | | | | | | Committing what I have now to save it as I'm trying another method next PHPBB3-11598 | ||||
* | [feature/twig] Working on DEFINE | Nathan Guse | 2013-06-10 | 1 | -0/+45 |
| | | | | PHPBB3-11598 | ||||
* | [feature/twig] WIP extension/lexer/some tokenparsers/nodes | Nathan Guse | 2013-06-09 | 4 | -0/+231 |
PHPBB3-11598 |