aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/template/twig/node
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11388] INCLUDECSSNathaniel Guse2013-07-111-0/+30
* [ticket/11388] Do not append assets_version if using remote path (e.g. http)Nathaniel Guse2013-07-111-3/+2
* [ticket/11388] INCLUDEJS supports //(url)Nathaniel Guse2013-07-111-1/+1
* [ticket/11388] includejs inherit from includeassetNathaniel Guse2013-07-102-31/+73
* [feature/twig] If DEBUG, EVENT will always look for new/missing tpl event filesNathan Guse2013-07-061-3/+23
* [feature/twig] Add check for defined IN_PHPBB in all new Twig related filesNathan Guse2013-07-058-0/+72
* [feature/twig] Fix indentationNathaniel Guse2013-07-028-132/+132
* [feature/twig] INCLUDEPHP behavior now supports local relative pathsNathaniel Guse2013-07-021-1/+8
* [feature/twig] INCLUDEJS behavior now supports local relative pathsNathaniel Guse2013-07-021-2/+10
* [feature/twig] INCLUDEJS now uses the definition classNathaniel Guse2013-07-021-2/+2
* [feature/twig] Fix includephp nodeNathaniel Guse2013-07-011-8/+6
* [feature/twig] Fixing include nodeNathaniel Guse2013-07-011-17/+19
* [feature/twig] Fixing define nodeNathaniel Guse2013-07-011-3/+3
* [feature/twig] Fixing more stuff for DEFINE/INCLUDENathaniel Guse2013-06-291-2/+2
* [feature/twig] Fixing DEFINE statementsNathaniel Guse2013-06-291-0/+49
* [feature/twig] Replace BEGIN with Twig for using LexerNathaniel Guse2013-06-261-139/+0
* [feature/twig] Forgot to set up $config in node/php.phpNathaniel Guse2013-06-251-0/+2
* [feature/twig] INCLUDEPHP token abs paths & fix testNathaniel Guse2013-06-251-3/+11
* [feature/twig] INCLUDEPHP token, replace variable usage with $contextNathaniel Guse2013-06-251-3/+6
* [feature/twig] INCLUDEPHP token supportNathaniel Guse2013-06-251-0/+66
* [feature/twig] Add a comment to tpl output if PHP used, but disabledNathaniel Guse2013-06-251-4/+8
* [feature/twig] PHP token supportNathaniel Guse2013-06-251-0/+40
* [feature/twig] Append assets_version to includejs tagNathaniel Guse2013-06-242-2/+10
* [feature/twig] Working on fixing testsNathan Guse2013-06-241-9/+25
* [feature/twig] Fixing file header copyrightsNathan Guse2013-06-241-16/+7
* [feature/twig] Changing INCLUDEJS behaviorNathan Guse2013-06-241-2/+3
* [feature/twig] Fix <!-- .blah since the being node was changedNathan Guse2013-06-241-2/+0
* [feature/twig] Able to set chain of namespaces to search for loadTemplate()Nathan Guse2013-06-242-1/+53
* [feature/twig] Event template tagNathan Guse2013-06-241-0/+44
* [feature/twig] Changing method for begin node to not use anonymous functionNathan Guse2013-06-231-0/+44
* [feature/twig] Fix begin loops & subloopsNathaniel Guse2013-06-151-39/+50
* [feature/twig] Some additional operators, more stuff for IFNathan Guse2013-06-122-0/+32
* [feature/twig] Correcting output of INCLUDEJSNathan Guse2013-06-121-35/+16
* [feature/twig] BEGIN loops now workNathan Guse2013-06-101-4/+3
* [feature/twig] Replace phpBB template code with Twig syntax, then parse w/TwigNathan Guse2013-06-102-9/+60
* [feature/twig] WIP extension/lexer/some tokenparsers/nodesNathan Guse2013-06-091-0/+77