aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* [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] 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-011-13/+12
|\
| * 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-015-6/+4
* | | [feature/twig] Fix template/context.phpNathaniel Guse2013-07-011-2/+2
* | | [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-019-8/+9
* | | [feature/twig] Fix includephp nodeNathaniel Guse2013-07-011-8/+6
* | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/twigNathaniel Guse2013-07-0115-30/+30
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'dhruvgoel92/ticket/9341' into developJoas Schilling2013-06-2914-30/+29
| |\ \
| | * | [ticket/9341] remove PREV_PAGE tpl var used for backward compatabilityDhruv2013-06-271-1/+0
| | * | [ticket/9341] Use U_PREVIOUS and U_NEXT in template filesDhruv2013-06-2213-27/+27
| | * | [ticket/9341] Correctly named template varssakimahesh2013-06-221-2/+2
| | |/
| * | Merge remote-tracking branch 'dhruvgoel92/ticket/11593' into developAndreas Fischer2013-06-291-0/+1
| |\ \
| | * | [ticket/11593] initialize $is_expr as null before being passed to get_varrefDhruv2013-06-291-0/+1
| | |/
* | | [feature/twig] A bit of cleanup in twig.phpNathaniel Guse2013-07-011-11/+14
* | | [feature/twig] Add S_BLOCK_NAME to context, set S_NUM_ROWS in alter_blockNathaniel Guse2013-07-011-0/+22
* | | [feature/twig] Add addslashes filter (to use on LA_ instead of escape)Nathaniel Guse2013-07-012-2/+3
* | | [feature/twig] Remove the get_rootref and get_tpldata functions prev addedNathaniel Guse2013-07-012-24/+3
* | | [feature/twig] Transform {L_, {LA_ to use the lang() functionNathaniel Guse2013-07-013-16/+47
* | | [feature/twig] Fixing include nodeNathaniel Guse2013-07-011-17/+19
* | | [feature/twig] Fixing define nodeNathaniel Guse2013-07-011-3/+3
* | | [feature/twig] Fixing div by replacementNathaniel Guse2013-07-011-3/+3
* | | [feature/twig] Adding ! operatorNathaniel Guse2013-07-011-5/+7
* | | [feature/twig] Add S_NUM_ROWS to loops in contextNathaniel Guse2013-06-291-0/+5
* | | [feature/twig] Adding some operators to the extensionNathaniel Guse2013-06-291-3/+7
* | | [feature/twig] Fixing more stuff for DEFINE/INCLUDENathaniel Guse2013-06-292-9/+44
* | | [feature/twig] Fixing DEFINE statementsNathaniel Guse2013-06-295-33/+196