aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11812] Fix empty defineNathan Guse2013-09-022-1/+3
* Merge remote-tracking branch 'EXreaction/ticket/11724' into developJoas Schilling2013-08-302-0/+9
|\
| * [ticket/11724] Support "ELSE IF" and "ELSEIF" in the same wayNathan Guse2013-07-272-0/+9
* | Merge branch 'develop' of github.com:phpbb/phpbb3 into ticket/11628Nathan Guse2013-08-2820-54/+68
|\ \
| * | [ticket/11784] Remove naming redundancy for event listenersMatt Friedman2013-08-1311-0/+0
| * | [ticket/11777] Fix new test for loop variables in extension template listenersrechosen2013-08-121-0/+0
| * | [ticket/11777] Require a suffix of '_listener' on extension template listenersrechosen2013-08-1210-0/+0
| * | [ticket/11777] Rename the extension template listener subdirectory to 'event/'rechosen2013-08-1210-0/+0
| * | [ticket/11777] Move the testing template events to 'events/' subdirectoriesrechosen2013-08-1210-0/+0
| * | [ticket/11701] New line at EOFNathaniel Guse2013-07-231-1/+1
| * | [ticket/11701] Test events in loopsNathaniel Guse2013-07-233-0/+14
| * | [ticket/11701] Fix loops var checkNathaniel Guse2013-07-237-54/+54
| |/
* | [ticket/11628] Remove template_path option on set_custom_styleNathaniel Guse2013-07-245-5/+5
* | [ticket/11628] Remove third parameter ($names) from set_custom_styleNathaniel Guse2013-07-245-5/+5
* | [ticket/11628] Remove phpbb_style (move methods to phpbb_template)Nathaniel Guse2013-07-245-9/+5
* | [ticket/11628] Remove style path providerNathaniel Guse2013-07-243-11/+3
|/
* Merge remote-tracking branch 'EXreaction/ticket/11718' into developAndreas Fischer2013-07-232-1/+6
|\
| * [ticket/11718] Quick test for fixes in ELSEIFNathaniel Guse2013-07-192-1/+6
* | [ticket/11707] Twig DEFINE not working as expectedNathaniel Guse2013-07-192-1/+3
|/
* Merge pull request #1519 from cyberalien/ticket/11647Nathan Guse2013-07-132-20/+14
|\
| * [ticket/11647] Always use & for URLsVjacheslav Trushkin2013-07-112-13/+7
| * [ticket/11647] Fix tests for INCLUDEJSVjacheslav Trushkin2013-07-112-10/+10
* | Merge remote-tracking branch 'EXreaction/ticket/11665' into developAndreas Fischer2013-07-121-0/+29
|\ \
| * | [ticket/11665] Fix test class nameNathaniel Guse2013-07-121-1/+1
| * | [ticket/11665] Can't change file names already sent to set_filenamesNathaniel Guse2013-07-121-0/+29
* | | [ticket/11664] Stop creating php.html file in root path in testsNathaniel Guse2013-07-122-2/+2
|/ /
* | [ticket/11662] Typos: occured -> occurredAndreas Fischer2013-07-121-1/+1
* | [feature/bootstrap-dic] Bootstrap container from config.phpIgor Wiedler2013-07-111-1/+4
* | [ticket/11388] Add newlines at EOFNathaniel Guse2013-07-112-2/+2
* | [ticket/11388] INCLUDECSSNathaniel Guse2013-07-114-0/+31
|/
* [ticket/11388] Do not append assets_version if using remote path (e.g. http)Nathaniel Guse2013-07-111-3/+3
* [ticket/11388] INCLUDEJS test for //(url)Nathaniel Guse2013-07-112-0/+6
* [ticket/11388] Fixing includejs testNathaniel Guse2013-07-102-44/+118
* Merge remote-tracking branch 'remotes/cyberalien/feature/twig/includejs_tests...Nathaniel Guse2013-07-102-7/+32
|\
| * [feature/twig] Unit tests for includejsVjacheslav Trushkin2013-07-102-7/+32
* | [feature/twig] Add simple test to make sure Twig filters/tags are workingNathan Guse2013-07-083-0/+20
|/
* [feature/twig] Add template tests for S_NUM_ROWS and S_BLOCK_NAMENathan Guse2013-07-052-3/+34
* [feature/twig] Add template test for ===, !==Nathan Guse2013-07-052-4/+26
* [feature/twig] Add test to make sure nested loops get the correct S_ROW_COUNTNathaniel Guse2013-07-042-0/+13
* [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 includejs testNathaniel Guse2013-07-022-7/+7
* [feature/twig] Fix template test caseNathaniel Guse2013-07-021-1/+1
* [feature/twig] Remove resource locator dependency from templateNathaniel Guse2013-07-013-3/+3
* [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] Changing INCLUDEJS behavior slightlyNathaniel Guse2013-07-011-6/+6
* [feature/twig] PHP test moved to a separate fileNathaniel Guse2013-07-011-0/+21
* [feature/twig] Fix template_test.phpNathaniel Guse2013-07-017-88/+38