aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/controller/provider.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13063] Introduces a new \phpbb\routing\router classTristan Darricau2014-11-201-92/+0
| | | | PHPBB3-13063
* [ticket/13008] Use an absolute path with the FileLocator for the routing filesTristan Darricau2014-08-231-1/+1
| | | | PHPBB3-13008
* [ticket/12715] Cleanup comments in \phpbb\controller\*Tristan Darricau2014-06-151-3/+5
| | | | PHPBB3-12715
* [ticket/12508] Move \phpbb\extension\finder to \phpbb\finderJoas Schilling2014-06-101-2/+2
| | | | PHPBB3-12508
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
| | | | PHPBB3-12594
* [ticket/11497] Rename set_ext_finder in find_routing_filesTristan Darricau2014-05-051-1/+1
| | | | PHPBB3-11497
* [ticket/11497] Fix the path for the finder in controller_providerNicofuma2014-05-031-1/+1
| | | | PHPBB3-11497
* [ticket/11497] Remove 'ext.finder' from services' listNicofuma2014-05-031-11/+15
| | | | PHPBB3-11497
* [ticket/12480] Only load config/routing.yml from extensions routeJoas Schilling2014-05-021-1/+1
| | | | PHPBB3-12480
* [ticket/12090] Split finding routes and returning routes into 2 methodsJoas Schilling2014-03-091-5/+21
| | | | PHPBB3-12090
* [ticket/12090] Make provider a service and inject it into the helperJoas Schilling2014-03-081-19/+11
| | | | PHPBB3-12090
* [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
| | | | PHPBB3-11980
* [ticket/11948] Allow resource importing for routingJoas Schilling2013-10-211-4/+3
| | | | PHPBB3-11948
* [ticket/11948] Use basename and dirnameJoas Schilling2013-10-201-6/+2
| | | | PHPBB3-11948
* [ticket/11948] Allow multiple routing files for extensionsJoas Schilling2013-10-191-9/+13
| | | | PHPBB3-11948
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-2/+4
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+82
PHPBB3-11698