aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/controller/helper.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11334] Make url helper method publicDavid King2013-03-151-1/+1
* [ticket/11334] Add a test for the controller helper URL methodDavid King2013-03-151-1/+1
* [ticket/11334] Properly generate controller URL until paths issue gets fixedDavid King2013-03-151-8/+5
* [feature/controller] Flip method parameters, require $messageDavid King2012-11-161-2/+2
* [feature/controller] Rename $root_path class property to $phpbb_root_pathDavid King2012-11-161-5/+5
* [feature/controller] Remove URL Base from helper classDavid King2012-11-161-21/+1
* [feature/controller] Use assign_display() instead of return_display()David King2012-11-161-1/+1
* [feature/controller] Inject dependencies instead of containerDavid King2012-11-161-21/+21
* [feature/controller] includes/functions.php is included by defaultDavid King2012-11-161-5/+0
* [feature/controller] Implement a front controllerDavid King2012-11-161-0/+142