aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/template_test.php
Commit message (Expand)AuthorAgeFilesLines
* [feature/template-engine] Factor template locator out of template class.Oleg Pudeyev2011-07-301-2/+2
* [feature/template-engine] Test template DEFINE statements across filesNils Adermann2011-07-171-1/+1
* [feature/template-engine] Refactor $config dependency out of the filterIgor Wiedler2011-07-101-3/+1
* [feature/template-engine] Moved includephp test to its own file.Oleg Pudeyev2011-05-181-14/+0
* [feature/template-engine] Delete useless template require.Oleg Pudeyev2011-05-181-1/+0
* [feature/template-engine] Added a test for inclusion of php files from subdir.Oleg Pudeyev2011-05-141-100/+2
* [feature/template-engine] Make INCLUDEPHP relative to board root.Oleg Pudeyev2011-05-121-5/+5
* [feature/template-engine] Replaced globals with dependency injection.Oleg Pudeyev2011-05-121-1/+3
* [feature/template-engine] Deleted useless catch.Oleg Pudeyev2011-05-121-4/+0
* [feature/template-engine] Delete obsolete comments pertaining to notices.Oleg Pudeyev2011-05-121-7/+0
* [feature/template-engine] Delete template class, use phpbb_template instead.Oleg Pudeyev2011-05-041-1/+1
* [feature/template-engine] Only copy files to cache if they exist.Oleg Pudeyev2011-05-011-2/+3
* [feature/template-engine] Relax missing file exception check.Oleg Pudeyev2011-05-011-1/+1
* [feature/template-engine] Fix negative variable expressionsIgor Wiedler2011-04-251-1/+1
* [feature/template-engine] Added a test for reuse of loop identifiers.Oleg Pudeyev2011-04-251-0/+10
* [feature/template-engine] Corrected miscompilation of loop size constructs.Oleg Pudeyev2011-04-251-0/+7
* [feature/template-engine] Corrected an off-by-one error in nested namespaces.Oleg Pudeyev2011-04-241-1/+10
* [feature/template-engine] Added a test for multilevel references in loops.Oleg Pudeyev2011-04-241-0/+14
* [feature/template-engine] Deleted silencing of notices.Oleg Pudeyev2011-04-241-3/+3
* [feature/template-engine] Deleted $template from phpbb_template_compile class.Oleg Pudeyev2011-04-241-2/+1
* [feature/template-engine] Allow leading underscores in variable names.Oleg Pudeyev2011-04-241-0/+9
* [feature/template-engine] Fix recompilation logic.Oleg Pudeyev2011-04-241-1/+1
* [feature/template-engine] Update tests.Marek A. Ruszczynski2011-04-231-12/+25
* Merge branch 'develop-olympus' into developNils Adermann2011-03-071-203/+44
|\
| * [ticket/10081] remove $phpEx.Marek A. Ruszczynski2011-03-071-10/+3
| * [ticket/10081] Cleanup Template Tests.Marek A. Ruszczynski2011-03-071-196/+44
* | Merge branch 'develop-olympus' into developAndreas Fischer2011-01-311-2/+2
|\ \ | |/
| * [ticket/10011] Tests don't work on PHP < 5.3Erik Frèrejean2011-01-311-2/+2
* | Merge branch 'develop-olympus' into developIgor Wiedler2011-01-101-24/+5
|/
* [ticket/9987] Rename test files to include a _test suffixIgor Wiedler2011-01-101-0/+689