aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/templates
Commit message (Expand)AuthorAgeFilesLines
...
* | [feature/template-events] Template events unit testVjacheslav Trushkin2012-11-171-0/+4
* | [ticket/10970] Added support for forms such as {FOO}bar.{EXT}Fyorl2012-07-081-0/+1
* | [ticket/10970] Paths of the form {FOO}/a/{BAR}/b parsed correctlyFyorl2012-07-086-1/+7
* | Merge PR #778 branch 'cyberalien/ticket/10800' into developOleg Pudeyev2012-06-113-2/+4
|\ \
| * | [ticket/10800] Changing html to js for includejs testsVjacheslav Trushkin2012-05-013-2/+4
* | | [ticket/10882] Add a test for including a nonexistent file.Oleg Pudeyev2012-05-102-0/+2
* | | [ticket/10882] Add test for an ENDIF without IF.Oleg Pudeyev2012-05-102-0/+2
* | | [ticket/10882] Add test for an invalid template tag.Oleg Pudeyev2012-05-102-0/+2
|/ /
* | [ticket/10665] INCLUDEJS unit testVjacheslav Trushkin2012-04-011-0/+5
* | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into developAndreas Fischer2011-09-271-1/+2
|\ \
| * | [ticket/10392] Test for magic loop variables with nested namespaces.Chris Smith2011-09-271-1/+2
* | | [ticket/10384] Update unit tests to test for failing variable.Chris Smith2011-09-241-0/+2
|/ /
* | [ticket/10322] Separate template varref resolution from output generationPatrick Webster2011-09-166-2/+9
* | [ticket/10322] Dynamic template include testPatrick Webster2011-09-081-0/+3
* | [feature/template-engine] Test template DEFINE statements across filesNils Adermann2011-07-172-0/+6
* | [feature/template-engine] Added tests for template inheritance.Oleg Pudeyev2011-05-182-0/+2
* | [feature/template-engine] Make INCLUDEPHP relative to board root.Oleg Pudeyev2011-05-122-1/+2
* | [feature/template-engine] Add back IN_PHPBB preamble.Oleg Pudeyev2011-05-121-0/+1
* | [feature/template-engine] Fix negative variable expressionsIgor Wiedler2011-04-252-1/+4
* | [feature/template-engine] Added a test for reuse of loop identifiers.Oleg Pudeyev2011-04-251-0/+6
* | [feature/template-engine] Corrected miscompilation of loop size constructs.Oleg Pudeyev2011-04-251-0/+39
* | [feature/template-engine] Corrected an off-by-one error in nested namespaces.Oleg Pudeyev2011-04-242-2/+14
* | [feature/template-engine] Added a test for multilevel references in loops.Oleg Pudeyev2011-04-241-0/+10
* | [feature/template-engine] Allow leading underscores in variable names.Oleg Pudeyev2011-04-241-0/+21
* | [feature/template-engine] Adjust path in includephp template.Oleg Pudeyev2011-04-241-1/+1
* | [feature/template-engine] Update tests.Marek A. Ruszczynski2011-04-234-43/+5
* | Merge branch 'develop-olympus' into developNils Adermann2011-03-072-3/+3
|\ \ | |/
| * [ticket/10081] Cleanup Template Tests.Marek A. Ruszczynski2011-03-072-3/+3
* | Merge branch 'develop-olympus' into developIgor Wiedler2011-01-073-4/+4
|\ \ | |/
| * [task/phpunit-xml] Use phpunit.xml for test suiteIgor Wiedler2011-01-043-4/+4
* | Merge branch 'develop-olympus' into developNils Adermann2010-03-106-105/+26
|\ \ | |/
| * [develop-olympus] Backported 3.1 unit tests to 3.0.Nils Adermann2010-03-1014-0/+204
* Fix most of the template test suite :)Chris Smith2009-06-132-0/+10
* - Add template variable S_BLOCK_NAMEChris Smith2008-11-251-0/+8
* - Make a start on completing the phpDoc comments for the template engineChris Smith2008-11-245-2/+39
* Test is (even|odd) by yChris Smith2008-11-241-0/+11
* More testsChris Smith2008-11-236-0/+15
* test advanced loop constructsChris Smith2008-11-231-0/+59
* S_NUM_ROWS gives you the number of rows in a blockChris Smith2008-11-231-0/+2
* Refactor and fix :)Chris Smith2008-11-231-0/+1
* Run template tests over non-cached data as wellChris Smith2008-11-231-0/+5
* - Deprecate S_ROW_COUNT use S_ROW_NUMChris Smith2008-11-222-0/+6
* Initial template tests, a bit hackish currently, excuse the rushed nature of ...Chris Smith2008-10-157-0/+140