aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_url_matcher.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12620] Remove the old includes/functions_url_matcher.php fileTristan Darricau2014-11-211-102/+0
| | | | PHPBB3-12620
* [ticket/12620] Fix testsTristan Darricau2014-11-201-2/+6
| | | | PHPBB3-12620
* [ticket/12620] Fix coding styleTristan Darricau2014-11-201-2/+1
| | | | PHPBB3-12620
* [ticket/12620] Use the container to get the environment nameTristan Darricau2014-11-201-2/+6
| | | | PHPBB3-12620
* [ticket/12620] Uses a cache directory per environmentTristan Darricau2014-11-201-25/+8
| | | | PHPBB3-12620
* [ticket/12620] Fix download/file.php and app.php outside of the root_pathTristan Darricau2014-11-201-4/+4
| | | | PHPBB3-12620
* [ticket/12620] Add support of the environments for the ext routing filesTristan Darricau2014-11-201-2/+2
| | | | PHPBB3-12620
* [ticket/12557] Fix php file descriptionn-aleha2014-08-071-4/+4
| | | | PHPBB3-12557
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/11497] Rename set_ext_finder in find_routing_filesTristan Darricau2014-05-051-2/+2
| | | | PHPBB3-11497
* [ticket/11497] Remove 'ext.finder' from services' listNicofuma2014-05-031-10/+12
| | | | PHPBB3-11497
* [ticket/12090] Split finding routes and returning routes into 2 methodsJoas Schilling2014-03-091-2/+2
| | | | PHPBB3-12090
* [ticket/12090] Make provider a service and inject it into the helperJoas Schilling2014-03-081-4/+4
| | | | PHPBB3-12090
* [ticket/11948] Allow resource importing for routingJoas Schilling2013-10-211-4/+4
| | | | PHPBB3-11948
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-8/+8
| | | | PHPBB3-11700
* [ticket/11335] (kernel request subscriber) Make php_ext 'php' not '.php'Nathan Guse2013-04-241-3/+3
| | | | PHPBB3-11335
* [feature/controller] Rename get_paths to import_paths_from_finderDavid King2012-11-161-5/+5
| | | | | | Also removed unused variable from url_matcher function PHPBB3-10864
* [feature/controller] A few minor nitpickingsDavid King2012-11-161-2/+3
| | | | PHPBB3-10864
* [feature/controller] Further separate url matcher functionalityDavid King2012-11-161-24/+61
| | | | PHPBB3-10864
* [feature/controller] Move new functions to their own fileDavid King2012-11-161-0/+68
PHPBB3-10864