aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_url_matcher.php
Commit message (Collapse)AuthorAgeFilesLines
* [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