aboutsummaryrefslogtreecommitdiffstats
path: root/tests/controller
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * [ticket/13073] Use abstract class for controller helper route testsMarc Alexander2014-09-195-7/+40
| | | | | | | | PHPBB3-13073
| * [ticket/13073] Use correct class names in test filesMarc Alexander2014-09-192-2/+2
| | | | | | | | PHPBB3-13073
| * [ticket/13073] Rework route tests and add tests for more directory typesMarc Alexander2014-09-194-51/+114
| | | | | | | | PHPBB3-13073
| * [ticket/13073] Test that routes from subfolders like /adm workMarc Alexander2014-09-192-101/+13
| | | | | | | | PHPBB3-13073
| * [ticket/13073] Add tests for routes from adm pagesMarc Alexander2014-09-191-0/+148
| | | | | | | | PHPBB3-13073
* | Merge branch 'develop-ascraeus' into developMarc Alexander2014-09-171-0/+244
|\ \ | |/
| * [ticket/13036] Complete testsTristan Darricau2014-09-161-0/+120
| | | | | | | | PHPBB3-13036
| * [ticket/13036] Add unit testsTristan Darricau2014-09-161-0/+124
| | | | | | | | PHPBB3-13036
* | Merge branch 'develop-ascraeus' into developMarc Alexander2014-09-161-38/+46
|\ \ | |/
| * [ticket/13034] Fix testsTristan Darricau2014-09-161-3/+4
| | | | | | | | PHPBB3-13034
| * [ticket/13034] Fix the route generated for the frontend not in the phpbb rootTristan Darricau2014-09-041-37/+44
| | | | | | | | PHPBB3-13034
* | Merge branch 'develop-ascraeus' into developJoas Schilling2014-08-102-2/+2
|\ \ | |/ | | | | | | | | | | | | | | | | * develop-ascraeus: [ticket/12932] Remove set_datetime_class method from user class [ticket/12932] Fix tests and calls to create_datetime [ticket/12932] Add method for getting the datetime class and allow overriding Conflicts: phpBB/config/services.yml
| * [ticket/12932] Fix tests and calls to create_datetimeMarc Alexander2014-08-102-2/+2
| | | | | | | | PHPBB3-12932
* | [ticket/11649] Expose Twig through the containerTristan Darricau2014-08-091-1/+22
|/ | | | PHPBB3-11649
* [ticket/12099] Remove config againJoas Schilling2014-06-291-1/+0
| | | | PHPBB3-12099
* [ticket/12099] Add request argument to path_helper servicePico882014-06-291-0/+2
| | | | PHPBB3-12099
* [ticket/12508] Only take a list of names for set_extensions()Joas Schilling2014-06-101-1/+1
| | | | PHPBB3-12508
* [ticket/12508] Move \phpbb\extension\finder to \phpbb\finderJoas Schilling2014-06-101-1/+1
| | | | PHPBB3-12508
* [ticket/12508] Fix usages of the finderJoas Schilling2014-06-101-1/+1
| | | | PHPBB3-12508
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-272-6/+14
| | | | PHPBB3-12594
* [ticket/12529] Move $phpbb_root_path to the end of the constructorTristan Darricau2014-05-111-1/+1
| | | | PHPBB3-12529
* [ticket/12529] Use root_path in controller\resolver to check the template dirTristan Darricau2014-05-111-1/+1
| | | | PHPBB3-12529
* [ticket/11497] Rename set_ext_finder in find_routing_filesTristan Darricau2014-05-052-2/+2
| | | | PHPBB3-11497
* [ticket/11497] Use a mock object to define the root folder for the finderTristan Darricau2014-05-031-2/+2
| | | | PHPBB3-11497
* [ticket/11497] Remove 'ext.finder' from services' listNicofuma2014-05-032-14/+17
| | | | PHPBB3-11497