aboutsummaryrefslogtreecommitdiffstats
path: root/tests/controller
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14990] Move dispatcher object to the front of the options arrayrxu2017-04-161-0/+1
| | | | PHPBB3-14990
* Merge pull request #4236 from Nicofuma/ticket/13616Máté Bartus2016-04-131-2/+1
|\ | | | | [ticket/13616] Uses symfony/proxy-manager-bridge to lazy load twig lexer
| * [ticket/13616] Updates direct call to twig environment constructorTristan Darricau2016-04-031-2/+1
| | | | | | | | PHPBB3-13616
* | Merge pull request #4258 from Nicofuma/ticket/13683-3.2.xMarc Alexander2016-04-071-9/+57
|\ \ | |/ |/| | | [ticket/13683] Respects force_server_vars settings when generating URLs
| * [ticket/13683] Fix merge into 3.2.xTristan Darricau2016-03-291-9/+8
| | | | | | | | PHPBB3-13683
| * Merge branch 'ticket/13683' into ticket/13683-3.2.xTristan Darricau2016-03-291-9/+58
| |\ | | | | | | | | | | | | | | | | | | * ticket/13683: [ticket/13683] Updates tests [ticket/13683] Fix more cases [ticket/13683] Respects force_server_vars settings when generating URLs
| | * [ticket/13683] Updates testsTristan Darricau2016-03-291-8/+8
| | | | | | | | | | | | PHPBB3-13683
| | * [ticket/13683] Fix more casesTristan Darricau2016-03-291-1/+1
| | | | | | | | | | | | PHPBB3-13683
| | * [ticket/13683] Respects force_server_vars settings when generating URLsTristan Darricau2016-03-291-17/+63
| | | | | | | | | | | | PHPBB3-13683
* | | [ticket/13502] Also cover passing object to resolver in testsMarc Alexander2016-04-012-1/+7
| | | | | | | | | | | | PHPBB3-13502
* | | [ticket/13502] Test getArguments() method of controller resolverMarc Alexander2016-04-012-12/+57
| | | | | | | | | | | | PHPBB3-13502
* | | [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-317-9/+0
|/ / | | | | | | PHPBB3-14576
* | [ticket/14555] Uniformize cache directory usagesTristan Darricau2016-03-242-2/+2
| | | | | | | | PHPBB3-14555
* | [ticket/14220] Move route loading to servicesTristan Darricau2015-10-082-7/+12
| | | | | | | | PHPBB3-14220
* | [ticket/13645] Move the feeds to controllersNicofuma2015-08-231-8/+17
| | | | | | | | PHPBB3-13645
* | [ticket/13388] Integrate routing and di parameters resolutionTristan Darricau2015-05-293-2/+31
| | | | | | | | PHPBB3-13388
* | Merge pull request #3581 from MateBartus/ticket/13804Nicofuma2015-05-141-1/+1
|\ \ | | | | | | | | | [ticket/13804] Make template's user dependency optional
| * | [ticket/13804] Make template's user dependency optionalMateBartus2015-05-051-1/+1
| | | | | | | | | | | | PHPBB3-13804
* | | Merge pull request #3577 from MateBartus/ticket/13800Nicofuma2015-05-142-2/+2
|\ \ \ | |/ / |/| | | | | [ticket/13800] Make router's extension manager dependency optional
| * | [ticket/13800] Make router's extension manager dependency optionalMateBartus2015-05-022-2/+2
| | | | | | | | | | | | PHPBB3-13800
* | | [ticket/13638] Inject $filesystem in \phpbb\template\assetNicofuma2015-05-051-0/+1
|/ / | | | | | | PHPBB3-13638
* | [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-021-1/+3
| | | | | | | | PHPBB3-13762
* | [ticket/13793] Remove translation on throwing exceptionsMateBartus2015-05-011-1/+1
| | | | | | | | PHPBB3-13793
* | Merge pull request #3487 from MateBartus/ticket/13697Tristan Darricau2015-04-162-4/+4
|\ \ | | | | | | | | | [ticket/13697] Moving filesystem related functions to filesystem service
| * | [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-162-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697
* | | Merge branch '3.1.x'Oliver Schramm2015-04-061-1/+1
|\ \ \ | | |/ | |/|
| * | [ticket/13749] Add missing slash to base uri in helper route testsMarc Alexander2015-04-061-1/+1
| | | | | | | | | | | | PHPBB3-13749
* | | Merge branch '3.1.x'Joas Schilling2015-04-062-1/+49
|\ \ \ | |/ / | | / | |/ |/|
| * [ticket/13493] Append page name to base url if it doesn't contain itMarc Alexander2015-02-112-1/+49
| | | | | | | | PHPBB3-13493
* | Merge pull request #3303 from Nicofuma/ticket/13513Marc Alexander2015-02-262-2/+2
|\ \ | | | | | | | | | [ticket/13513] Use paths relative to the phpBB root in the router
| * | [ticket/13513] Use paths relative to the phpBB root in the routerTristan Darricau2015-01-172-2/+2
| | | | | | | | | | | | PHPBB3-13513
* | | [ticket/13407] Remove the last occurence of pattern in routing filesNicofuma2015-02-041-1/+1
|/ / | | | | | | PHPBB3-13407
* | Merge branch 'develop-ascraeus' into developMarc Alexander2014-11-264-5/+5
|\ \ | |/
| * [ticket/13389] Replace pattern with pathTristan Darricau2014-11-264-5/+5
| | | | | | | | PHPBB3-13389
* | [ticket/12620] Fix rebaseTristan Darricau2014-11-202-5/+5
| | | | | | | | PHPBB3-12620
* | [ticket/12620] Move the routing.yml file to routing/environment.ymlTristan Darricau2014-11-202-0/+0
| | | | | | | | PHPBB3-12620
* | [ticket/12620] Use the test environment for the testsTristan Darricau2014-11-202-0/+0
| | | | | | | | PHPBB3-12620
* | [ticket/12620] Updates test environment (production => development)Tristan Darricau2014-11-202-0/+0
| | | | | | | | PHPBB3-12620
* | [ticket/12620] Add support of the environments for the ext routing filesTristan Darricau2014-11-205-6/+32
| | | | | | | | PHPBB3-12620
* | [ticket/12620] Fix testsTristan Darricau2014-11-201-0/+0
| | | | | | | | PHPBB3-12620
* | [ticket/13063] Fix tests after rebaseTristan Darricau2014-11-201-16/+16
| | | | | | | | PHPBB3-13063
* | [ticket/13063] Introduces a new \phpbb\routing\router classTristan Darricau2014-11-202-15/+16
| | | | | | | | PHPBB3-13063
* | Merge branch 'develop-ascraeus' into developJoas Schilling2014-11-171-0/+2
|\ \ | |/
| * [ticket/13338] Add include statements for dependencies.Andreas Fischer2014-11-171-0/+2
| | | | | | | | PHPBB3-13338
* | Merge branch 'develop-ascraeus' into developNils Adermann2014-11-161-16/+16
|\ \ | |/ | | | | | | | | | | | | * develop-ascraeus: [ticket/13280] Output escaping for the symfony request object [ticket/13280] Add new tests [ticket/13280] Make the tests failing [ticket/13280] Revert "Merge pull request #3107 from marc1706/ticket/13280"
| * [ticket/13280] Output escaping for the symfony request objectTristan Darricau2014-11-161-16/+16
| | | | | | | | PHPBB3-13280
* | Merge branch 'develop-ascraeus' into developNils Adermann2014-09-292-96/+138
|\ \ | |/ | | | | | | * develop-ascraeus: [ticket/13113] Updates the base url only when the front-end isn't app.php
| * [ticket/13113] Updates the base url only when the front-end isn't app.phpTristan Darricau2014-09-282-96/+138
| | | | | | | | PHPBB3-13113
* | Merge branch 'ticket/13073' into ticket/13073-developMarc Alexander2014-09-195-16/+182
|\ \ | |/ | | | | | | Conflicts: tests/controller/common_helper_route.php
| * [ticket/13073] Remove _test suffix from common test classMarc Alexander2014-09-195-9/+9
| | | | | | | | PHPBB3-13073