| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [feature/twig] Remove the twig loader class that I started (don't use it) | Nathaniel Guse | 2013-07-01 | 1 | -51/+0 |
| | | | | | PHPBB3-11598 | ||||
| * | [feature/twig] Changing INCLUDEJS behavior slightly | Nathaniel Guse | 2013-07-01 | 1 | -0/+1 |
| | | | | | | | | Automatically parsing inline variables the same way it is done for INCLUDE, INCLUDEPHP PHPBB3-11598 | ||||
| * | [feature/twig] Fix includephp node | Nathaniel Guse | 2013-07-01 | 1 | -8/+6 |
| | | | | | PHPBB3-11598 | ||||
| * | [feature/twig] A bit of cleanup in twig.php | Nathaniel Guse | 2013-07-01 | 1 | -11/+14 |
| | | | | | PHPBB3-11598 | ||||
| * | [feature/twig] Add addslashes filter (to use on LA_ instead of escape) | Nathaniel Guse | 2013-07-01 | 2 | -2/+3 |
| | | | | | | | To match previous parser behavior PHPBB3-11598 | ||||
| * | [feature/twig] Remove the get_rootref and get_tpldata functions prev added | Nathaniel Guse | 2013-07-01 | 1 | -4/+3 |
| | | | | | | | These are not really necessary PHPBB3-11598 | ||||
| * | [feature/twig] Transform {L_, {LA_ to use the lang() function | Nathaniel Guse | 2013-07-01 | 3 | -16/+47 |
| | | | | | PHPBB3-11598 | ||||
| * | [feature/twig] Fixing include node | Nathaniel Guse | 2013-07-01 | 1 | -17/+19 |
| | | | | | PHPBB3-11598 | ||||
| * | [feature/twig] Fixing define node | Nathaniel Guse | 2013-07-01 | 1 | -3/+3 |
| | | | | | PHPBB3-11598 | ||||
| * | [feature/twig] Fixing div by replacement | Nathaniel Guse | 2013-07-01 | 1 | -3/+3 |
| | | | | | PHPBB3-11598 | ||||
| * | [feature/twig] Adding ! operator | Nathaniel Guse | 2013-07-01 | 1 | -5/+7 |
| | | | | | PHPBB3-11598 | ||||
| * | [feature/twig] Adding some operators to the extension | Nathaniel Guse | 2013-06-29 | 1 | -3/+7 |
| | | | | | PHPBB3-11598 | ||||
| * | [feature/twig] Fixing more stuff for DEFINE/INCLUDE | Nathaniel Guse | 2013-06-29 | 2 | -9/+44 |
| | | | | | PHPBB3-11598 | ||||
| * | [feature/twig] Fixing DEFINE statements | Nathaniel Guse | 2013-06-29 | 5 | -33/+196 |
| | | | | | PHPBB3-11598 | ||||
| * | [feature/twig] New Twig filter, subset | Nathaniel Guse | 2013-06-28 | 2 | -5/+46 |
| | | | | | | | | This filter grabs a subset of a loop for output (according to past functionality). PHPBB3-11598 | ||||
| * | [feature/twig] Replace BEGIN with Twig for using Lexer | Nathaniel Guse | 2013-06-26 | 5 | -213/+83 |
| | | | | | | | | | | | | 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] Forgot to set up $config in node/php.php | Nathaniel Guse | 2013-06-25 | 1 | -0/+2 |
| | | | | | PHPBB3-11598 | ||||
| * | [feature/twig] Going back to Twig's handling of cache file names for now | Nathaniel Guse | 2013-06-25 | 1 | -3/+15 |
| | | | | | | | My method was not working correctly, will work on it more later. PHPBB3-11598 | ||||
| * | [feature/twig] No longer using the phpbb_template_locator | Nathaniel Guse | 2013-06-25 | 1 | -23/+33 |
| | | | | | | | This functionality is handled by the Twig Filesystem Loader PHPBB3-11598 | ||||
| * | [feature/twig] Don't require phpbb_config, some tests pass null | Nathaniel Guse | 2013-06-25 | 1 | -1/+1 |
| | | | | | PHPBB3-11598 | ||||
| * | [feature/twig] INCLUDEPHP token abs paths & fix test | Nathaniel Guse | 2013-06-25 | 1 | -3/+11 |
| | | | | | PHPBB3-11598 | ||||
| * | [feature/twig] INCLUDEPHP token, replace variable usage with $context | Nathaniel Guse | 2013-06-25 | 1 | -3/+6 |
| | | | | | | | I could find no better way to do this... PHPBB3-11598 | ||||
| * | [feature/twig] INCLUDEPHP token support | Nathaniel Guse | 2013-06-25 | 3 | -0/+114 |
| | | | | | PHPBB3-11598 | ||||
| * | [feature/twig] Add a comment to tpl output if PHP used, but disabled | Nathaniel Guse | 2013-06-25 | 1 | -4/+8 |
| | | | | | PHPBB3-11598 | ||||
| * | [feature/twig] Pass parameters required to twig env via constructor | Nathaniel Guse | 2013-06-25 | 2 | -43/+36 |
| | | | | | | | Instead of creating set functions PHPBB3-11598 | ||||
| * | [feature/twig] PHP token support | Nathaniel Guse | 2013-06-25 | 4 | -0/+89 |
| | | | | | PHPBB3-11598 | ||||
| * | [feature/twig] Append assets_version to includejs tag | Nathaniel Guse | 2013-06-24 | 5 | -12/+49 |
| | | | | | | | Some fixes for main template parser PHPBB3-11598 | ||||
| * | [feature/twig] Working on fixing tests | Nathan Guse | 2013-06-24 | 2 | -30/+61 |
| | | | | | PHPBB3-11598 | ||||
| * | [feature/twig] Only set extensions if extension manager is loaded | Nathan Guse | 2013-06-24 | 1 | -1/+4 |
| | | | | | PHPBB3-11598 | ||||
| * | [feature/twig] Fixing file header copyrights | Nathan Guse | 2013-06-24 | 5 | -105/+35 |
| | | | | | PHPBB3-11598 | ||||
| * | [feature/twig] Changing INCLUDEJS behavior | Nathan Guse | 2013-06-24 | 2 | -5/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | Was: <!-- INCLUDEJS template/foo.js --> Now: <!-- INCLUDEJS T_TEMPLATE_PATH ~ '/foo.js' --> Reasons for this: 1. INCLUDEJS is 3.1-dev only 2. INCLUDEJS has odd behavior to begin with (arbitrary setting root path to styles/name/ directory) 3. INCLUDEJS could not include files from outside directories or anywhere else 4. It was easier to change INCLUDEJS behavior to something more flexible and useful than hack around it to make it work as it was with Twig. PHPBB3-11598 | ||||
| * | [feature/twig] Fix <!-- .blah since the being node was changed | Nathan Guse | 2013-06-24 | 2 | -2/+7 |
| | | | | | PHPBB3-11598 | ||||
| * | [feature/twig] Able to set chain of namespaces to search for loadTemplate() | Nathan Guse | 2013-06-24 | 4 | -3/+147 |
| | | | | | | | | | | | | | | | | | 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] Use twig->display rather than echo twig->render | Nathan Guse | 2013-06-24 | 1 | -1/+1 |
| | | | | | PHPBB3-11598 | ||||
| * | [feature/twig] Event template tag | Nathan Guse | 2013-06-24 | 4 | -40/+97 |
| | | | | | PHPBB3-11598 | ||||
| * | [feature/twig] Changing method for begin node to not use anonymous function | Nathan Guse | 2013-06-23 | 3 | -3/+89 |
| | | | | | | | | The way it was setup would actually require PHP 5.4, which isn't an option right now. Leaving the old code there, just commented out, for now at least. PHPBB3-11598 | ||||
| * | [feature/twig] Setup the style chain/loader properly | Nathaniel Guse | 2013-06-18 | 1 | -18/+26 |
| | | | | | PHPBB3-11598 | ||||
| * | [feature/twig] Fix begin loops & subloops | Nathaniel Guse | 2013-06-15 | 2 | -43/+52 |
| | | | | | PHPBB3-11598 | ||||
| * | [feature/twig] Throw exceptions (don't catch and ignore) | Nathaniel Guse | 2013-06-14 | 1 | -1/+1 |
| | | | | | PHPBB3-11598 | ||||
| * | [feature/twig] Add && and || support | Nathaniel Guse | 2013-06-14 | 1 | -0/+3 |
| | | | | | PHPBB3-11598 | ||||
| * | [feature/twig] Use twig loader filesystem with namespaces to add paths | Nathaniel Guse | 2013-06-14 | 2 | -9/+49 |
| | | | | | | | Twig now handles loading style files on its own PHPBB3-11598 | ||||
| * | [feature/twig] Use phpBB's resource locator to find templates | Nathan Guse | 2013-06-12 | 2 | -1/+51 |
| | | | | | PHPBB3-11598 | ||||
| * | [feature/twig] Some additional operators, more stuff for IF | Nathan Guse | 2013-06-12 | 5 | -5/+54 |
| | | | | | PHPBB3-11598 | ||||
| * | [feature/twig] Correcting output of INCLUDEJS | Nathan Guse | 2013-06-12 | 2 | -57/+27 |
| | | | | | PHPBB3-11598 | ||||
| * | [feature/twig] Fixing IF .blah correctly | Nathan Guse | 2013-06-11 | 2 | -8/+28 |
| | | | | | PHPBB3-11598 | ||||
| * | [feature/twig] Language output assignments, using context class again | Nathan Guse | 2013-06-11 | 1 | -33/+43 |
| | | | | | PHPBB3-11598 | ||||
| * | [feature/twig] Replace phpBB template with Twig | Nathan Guse | 2013-06-10 | 1 | -0/+369 |
| | | | | | | | | | Move phpbb_template class to phpbb_template_phpbb Changed phpbb_template class to an interface Switch services.yml to load phpbb_template_twig instead of phpbb_template PHPBB3-11598 | ||||
| * | [feature/twig] BEGIN loops now work | Nathan Guse | 2013-06-10 | 2 | -5/+4 |
| | | | | | PHPBB3-11598 | ||||
| * | [feature/twig] Replace phpBB template code with Twig syntax, then parse w/Twig | Nathan Guse | 2013-06-10 | 6 | -67/+146 |
| | | | | | | | Fixing begin token/node, adding includejs token/node PHPBB3-11598 | ||||
| * | [feature/twig] More work on the lexer | Nathan Guse | 2013-06-10 | 3 | -2/+41 |
| | | | | | | | Committing what I have now to save it as I'm trying another method next PHPBB3-11598 | ||||
