| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-12841
|
| |
|
|
| |
PHPBB3-12841
|
| |\ |
|
| | |
| |
| |
| |
| |
| | |
Also clean path before working with it
PHPBB3-12834
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/12787] Allow the route to say that the referer has to be used.
* Nicofuma/ticket/12787:
[ticket/12787] Updates phpbb_mock_controller_helper
[ticket/12787] Add controller_helper::get_current_url()
[ticket/12787] Remove one app.php when it's both in $path and $web_root_path
[ticket/12787] Fix the absolute board url
[ticket/12787] Use a parameter (_referer) instead of the Referer header
[ticket/12099] Add unit tests for get_web_root_path_from_ajax_referer()
[ticket/12099] Remove config again
[ticket/12099] Correctly fix the path when performing AJAX requests
[ticket/12099] Add request argument to path_helper service
|
| | | |
| | |
| | |
| | | |
PHPBB3-12787
|
| | | |
| | |
| | |
| | | |
PHPBB3-12787
|
| | | |
| | |
| | |
| | | |
PHPBB3-12787
|
| | | |
| | |
| | |
| | | |
PHPBB3-12787
|
| | | |
| | |
| | |
| | | |
PHPBB3-12099
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
If the current request is a AJAX we need to fix the paths.
We need to get the root path based on the Referer, so we can use
the generated URLs in the template of the Referer. If we do not
generate the relative path based on the Referer, but based on the
currently requested URL, the generated URLs will not point to the
intended locations:
Referer desired URL desired relative root path
memberlist.php faq.php ./
memberlist.php app.php/foo/bar ./
app.php/foo memberlist.php ../
app.php/foo app.php/fox ../
app.php/foo/bar memberlist.php ../../
../page.php memberlist.php ./phpBB/
../sub/page.php memberlist.php ./../phpBB/
PHPBB3-12099
|
| | | |
| | |
| | |
| | | |
PHPBB3-12099
|
| |\ \ \ |
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12804
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12804
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12804
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12804
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/12812] Add a migrator tool for config_text database changes
* VSEphpbb/ticket/12812:
[ticket/12812] Remove unused global $db from tests
[ticket/12812] Improve migrator config_text tool tests
[ticket/12812] Improve migrator config_text tool tests
[ticket/12812] Add a migrator tool for config_text database changes
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12812
|
| |\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/12802] Properly handle connection failures in SQLite3
* Noxwizard/ticket/12802:
[ticket/12802] Properly handle connection failures in SQLite3
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-12802
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/12824] Move MCP/ACP links after navigation_append event
* PayBas/ticket/12824:
[ticket/12824] Move MCP/ACP links after navigation_append event
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12824
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/12827] Reorder quick-links
* PayBas/ticket/12827:
[ticket/12827] Reorder quick-links
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-12827
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/12830] Removes double .postlink in colours.css
* Crizz0/ticket/12830:
[ticket/12830] Remove double .postlink in colours.css
|
| | |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-12830
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/12782] Use an interface for the phpbb event_dispatcher
* Nicofuma/ticket/12782:
[ticket/12782] Add doc block
[ticket/12782] Use an interface for the phpbb event_dispatcher
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-12782
|
| | | |_|_|_|_|/
| |/| | | | |
| | | | | | |
| | | | | | | |
PHPBB3-12782
|
| |\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/12197] Fix several misleading FAQ entries
* nickvergessen/ticket/12197:
[ticket/12197] Fix several misleading FAQ entries
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-12197
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* VSEphpbb/ticket/12811:
[ticket/12811] Responsive adjustments to margin changes
[ticket/12811] Fix padding/margin bug affecting bottom layout
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-12811
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-12811
|
| |\ \ \ \ \ \ \ \
| |_|_|_|_|_|_|/
|/| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* PayBas/ticket/12813:
[ticket/12813] Move inline-CSS to css file
[ticket/12813] Use -moz-only fix instead of generic padding
[ticket/12813] Reorder .row pagination so it aligns better
[ticket/12813] Fix page-jump title lang and use input type=number
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-12813
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-12813
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-12813
|
| | | |_|_|_|_|/
| |/| | | | |
| | | | | | |
| | | | | | | |
PHPBB3-12813
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/12816] Fix comment about logs in user_ban function
* n-aleha/ticket/12816:
[ticket/12816] Fix comment about logs in user_ban function
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-12816
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[ticket/12788] Update symfony components
* dhruvgoel92/ticket/12788:
[ticket/12788] Force 2.3.* on symfony dependencies
[ticket/12788] Update symfony components
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
PHPBB3-12788
|
| | | |_|_|_|/ / /
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-12788
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[ticket/12823] Remove all trailing whitespace
* hanakin/ticket/12823:
[ticket/12823] Remove all trailing whitespace
|
| | | |_|/ / / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-12823
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-12515
|
| | |_|_|_|_|/ /
|/| | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-12810
|
| |\ \ \ \ \ \ \ |
|