Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -4/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/11508] Allow equal sign in parameter value. | Cesar G | 2014-04-22 | 1 | -4/+6 |
| | | | | PHPBB3-11508 | ||||
* | [ticket/11508] Remove unnecessary implode. | Cesar G | 2014-04-22 | 1 | -1/+1 |
| | | | | PHPBB3-11508 | ||||
* | [ticket/11508] Remove unnecessary isset check. | Cesar G | 2014-04-22 | 1 | -4/+1 |
| | | | | PHPBB3-11508 | ||||
* | [ticket/11508] Curly brace should be on its own line... | Cesar G | 2014-04-22 | 1 | -1/+2 |
| | | | | PHPBB3-11508 | ||||
* | [ticket/11508] Do not add the '?' unless there are parameters. | Cesar G | 2014-04-22 | 1 | -1/+1 |
| | | | | PHPBB3-11508 | ||||
* | [ticket/11508] Change separator parameter to a simple true|false $is_amp. | Cesar G | 2014-04-22 | 1 | -8/+9 |
| | | | | PHPBB3-11508 | ||||
* | [ticket/11508] Move helper functions to path_helper class. | Cesar G | 2014-04-22 | 1 | -0/+115 |
| | | | | PHPBB3-11508 | ||||
* | [ticket/12004] Support empty routes to app.php/ in path_helper | Marc Alexander | 2014-04-11 | 1 | -0/+10 |
| | | | | | | | | | | 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] Remove obsolete function get_controller_redirect_url() | Marc Alexander | 2013-12-27 | 1 | -24/+0 |
| | | | | PHPBB3-11997 | ||||
* | [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/11997] Add method for controller redirect URLs to path helper | Marc Alexander | 2013-12-07 | 1 | -0/+24 |
| | | | | | | This method will allow us to get proper redirect URLs for controllers. PHPBB3-11997 | ||||
* | [ticket/11997] Fix redirects from inside controllers | Joas Schilling | 2013-11-13 | 1 | -0/+21 |
| | | | | | | | | | The redirect url currently uses the web root path. However as we prepend the full board url later, we need to remove the relative web root path and prepend the normal root path again. Otherwise redirects from inside routes will not work as intended. PHPBB3-11997 | ||||
* | [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files. | Andreas Fischer | 2013-10-30 | 1 | -8/+0 |
| | | | | PHPBB3-11980 | ||||
* | [ticket/11874] Do not always prepend the web path; only replace phpbb_root_path | Nathan Guse | 2013-10-10 | 1 | -7/+5 |
| | | | | PHPBB3-11874 | ||||
* | [ticket/11852] Add class file | Joas Schilling | 2013-09-27 | 1 | -0/+175 |
PHPBB3-11852 |