Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14948] Adjust calls for twig and phpunit updates | Marc Alexander | 2019-05-09 | 1 | -1/+1 |
| | | | | PHPBB3-14948 | ||||
* | [ticket/14972] Migrate from deprecated getMock() method to createMock() | rxu | 2019-05-08 | 1 | -3/+3 |
| | | | | PHPBB3-14972 | ||||
* | [ticket/14440] Add tests | Tristan Darricau | 2016-02-07 | 1 | -0/+37 |
| | | | | PHPBB3-14440 | ||||
* | [ticket/13697] Moving filesystem related functions to filesystem service | MateBartus | 2015-04-16 | 1 | -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/13192 | Tristan Darricau | 2015-01-19 | 1 | -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 subfolder | Marc Alexander | 2015-01-19 | 1 | -0/+2 |
| | | | | | | | | PHPBB3-13192 | ||||
| * | [ticket/13192] Order test cases consistently | Marc Alexander | 2015-01-09 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-13192 | ||||
| * | [ticket/13192] Remove app.php on mod rewrite even if app.php is outside root | Marc Alexander | 2015-01-04 | 1 | -0/+2 |
| | | | | | | | | PHPBB3-13192 | ||||
| * | [ticket/13192] Pass correct parameters and rename method to get_valid_page | Marc Alexander | 2014-10-21 | 1 | -4/+4 |
| | | | | | | | | PHPBB3-13192 | ||||
| * | [ticket/13192] Add method for generating valid user page links | Marc Alexander | 2014-10-21 | 1 | -0/+21 |
| | | | | | | | | PHPBB3-13192 | ||||
* | | [ticket/security-169] Stop loop through referer dir in top directory | Marc Alexander | 2014-11-09 | 1 | -0/+15 |
|/ | | | | SECURITY-169 | ||||
* | [ticket/12852] Add unit tests | Jakub Senko | 2014-09-04 | 1 | -0/+27 |
| | | | | PHPBB3-12852 | ||||
* | [ticket/12099] Add unit tests for get_web_root_path_from_ajax_referer() | Joas Schilling | 2014-06-29 | 1 | -0/+54 |
| | | | | PHPBB3-12099 | ||||
* | [ticket/12099] Remove config again | Joas Schilling | 2014-06-29 | 1 | -2/+0 |
| | | | | PHPBB3-12099 | ||||
* | [ticket/12099] Add request argument to path_helper service | Pico88 | 2014-06-29 | 1 | -0/+4 |
| | | | | PHPBB3-12099 | ||||
* | [ticket/12099] Fix correction in path_helper test | Joas Schilling | 2014-06-10 | 1 | -7/+11 |
| | | | | PHPBB3-12099 | ||||
* | [ticket/12099] Clean paths in tests | Joas Schilling | 2014-05-29 | 1 | -14/+16 |
| | | | | PHPBB3-12099 | ||||
* | [ticket/12099] Fix several issues in path_helper test | Joas Schilling | 2014-05-29 | 1 | -3/+4 |
| | | | | PHPBB3-12099 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -3/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/11508] Allow equal sign in parameter value. | Cesar G | 2014-04-22 | 1 | -0/+15 |
| | | | | PHPBB3-11508 | ||||
* | [ticket/11508] Add tests. | Cesar G | 2014-04-22 | 1 | -1/+137 |
| | | | | PHPBB3-11508 | ||||
* | [ticket/12004] Support empty routes to app.php/ in path_helper | Marc Alexander | 2014-04-11 | 1 | -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_helper | Marc Alexander | 2013-12-21 | 1 | -0/+23 |
| | | | | | | This method will get rid of unnecessary . and .. in URLs. PHPBB3-11997 | ||||
* | [ticket/11874] Fix tests | Nathan Guse | 2013-10-10 | 1 | -1/+6 |
| | | | | PHPBB3-11874 | ||||
* | [ticket/11852] Move tests to folder with new class name | Joas Schilling | 2013-09-26 | 1 | -0/+144 |
PHPBB3-11852 |