aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/templates/includejs.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11647] Always use & for URLsVjacheslav Trushkin2013-07-111-4/+2
| | | | | | | Remove code for URLs separated with ; Add test case for mix of & and & in URLs PHPBB3-11647
* [ticket/11647] Fix tests for INCLUDEJSVjacheslav Trushkin2013-07-111-1/+1
| | | | PHPBB-11647
* [ticket/11388] INCLUDEJS test for //(url)Nathaniel Guse2013-07-111-0/+2
| | | | PHPBB3-11388
* [ticket/11388] Fixing includejs testNathaniel Guse2013-07-101-21/+36
| | | | | | | | | Changed expected output to file?(any supplied argument string)&asset_version =($config['asset_version'])#(any supplied anchor string) Testing lines one at a time to make checking them easier. PHPBB3-11388
* [feature/twig] Unit tests for includejsVjacheslav Trushkin2013-07-101-1/+14
| | | | PHPBB3-11598
* [feature/twig] Fix includejs testNathaniel Guse2013-07-021-1/+1
| | | | PHPBB3-11598
* [feature/twig] Changing INCLUDEJS behavior slightlyNathaniel Guse2013-07-011-6/+6
| | | | | | | Automatically parsing inline variables the same way it is done for INCLUDE, INCLUDEPHP PHPBB3-11598
* [feature/twig] Correct includejs testNathaniel Guse2013-06-241-6/+6
| | | | PHPBB3-11598
* [ticket/10970] Added support for forms such as {FOO}bar.{EXT}Fyorl2012-07-081-0/+1
| | | | PHPBB3-10970
* [ticket/10970] Paths of the form {FOO}/a/{BAR}/b parsed correctlyFyorl2012-07-081-1/+3
| | | | | | | | | | 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-2/+2
| | | | | | Changing .html to .js files for includejs tests PHPBB3-10800
* [ticket/10665] INCLUDEJS unit testVjacheslav Trushkin2012-04-011-0/+5
Adding INLCUDEJS test PHPBB3-10665