aboutsummaryrefslogtreecommitdiffstats
path: root/tests/path_helper
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12099] Add unit tests for get_web_root_path_from_ajax_referer()Joas Schilling2014-06-291-0/+54
| | | | PHPBB3-12099
* [ticket/12099] Remove config againJoas Schilling2014-06-291-2/+0
| | | | PHPBB3-12099
* [ticket/12099] Add request argument to path_helper servicePico882014-06-291-0/+4
| | | | PHPBB3-12099
* [ticket/12099] Fix correction in path_helper testJoas Schilling2014-06-101-7/+11
| | | | PHPBB3-12099
* [ticket/12099] Clean paths in testsJoas Schilling2014-05-291-14/+16
| | | | PHPBB3-12099
* [ticket/12099] Fix several issues in path_helper testJoas Schilling2014-05-291-3/+4
| | | | PHPBB3-12099
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/11508] Allow equal sign in parameter value.Cesar G2014-04-221-0/+15
| | | | PHPBB3-11508
* [ticket/11508] Add tests.Cesar G2014-04-221-1/+137
| | | | PHPBB3-11508
* [ticket/12004] Support empty routes to app.php/ in path_helperMarc Alexander2014-04-111-0/+7
| | | | | | | | | | The symfony routing component allows us to use the path "/" for routes. Therefore, we should be able to use example.com/app.php/ for controllers. However, this currently does not properly work. The method get_web_root_path incorrectly returns phpbb_root_path. Therefore, paths to images or files are broken. PHPBB3-12004
* [ticket/11997] Add clean_url() method to path_helperMarc Alexander2013-12-211-0/+23
| | | | | | This method will get rid of unnecessary . and .. in URLs. PHPBB3-11997
* [ticket/11874] Fix testsNathan Guse2013-10-101-1/+6
| | | | PHPBB3-11874
* [ticket/11852] Move tests to folder with new class nameJoas Schilling2013-09-261-0/+144
PHPBB3-11852