Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/15099] Fix tests | Jakub Senko | 2018-01-17 | 1 | -16/+16 |
| | | | | PHPBB3-15099 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -3/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/11874] Fix tests | Nathan Guse | 2013-10-10 | 1 | -13/+13 |
| | | | | PHPBB3-11874 | ||||
* | [ticket/11852] Split filesystem and path_helper into 2 classes | Joas Schilling | 2013-09-26 | 1 | -13/+13 |
| | | | | PHPBB3-11852 | ||||
* | [ticket/11832] Correct paths in tests | Nathan Guse | 2013-09-15 | 1 | -13/+15 |
| | | | | PHPBB3-11832 | ||||
* | [ticket/11647] Always use & for URLs | Vjacheslav Trushkin | 2013-07-11 | 1 | -9/+5 |
| | | | | | | | Remove code for URLs separated with ; Add test case for mix of & and & in URLs PHPBB3-11647 | ||||
* | [ticket/11647] Fix tests for INCLUDEJS | Vjacheslav Trushkin | 2013-07-11 | 1 | -9/+9 |
| | | | | PHPBB-11647 | ||||
* | [ticket/11388] Do not append assets_version if using remote path (e.g. http) | Nathaniel Guse | 2013-07-11 | 1 | -3/+3 |
| | | | | PHPBB3-11388 | ||||
* | [ticket/11388] INCLUDEJS test for //(url) | Nathaniel Guse | 2013-07-11 | 1 | -0/+4 |
| | | | | PHPBB3-11388 | ||||
* | [ticket/11388] Fixing includejs test | Nathaniel Guse | 2013-07-10 | 1 | -23/+82 |
| | | | | | | | | | 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 includejs | Vjacheslav Trushkin | 2013-07-10 | 1 | -6/+18 |
| | | | | PHPBB3-11598 | ||||
* | [feature/twig] Should compare to $this->test_path rather than hardcoded path | Nathaniel Guse | 2013-07-02 | 1 | -6/+6 |
| | | | | PHPBB3-11598 | ||||
* | [feature/twig] Fix includejs test | Nathaniel Guse | 2013-07-02 | 1 | -6/+6 |
| | | | | PHPBB3-11598 | ||||
* | [feature/twig] Correct includejs test | Nathaniel Guse | 2013-06-24 | 1 | -8/+7 |
| | | | | PHPBB3-11598 | ||||
* | [ticket/10970] Added support for forms such as {FOO}bar.{EXT} | Fyorl | 2012-07-08 | 1 | -1/+2 |
| | | | | PHPBB3-10970 | ||||
* | [ticket/10970] Paths of the form {FOO}/a/{BAR}/b parsed correctly | Fyorl | 2012-07-08 | 1 | -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 tests | Vjacheslav Trushkin | 2012-05-01 | 1 | -4/+4 |
| | | | | | | Changing .html to .js files for includejs tests PHPBB3-10800 | ||||
* | [ticket/10800] Changing template paths in tests | Vjacheslav Trushkin | 2012-04-29 | 1 | -4/+3 |
| | | | | | | Changing template paths in tests from absolute to relative PHPBB3-10800 | ||||
* | [ticket/10783] Correctly add assets_version config var to includejs urls | Nils Adermann | 2012-04-13 | 1 | -4/+4 |
| | | | | PHPBB3-10783 | ||||
* | [ticket/10665] New test class for templates with tree | Vjacheslav Trushkin | 2012-04-01 | 1 | -19/+2 |
| | | | | | | New parent template test class for tests that use styles tree PHPBB3-10665 | ||||
* | [ticket/10665] INCLUDEJS unit test | Vjacheslav Trushkin | 2012-04-01 | 1 | -0/+48 |
Adding INLCUDEJS test PHPBB3-10665 |