| Commit message (Expand) | Author | Age | Files | Lines |
* | [ticket/11943] New line at EOF for define_error.html | Nathan Guse | 2013-11-11 | 1 | -1/+1 |
* | [ticket/11943] Forgot template file for test | Nathan Guse | 2013-11-09 | 1 | -0/+2 |
* | [ticket/11943] Throw an exception if DEFINE is setup improperly | Nathan Guse | 2013-11-09 | 1 | -0/+8 |
* | [ticket/11943] Add test for DEFINE $VAR = false | Nathan Guse | 2013-11-04 | 2 | -1/+7 |
* | [ticket/11874] Fix tests | Nathan Guse | 2013-10-10 | 2 | -15/+15 |
* | [ticket/11852] Split filesystem and path_helper into 2 classes | Joas Schilling | 2013-09-26 | 5 | -21/+24 |
* | Merge remote-tracking branch 'EXreaction/ticket/11816-2' into develop | Joas Schilling | 2013-09-26 | 2 | -1/+4 |
|\ |
|
| * | [ticket/11816] Fix multiple parenthesis as well before $VARs in templates | Nathan Guse | 2013-09-19 | 2 | -1/+4 |
* | | [ticket/11700] Fix unit tests after develop merge | Nils Adermann | 2013-09-17 | 3 | -5/+5 |
* | | Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700 | Nils Adermann | 2013-09-17 | 5 | -18/+43 |
|\ \
| |/ |
|
| * | [ticket/11832] Correct paths in tests | Nathan Guse | 2013-09-15 | 3 | -17/+19 |
| * | [ticket/11832] Fix INCLUDE(JS/CSS) | Nathan Guse | 2013-09-13 | 3 | -3/+26 |
* | | [ticket/11700] Fix tests after merging new develop code | Nils Adermann | 2013-09-16 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700 | Nils Adermann | 2013-09-16 | 26 | -74/+110 |
|\ \
| |/ |
|
| * | [ticket/11843] Added newlines and included numbers in the DEFINE vars test | rechosen | 2013-09-13 | 2 | -1/+5 |
| * | [ticket/11843] Add checking DEFINE variables with underscores to template_test | rechosen | 2013-09-13 | 2 | -1/+3 |
| * | Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11816 | Nathan Guse | 2013-09-12 | 2 | -1/+2 |
| |\ |
|
| | * | [ticket/11828] Fix greedy operators in lexer | Nathan Guse | 2013-09-12 | 2 | -1/+2 |
| * | | Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11816 | Nathan Guse | 2013-09-06 | 7 | -18/+17 |
| |\ \
| | |/ |
|
| | * | [ticket/11812] Fix empty define | Nathan Guse | 2013-09-02 | 2 | -1/+3 |
| | * | Merge remote-tracking branch 'EXreaction/ticket/11724' into develop | Joas Schilling | 2013-08-30 | 2 | -0/+9 |
| | |\ |
|
| | | * | [ticket/11724] Support "ELSE IF" and "ELSEIF" in the same way | Nathan Guse | 2013-07-27 | 2 | -0/+9 |
| | * | | Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11628 | Nathan Guse | 2013-08-28 | 20 | -54/+68 |
| | |\ \ |
|
| | * | | | [ticket/11628] Remove template_path option on set_custom_style | Nathaniel Guse | 2013-07-24 | 5 | -5/+5 |
| | * | | | [ticket/11628] Remove third parameter ($names) from set_custom_style | Nathaniel Guse | 2013-07-24 | 5 | -5/+5 |
| | * | | | [ticket/11628] Remove phpbb_style (move methods to phpbb_template) | Nathaniel Guse | 2013-07-24 | 5 | -9/+5 |
| | * | | | [ticket/11628] Remove style path provider | Nathaniel Guse | 2013-07-24 | 3 | -11/+3 |
| | | |/
| | |/| |
|
| * | | | [ticket/11816] !$DOESNT_EXIST test | Nathan Guse | 2013-09-06 | 2 | -1/+4 |
| * | | | [ticket/11816] Test !$DEFINITION | Nathan Guse | 2013-09-02 | 2 | -1/+4 |
| * | | | [ticket/11816] Fix define/loop checks in IF statements containing parenthesis | Nathan Guse | 2013-08-29 | 2 | -1/+4 |
| | |/
| |/| |
|
| * | | [ticket/11784] Remove naming redundancy for event listeners | Matt Friedman | 2013-08-13 | 11 | -0/+0 |
| * | | [ticket/11777] Fix new test for loop variables in extension template listeners | rechosen | 2013-08-12 | 1 | -0/+0 |
| * | | [ticket/11777] Require a suffix of '_listener' on extension template listeners | rechosen | 2013-08-12 | 10 | -0/+0 |
| * | | [ticket/11777] Rename the extension template listener subdirectory to 'event/' | rechosen | 2013-08-12 | 10 | -0/+0 |
| * | | [ticket/11777] Move the testing template events to 'events/' subdirectories | rechosen | 2013-08-12 | 10 | -0/+0 |
| * | | [ticket/11701] New line at EOF | Nathaniel Guse | 2013-07-23 | 1 | -1/+1 |
| * | | [ticket/11701] Test events in loops | Nathaniel Guse | 2013-07-23 | 3 | -0/+14 |
| * | | [ticket/11701] Fix loops var check | Nathaniel Guse | 2013-07-23 | 7 | -54/+54 |
| |/ |
|
| * | Merge remote-tracking branch 'EXreaction/ticket/11718' into develop | Andreas Fischer | 2013-07-23 | 2 | -1/+6 |
| |\ |
|
| | * | [ticket/11718] Quick test for fixes in ELSEIF | Nathaniel Guse | 2013-07-19 | 2 | -1/+6 |
| * | | [ticket/11707] Twig DEFINE not working as expected | Nathaniel Guse | 2013-07-19 | 2 | -1/+3 |
| |/ |
|
* | | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 3 | -16/+16 |
|/ |
|
* | Merge pull request #1519 from cyberalien/ticket/11647 | Nathan Guse | 2013-07-13 | 2 | -20/+14 |
|\ |
|
| * | [ticket/11647] Always use & for URLs | Vjacheslav Trushkin | 2013-07-11 | 2 | -13/+7 |
| * | [ticket/11647] Fix tests for INCLUDEJS | Vjacheslav Trushkin | 2013-07-11 | 2 | -10/+10 |
* | | Merge remote-tracking branch 'EXreaction/ticket/11665' into develop | Andreas Fischer | 2013-07-12 | 1 | -0/+29 |
|\ \ |
|
| * | | [ticket/11665] Fix test class name | Nathaniel Guse | 2013-07-12 | 1 | -1/+1 |
| * | | [ticket/11665] Can't change file names already sent to set_filenames | Nathaniel Guse | 2013-07-12 | 1 | -0/+29 |
* | | | [ticket/11664] Stop creating php.html file in root path in tests | Nathaniel Guse | 2013-07-12 | 2 | -2/+2 |
|/ / |
|
* | | [ticket/11662] Typos: occured -> occurred | Andreas Fischer | 2013-07-12 | 1 | -1/+1 |