aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [feature/twig] Add set_style function to controller helperNathaniel Guse2013-07-042-1/+25
* [feature/twig] Change style->set_style to accept a list of base directoriesNathaniel Guse2013-07-043-35/+56
* [feature/twig] Debugging test failuresNathaniel Guse2013-07-031-0/+6
* [feature/twig] Fix begin loop var regexNathaniel Guse2013-07-021-2/+2
* [feature/twig] Prevent errors from mkdir if the dir already existsNathaniel Guse2013-07-021-1/+4
* [feature/twig] template->cachepath is now private, missed checking testsNathaniel Guse2013-07-022-2/+6
* [feature/twig] Move test_php back to template_testNathaniel Guse2013-07-022-30/+16
* [feature/twig] Should compare to $this->test_path rather than hardcoded pathNathaniel Guse2013-07-021-6/+6
* [feature/twig] Fix indentationNathaniel Guse2013-07-0216-357/+368
* [feature/twig] Remove getCacheFilename function I was working onNathaniel Guse2013-07-021-30/+0
* [feature/twig] Remove reference to cachepath, it is not used publicly anymoreNathaniel Guse2013-07-022-3/+4
* [feature/twig] Check the template context for language varsNathaniel Guse2013-07-022-2/+36
* [feature/twig] Fix BBCode parserNathaniel Guse2013-07-023-1/+18
* [feature/twig] Fix includejs testNathaniel Guse2013-07-022-7/+7
* [feature/twig] Fix template test caseNathaniel Guse2013-07-021-1/+1
* [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-029-12/+20
* [feature/twig] INCLUDEJS now uses the definition classNathaniel Guse2013-07-024-4/+23
* [feature/twig] Update phpbb_template interfaceNathaniel Guse2013-07-012-23/+47
* [feature/twig] Should have been elseNathaniel Guse2013-07-011-1/+1
* [feature/twig] Fix call for previous change to var name caseNathaniel Guse2013-07-011-1/+1
* [feature/twig] CommentsNathaniel Guse2013-07-011-8/+7
* [feature/twig] Use correct case for variable nameNathaniel Guse2013-07-011-3/+3
* [feature/twig] Fixed tabs in environment.phpNathaniel Guse2013-07-011-40/+41
* [feature/twig] Clean up the messenger a little bitNathaniel Guse2013-07-011-41/+60
* [feature/twig] Don't forget to set the context when rendering!Nathaniel Guse2013-07-011-1/+1
* [feature/twig] Remove get_lang function (it's not used anywhere)Nathaniel Guse2013-07-011-21/+1
* [feature/twig] Do not assign var by referenceNathaniel Guse2013-07-011-3/+2
* Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/twigNathaniel Guse2013-07-012-17/+46
|\
| * Merge branch 'develop-olympus' into developAndreas Fischer2013-07-011-4/+34
| |\
| | * Merge remote-tracking branch 'dhruvgoel92/ticket/10838' into develop-olympusAndreas Fischer2013-07-011-4/+34
| | |\
| | | * [ticket/10838] Fix URL for wiki and remove irrelevant lineDhruv2013-07-021-2/+2
| | | * [ticket/10838] Remove php 5.4 and builtin server referencesDhruv2013-07-021-7/+1
| | | * [ticket/10838] Fix missing dataDhruv2013-07-021-2/+2
| | | * [ticket/10838] separate database used mentioned in unit testsDhruv2013-07-021-8/+8
| | | * [ticket/10838] Updated RUNNING_TESTS.mdDhruv2013-06-271-0/+36
| * | | Merge remote-tracking branch 'dhruvgoel92/ticket/11585' into developAndreas Fischer2013-07-011-13/+12
| |\ \ \
| | * | | [ticket/11585] Make $auth_admin class propertyDhruv2013-07-021-13/+12
* | | | | [feature/twig] Fix length replace in lexerNathaniel Guse2013-07-011-1/+1
* | | | | [feature/twig] Prevent errors from empty user->styleNathaniel Guse2013-07-011-1/+1
* | | | | [feature/twig] Use adm_relative_path to build admin namespaceNathaniel Guse2013-07-012-6/+12
* | | | | [feature/twig] Remove classes related to old template engineNathaniel Guse2013-07-015-2062/+0
* | | | | [feature/twig] Remove debug code, set debug/auto reload correctlyNathaniel Guse2013-07-011-6/+2
* | | | | [feature/twig] Remove resource locator dependency from templateNathaniel Guse2013-07-0110-12/+8
* | | | | [feature/twig] Fix template/context.phpNathaniel Guse2013-07-011-2/+2
* | | | | [feature/twig] Fix template/template_php_test.phpNathaniel Guse2013-07-011-1/+10
* | | | | [feature/twig] Fix includephp_from_subdir_test.phpNathaniel Guse2013-07-012-5/+7
* | | | | [feature/twig] Remove the twig loader class that I started (don't use it)Nathaniel Guse2013-07-011-51/+0
* | | | | [feature/twig] Changing INCLUDEJS behavior slightlyNathaniel Guse2013-07-0110-14/+15
* | | | | [feature/twig] Fix includephp nodeNathaniel Guse2013-07-011-8/+6