| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #2104 from nickvergessen/ticket/12261 | Nathan Guse | 2014-03-12 | 1 | -1/+15 |
| |\ | | | | | [ticket/12261] Remove web root path from login redirect url | ||||
| | * | [ticket/12261] Add a functional test for redirect after using login_box() | Joas Schilling | 2014-03-10 | 1 | -1/+15 |
| | | | | | | | | | PHPBB3-12261 | ||||
| * | | [ticket/12090] Comment out broken test | Joas Schilling | 2014-03-09 | 1 | -0/+3 |
| | | | | | | | | | PHPBB3-12090 | ||||
| * | | [ticket/12090] Fix helper usage in functional controller tests | Joas Schilling | 2014-03-07 | 1 | -27/+3 |
| | | | | | | | | | PHPBB3-12090 | ||||
| * | | [ticket/12090] Change redirect tests to use route() | Joas Schilling | 2014-03-07 | 1 | -3/+3 |
| |/ | | | | PHPBB3-12090 | ||||
| * | [ticket/11997] Use functional test cases that should always work | Marc Alexander | 2013-12-28 | 1 | -6/+2 |
| | | | | | | | | | | | The previous test cases that tried to redirect to ../index.php and similar might cause us to try to go to http://localhost/../index.php, which will result in http://index.php. As this obviously will trigger an error as intended, we should not put this inside our test cases for the redirect function. PHPBB3-11997 | ||||
| * | [ticket/11997] Fix redirect tests for mod rewrite | Marc Alexander | 2013-12-28 | 1 | -15/+26 |
| | | | | | | | | | Controller routes that are supposed to link to parent directories can't be tested as the links are incorrectly created depending on enabled mod rewrite or not. PHPBB3-11997 | ||||
| * | [ticket/11997] Use path_helper in in foo/bar extension for redirect URLs | Marc Alexander | 2013-12-27 | 1 | -9/+15 |
| | | | | | | | | By using path_helper's clean_url() method, we'll be able to properly check the full URL instead of just parts of the expected URL. PHPBB3-11997 | ||||
| * | [ticket/11997] Move expected redirect returns to controller and output to HTML | Marc Alexander | 2013-12-20 | 1 | -12/+49 |
| | | | | | | | | | The controller will now output the expected redirect returns the same way the redirect returns are output. The extension controller test will compare those 2 outputs. PHPBB3-11997 | ||||
| * | [ticket/11997] Add functional test for redirects in controller | Joas Schilling | 2013-11-13 | 1 | -1/+29 |
| | | | | | PHPBB3-11997 | ||||
| * | [ticket/11700] Fix extension loading with namespaces | Nils Adermann | 2013-09-19 | 1 | -1/+4 |
| | | | | | | | | class loader now expects all classes to be prefixed with a backslash when resolving paths PHPBB3-11700 | ||||
| * | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 1 | -2/+2 |
| | | | | | PHPBB3-11700 | ||||
| * | [feature/controller] Check for proper status codes from controllers | David King | 2012-11-19 | 1 | -0/+5 |
| | | | | | PHPBB3-10864 | ||||
| * | [feature/controller] Fix line endings and permissions, and check responses | David King | 2012-11-16 | 1 | -0/+0 |
| | | | | | PHPBB3-10864 | ||||
| * | [feature/controller] Add controller functional test with template | David King | 2012-11-16 | 1 | -0/+15 |
| | | | | | PHPBB3-10864 | ||||
| * | [feature/controller] Add test for missing argument in controller class | David King | 2012-11-16 | 1 | -0/+5 |
| | | | | | PHPBB3-10864 | ||||
| * | [feature/controller] Adapt functional tests given new controller framework | David King | 2012-11-16 | 1 | -0/+10 |
| PHPBB3-10864 | |||||
