aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template
Commit message (Expand)AuthorAgeFilesLines
* [ticket/10973] Drop all require_once for mocks. Use autoloading.Andreas Fischer2012-07-081-1/+0
* Merge PR #778 branch 'cyberalien/ticket/10800' into developOleg Pudeyev2012-06-1110-14/+19
|\
| * [ticket/10800] Changing html to js for includejs testsVjacheslav Trushkin2012-05-016-6/+10
| * [ticket/10800] Changing template paths in testsVjacheslav Trushkin2012-04-295-11/+12
* | [ticket/10882] Fix test name - oops.Oleg Pudeyev2012-06-111-1/+1
* | [ticket/10882] Add a test for including a nonexistent file.Oleg Pudeyev2012-05-103-0/+34
* | [ticket/10882] Add test for an ENDIF without IF.Oleg Pudeyev2012-05-103-0/+14
* | [ticket/10882] Add test for an invalid template tag.Oleg Pudeyev2012-05-103-0/+45
|/
* [ticket/10756] Renaming phpbb_style_template to phpbb_templateVjacheslav Trushkin2012-04-192-2/+2
* [ticket/10756] Removing path provider from template classVjacheslav Trushkin2012-04-192-2/+2
* [ticket/10756] Renaming template classesVjacheslav Trushkin2012-04-192-3/+3
* [ticket/10783] Correctly add assets_version config var to includejs urlsNils Adermann2012-04-131-4/+4
* [ticket/10665] New test class for templates with treeVjacheslav Trushkin2012-04-014-55/+35
* Merge remote-tracking branch 'upstream/develop' into ticket/10665Vjacheslav Trushkin2012-04-013-11/+11
|\
| * [ticket/10733] Fixing testVjacheslav Trushkin2012-04-011-7/+7
| * [ticket/10733] Removing static from data providersVjacheslav Trushkin2012-04-013-4/+4
* | [ticket/10665] INCLUDEJS unit testVjacheslav Trushkin2012-04-012-0/+53
* | [ticket/10665] Changing template compiler testVjacheslav Trushkin2012-04-011-1/+1
|/
* [ticket/10733] Adding test for locatorVjacheslav Trushkin2012-04-011-0/+84
* [feature/merging-style-components] Fix for unit testsVjacheslav Trushkin2012-03-312-2/+2
* [feature/merging-style-components] Moving template initialization out of styleVjacheslav Trushkin2012-03-312-4/+4
* [feature/merging-style-components] Initializing locator and provider separatelyVjacheslav Trushkin2012-03-312-2/+8
* [feature/merging-style-components] Updating test casesVjacheslav Trushkin2012-03-154-5/+5
* [feature/merging-style-components] Creating style classVjacheslav Trushkin2012-03-152-8/+5
* [feature/merging-style-components] Renaming template classesVjacheslav Trushkin2012-03-144-9/+9
* Merge remote-tracking branch 'cyberalien/feature/append_var' into developOleg Pudeyev2012-03-071-0/+36
|\
| * [feature/append_var] Adding test caseVjacheslav Trushkin2012-03-081-0/+36
* | [ticket/10685] Refactor template test defaults for php 5.4 compatibility.Oleg Pudeyev2012-03-062-5/+13
|/
* [ticket/10655] Error in template inheritance testVjacheslav Trushkin2012-02-181-1/+1
* [ticket/9916] Updating license in non-distributed filesUnknown2012-01-026-6/+6
* Merge branch 'develop-olympus' into developAndreas Fischer2012-01-021-1/+1
|\
| * [ticket/9916] Updating License in the headerUnknown2012-01-021-1/+1
* | [feature/extension-manager] Refactoring the structure of extension providerNils Adermann2011-09-292-2/+2
* | [feature/extension-manager] Add support for templates in extensions.Nils Adermann2011-09-293-3/+7
* | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into developAndreas Fischer2011-09-272-2/+3
|\ \
| * | [ticket/10392] Test for magic loop variables with nested namespaces.Chris Smith2011-09-272-2/+3
* | | [ticket/10384] Update unit tests to test for failing variable.Chris Smith2011-09-242-5/+7
|/ /
* | [ticket/10322] Separate template varref resolution from output generationPatrick Webster2011-09-167-3/+24
* | [ticket/10322] Dynamic template include testPatrick Webster2011-09-082-0/+10
* | Merge remote-tracking branch 'cyberalien/ticket/10350' into developOleg Pudeyev2011-09-051-0/+31
|\ \
| * | [ticket/10350] Script for testing eval rendererVjacheslav Trushkin2011-09-051-0/+31
* | | Merge branch 'develop-olympus' into developIgor Wiedler2011-09-051-2/+3
|\ \ \ | | |/ | |/|
| * | [ticket/10354] Include cache directory path in unwritable message.Oleg Pudeyev2011-09-051-2/+3
* | | [ticket/10355] Correctly end output buffering in template tests.Oleg Pudeyev2011-09-051-2/+16
| |/ |/|
* | [feature/template-engine] Dependency inject locator into template.Oleg Pudeyev2011-08-092-2/+5
* | [feature/template-engine] Factor template locator out of template class.Oleg Pudeyev2011-07-301-2/+2
* | [feature/template-engine] Rename is_absolute to phpbb_is_absolute.Oleg Pudeyev2011-07-241-1/+1
* | [feature/template-engine] Test template DEFINE statements across filesNils Adermann2011-07-173-1/+7
* | [feature/template-engine] Remove $include_once argument of display()Igor Wiedler2011-07-101-1/+1
* | [feature/template-engine] Refactor $config dependency out of the filterIgor Wiedler2011-07-105-19/+15