Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ticket/12787] Allow the route to say that the referer has to be used. #2676

Merged
merged 9 commits into from Jul 8, 2014

Commits on Jun 29, 2014

  1. [ticket/12099] Add request argument to path_helper service

    PHPBB3-12099
    Pico authored and Nicofuma committed Jun 29, 2014
    Configuration menu
    Copy the full SHA
    f383d42 View commit details
    Browse the repository at this point in the history
  2. [ticket/12099] Correctly fix the path when performing AJAX requests

    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
    nickvergessen authored and Nicofuma committed Jun 29, 2014
    Configuration menu
    Copy the full SHA
    779d8a6 View commit details
    Browse the repository at this point in the history
  3. [ticket/12099] Remove config again

    PHPBB3-12099
    nickvergessen authored and Nicofuma committed Jun 29, 2014
    Configuration menu
    Copy the full SHA
    b7e1959 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8feb383 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31099a8 View commit details
    Browse the repository at this point in the history
  6. [ticket/12787] Fix the absolute board url

    PHPBB3-12787
    Nicofuma committed Jun 29, 2014
    Configuration menu
    Copy the full SHA
    bc47e71 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2014

  1. Configuration menu
    Copy the full SHA
    7399f29 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2014

  1. Configuration menu
    Copy the full SHA
    9374d14 View commit details
    Browse the repository at this point in the history
  2. [ticket/12787] Updates phpbb_mock_controller_helper

    PHPBB3-12787
    Nicofuma committed Jul 7, 2014
    Configuration menu
    Copy the full SHA
    b4d7192 View commit details
    Browse the repository at this point in the history