aboutsummaryrefslogtreecommitdiffstats
path: root/tests/path_helper
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-1/+1
| | | | PHPBB3-14948
* [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2019-05-081-3/+3
| | | | PHPBB3-14972
* [ticket/14440] Add testsTristan Darricau2016-02-071-0/+37
| | | | PHPBB3-14440
* [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-5/+5
| | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697
* Merge pull request #3055 from marc1706/ticket/13192Tristan Darricau2015-01-191-0/+25
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13192] Add method for generating valid user page links based on mod_rewrite * marc1706/ticket/13192: [ticket/13192] Add test for app.php in external subfolder [ticket/13192] Use ltrim() instead of preg_replace() [ticket/13192] Order test cases consistently [ticket/13192] Remove app.php on mod rewrite even if app.php is outside root [ticket/13192] Pass correct parameters and rename method to get_valid_page [ticket/13192] Use get_valid_user_page in confirm_box() and cleanup globals [ticket/13192] Use get_valid_user_page method in build_url function [ticket/13192] Add method for generating valid user page links
| * [ticket/13192] Add test for app.php in external subfolderMarc Alexander2015-01-191-0/+2
| | | | | | | | PHPBB3-13192
| * [ticket/13192] Order test cases consistentlyMarc Alexander2015-01-091-2/+2
| | | | | | | | PHPBB3-13192
| * [ticket/13192] Remove app.php on mod rewrite even if app.php is outside rootMarc Alexander2015-01-041-0/+2
| | | | | | | | PHPBB3-13192
| * [ticket/13192] Pass correct parameters and rename method to get_valid_pageMarc Alexander2014-10-211-4/+4
| | | | | | | | PHPBB3-13192
| * [ticket/13192] Add method for generating valid user page linksMarc Alexander2014-10-211-0/+21
| | | | | | | | PHPBB3-13192
* | [ticket/security-169] Stop loop through referer dir in top directoryMarc Alexander2014-11-091-0/+15
|/ | | | SECURITY-169
* [ticket/12852] Add unit testsJakub Senko2014-09-041-0/+27
| | | | PHPBB3-12852
* [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