| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
PHPBB3-11997
|
| |
|
|
|
|
| |
This method will get rid of unnecessary . and .. in URLs.
PHPBB3-11997
|
| |
|
|
|
|
| |
This method will allow us to get proper redirect URLs for controllers.
PHPBB3-11997
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
PHPBB3-11980
|
| |
|
|
| |
PHPBB3-11874
|
|
|
PHPBB3-11852
|