aboutsummaryrefslogtreecommitdiffstats
path: root/tests/controller/controller_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-2/+3
| | | | PHPBB3-14948
* [ticket/12629] Fix testsrubencm2019-05-091-1/+1
| | | | PHPBB3-12629
* [ticket/13502] Also cover passing object to resolver in testsMarc Alexander2016-04-011-1/+2
| | | | PHPBB3-13502
* [ticket/13502] Test getArguments() method of controller resolverMarc Alexander2016-04-011-11/+46
| | | | PHPBB3-13502
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-2/+0
| | | | PHPBB3-14576
* [ticket/14555] Uniformize cache directory usagesTristan Darricau2016-03-241-1/+1
| | | | PHPBB3-14555
* [ticket/14220] Move route loading to servicesTristan Darricau2015-10-081-4/+7
| | | | PHPBB3-14220
* [ticket/13388] Integrate routing and di parameters resolutionTristan Darricau2015-05-291-1/+4
| | | | PHPBB3-13388
* [ticket/13800] Make router's extension manager dependency optionalMateBartus2015-05-021-1/+1
| | | | PHPBB3-13800
* [ticket/13793] Remove translation on throwing exceptionsMateBartus2015-05-011-1/+1
| | | | PHPBB3-13793
* [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-1/+1
| | | | | | | | | | | | | | | | * 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
* [ticket/13513] Use paths relative to the phpBB root in the routerTristan Darricau2015-01-171-1/+1
| | | | PHPBB3-13513
* [ticket/12620] Fix rebaseTristan Darricau2014-11-201-2/+2
| | | | PHPBB3-12620
* [ticket/12620] Add support of the environments for the ext routing filesTristan Darricau2014-11-201-0/+8
| | | | PHPBB3-12620
* [ticket/13063] Introduces a new \phpbb\routing\router classTristan Darricau2014-11-201-4/+4
| | | | PHPBB3-13063
* [ticket/13338] Add include statements for dependencies.Andreas Fischer2014-11-171-0/+2
| | | | PHPBB3-13338
* [ticket/12932] Fix tests and calls to create_datetimeMarc Alexander2014-08-101-1/+1
| | | | PHPBB3-12932
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | 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-051-1/+1
| | | | PHPBB3-11497
* [ticket/11497] Remove 'ext.finder' from services' listNicofuma2014-05-031-1/+2
| | | | PHPBB3-11497
* [ticket/12480] Remove unused use statementsJoas Schilling2014-05-021-2/+0
| | | | PHPBB3-12480
* [ticket/12480] Add subfolder/config/routing.yml which should not be foundJoas Schilling2014-05-021-0/+2
| | | | PHPBB3-12480
* [ticket/12090] Split finding routes and returning routes into 2 methodsJoas Schilling2014-03-091-1/+1
| | | | PHPBB3-12090
* [ticket/12090] Make provider a service and inject it into the helperJoas Schilling2014-03-081-4/+2
| | | | PHPBB3-12090
* [ticket/12090] Change redirect tests to use route()Joas Schilling2014-03-071-6/+6
| | | | PHPBB3-12090
* [ticket/12090] Pass route name to url() to allow admins to change the routesJoas Schilling2014-03-071-1/+1
| | | | PHPBB3-12090
* [ticket/11948] Check actual result of routesJoas Schilling2013-10-211-1/+8
| | | | PHPBB3-11948
* [ticket/11948] Allow resource importing for routingJoas Schilling2013-10-211-1/+1
| | | | PHPBB3-11948
* [ticket/11948] Add second routing file to testsJoas Schilling2013-10-191-1/+1
| | | | PHPBB3-11948
* [ticket/11700] Fix extension loading with namespacesNils Adermann2013-09-191-4/+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 namespacesNils Adermann2013-09-161-2/+2
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-1/+1
| | | | PHPBB3-11698
* [ticket/11334] Move unit tests for helper->url() into own fileJoas Schilling2013-03-151-11/+0
| | | | PHPBB3-11334
* [ticket/11334] Include functions.php and fix class name in testsJoas Schilling2013-03-151-1/+3
| | | | PHPBB3-11334
* [ticket/11334] Make $phpbb_dispatcher global, as done in append_sid testDavid King2013-03-151-0/+3
| | | | PHPBB3-11334
* [ticket/11334] Add a test for the controller helper URL methodDavid King2013-03-151-0/+6
| | | | PHPBB3-11334
* [feature/controller] Reword comment for clarificationDavid King2012-11-161-4/+3
| | | | PHPBB3-10864
* [feature/controller] Use sizeof() instead of count() as per guidelinesDavid King2012-11-161-1/+1
| | | | PHPBB3-10864
* [feature/controller] Fix testsDavid King2012-11-161-1/+1
| | | | PHPBB3-10864
* [feature/controller] Add _controller attribute to Request after instantiationDavid King2012-11-161-2/+4
| | | | PHPBB3-10864
* [feature/controller] Implement a front controllerDavid King2012-11-161-0/+75
PHPBB3-10864