aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/template_includejs_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/10970] Added support for forms such as {FOO}bar.{EXT}Fyorl2012-07-081-1/+2
| | | | PHPBB3-10970
* [ticket/10970] Paths of the form {FOO}/a/{BAR}/b parsed correctlyFyorl2012-07-081-2/+4
| | | | | | | | | | A new method to handle this type of path was added and compile_tag_include, compile_tag_include_php and compile_tag_include_js were modified to use it appropriately. Tests were added for these three macros also. PHPBB3-10970
* [ticket/10800] Changing html to js for includejs testsVjacheslav Trushkin2012-05-011-4/+4
| | | | | | Changing .html to .js files for includejs tests PHPBB3-10800
* [ticket/10800] Changing template paths in testsVjacheslav Trushkin2012-04-291-4/+3
| | | | | | Changing template paths in tests from absolute to relative PHPBB3-10800
* [ticket/10783] Correctly add assets_version config var to includejs urlsNils Adermann2012-04-131-4/+4
| | | | PHPBB3-10783
* [ticket/10665] New test class for templates with treeVjacheslav Trushkin2012-04-011-19/+2
| | | | | | New parent template test class for tests that use styles tree PHPBB3-10665
* [ticket/10665] INCLUDEJS unit testVjacheslav Trushkin2012-04-011-0/+48
Adding INLCUDEJS test PHPBB3-10665