aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/controller
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11334] Make url helper method publicDavid King2013-03-151-1/+1
| | | | PHPBB3-11334
* [ticket/11334] Add a test for the controller helper URL methodDavid King2013-03-151-1/+1
| | | | PHPBB3-11334
* [ticket/11334] Properly generate controller URL until paths issue gets fixedDavid King2013-03-151-8/+5
| | | | PHPBB3-11334
* [feature/controller] Allow injecting Symfony Request into controllersDavid King2012-11-171-0/+4
| | | | PHPBB3-10864
* [feature/controller] Flip method parameters, require $messageDavid King2012-11-161-2/+2
| | | | PHPBB3-10864
* [feature/controller] Rename $root_path class property to $phpbb_root_pathDavid King2012-11-161-5/+5
| | | | PHPBB3-10864
* [feature/controller] Fix param block for controller callableDavid King2012-11-161-1/+1
| | | | PHPBB3-10864
* [feature/controller] Correctly access user objectDavid King2012-11-161-1/+1
| | | | PHPBB3-10864
* [feature/controller] Rename improperly named controller exception classDavid King2012-11-161-1/+1
| | | | PHPBB3-10864
* [feature/controller] phpbb_controller_exception instead of RuntimeExceptionDavid King2012-11-162-5/+30
| | | | PHPBB3-10864
* [feature/controller] Rename get_paths to import_paths_from_finderDavid King2012-11-161-16/+4
| | | | | | Also removed unused variable from url_matcher function PHPBB3-10864
* [feature/controller] Remove URL Base from helper classDavid King2012-11-161-21/+1
| | | | | | | | I had forgotten that the container sends the same instance of objects to all services that request it, so in this case all controllers would share the same base url path, which is not desired. PHPBB3-10864
* [feature/controller] Use a dumped url matcher class to improve performanceDavid King2012-11-161-36/+0
| | | | PHPBB3-10864
* [feature/controller] Use assign_display() instead of return_display()David King2012-11-161-1/+1
| | | | | | The latter was deemed unnecessary at the moment. PHPBB3-10864
* [feature/controller] Inject dependencies instead of containerDavid King2012-11-161-21/+21
| | | | PHPBB3-10864
* [feature/controller] includes/functions.php is included by defaultDavid King2012-11-161-5/+0
| | | | PHPBB3-10864
* [feature/controller] Implement a front controllerDavid King2012-11-164-0/+395
PHPBB3-10864