aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template
Commit message (Expand)AuthorAgeFilesLines
...
* | [feature/template-engine] Move template.php to includes/templateIgor Wiedler2011-07-102-2/+0
* | [feature/template-engine] Fixed copyright year.Oleg Pudeyev2011-05-191-1/+1
* | [feature/template-engine] Fixed absolute path PHP includes, added test.Oleg Pudeyev2011-05-191-0/+24
* | [feature/template-engine] Moved includephp test to its own file.Oleg Pudeyev2011-05-183-17/+28
* | [feature/template-engine] Added tests for template inheritance.Oleg Pudeyev2011-05-185-0/+78
* | [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-143-100/+148
* | [feature/template-engine] Make INCLUDEPHP relative to board root.Oleg Pudeyev2011-05-123-6/+7
* | [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] Add back IN_PHPBB preamble.Oleg Pudeyev2011-05-122-0/+33
* | [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-253-2/+5
* | [feature/template-engine] Added a test for reuse of loop identifiers.Oleg Pudeyev2011-04-252-0/+16
* | [feature/template-engine] Corrected miscompilation of loop size constructs.Oleg Pudeyev2011-04-252-0/+46
* | [feature/template-engine] Corrected an off-by-one error in nested namespaces.Oleg Pudeyev2011-04-243-3/+24
* | [feature/template-engine] Added a test for multilevel references in loops.Oleg Pudeyev2011-04-242-0/+24
* | [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-242-0/+30
* | [feature/template-engine] Fix recompilation logic.Oleg Pudeyev2011-04-241-1/+1
* | [feature/template-engine] Adjust path in includephp template.Oleg Pudeyev2011-04-241-1/+1
* | [feature/template-engine] Update tests.Marek A. Ruszczynski2011-04-235-55/+30
* | Merge branch 'develop-olympus' into developNils Adermann2011-03-073-206/+47
|\ \ | |/
| * [ticket/10081] remove $phpEx.Marek A. Ruszczynski2011-03-071-10/+3
| * [ticket/10081] Cleanup Template Tests.Marek A. Ruszczynski2011-03-073-199/+47
* | 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-0/+2
|\ \ | |/
| * [ticket/9987] Rename test files to include a _test suffixIgor Wiedler2011-01-101-0/+0
* | Merge branch 'develop-olympus' into developIgor Wiedler2011-01-091-0/+1
|\ \ | |/
| * [ticket/9981] Fix unit test dependenciesIgor Wiedler2011-01-071-0/+1
* | Merge branch 'develop-olympus' into developIgor Wiedler2011-01-075-47/+5
|\ \ | |/
| * [task/phpunit-xml] Use phpunit.xml for test suiteIgor Wiedler2011-01-045-47/+5
| * [task/mssql-db-tests] PHPUnit output got stuck after unterminated ob_start.Nils Adermann2010-10-251-0/+1
* | Merge branch 'develop-olympus' into developNils Adermann2010-08-211-0/+6
|\ \ | |/
| * [ticket/9701] Prevent notices from being hidden by template testsNils Adermann2010-07-081-3/+21
* | Merge branch 'develop-olympus' into developNils Adermann2010-03-261-1/+1
|\ \ | |/
| * [develop-olympus] Make this test run on windows with backslash-paths.Joas Schilling2010-03-261-1/+1
* | [develop] Failed to merge the template test properly.Nils Adermann2010-03-101-96/+0
* | Merge branch 'develop-olympus' into developNils Adermann2010-03-108-107/+120
|\ \ | |/
| * [develop-olympus] Backported 3.1 unit tests to 3.0.Nils Adermann2010-03-1016-0/+915
* adjust tests a little bit to let them work again in trunk (not adjusted templ...Meik Sievertsen2009-10-052-61/+20
* Fix most of the template test suite :)Chris Smith2009-06-133-27/+87
* Remove cache files after each test, ensure they are not included in the cover...Chris Smith2008-12-071-0/+11
* Should not be needed, unlink() should clear sthe cache and this was never the...Chris Smith2008-12-071-4/+0
* Fixed :DChris Smith2008-12-011-0/+4