aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* [feature/twig] Attempt to automatically set style dir for ext controllersNathaniel Guse2013-07-041-1/+27
* [feature/twig] Indentation and commentsNathaniel Guse2013-07-042-10/+12
* [feature/twig] Add set_style function to controller helperNathaniel Guse2013-07-041-1/+24
* [feature/twig] Change style->set_style to accept a list of base directoriesNathaniel Guse2013-07-043-35/+56
* [feature/twig] Fix begin loop var regexNathaniel Guse2013-07-021-2/+2
* [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] 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-022-2/+21
* [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-011-6/+11
* | | [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-013-4/+3
* | | [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-011-0/+1
* | | [feature/twig] Fix includephp nodeNathaniel Guse2013-07-011-8/+6
* | | Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/twigNathaniel Guse2013-07-012-3/+3
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'dhruvgoel92/ticket/9341' into developJoas Schilling2013-06-291-3/+2
| |\ \
| | * | [ticket/9341] remove PREV_PAGE tpl var used for backward compatabilityDhruv2013-06-271-1/+0
| | * | [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