aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/app.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+3
* [ticket/12620] Fix testsTristan Darricau2014-11-211-1/+0
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* [ticket/11852] Split filesystem and path_helper into 2 classesJoas Schilling2013-09-261-0/+1
* [ticket/11215] Correct paths when path info is used for controller accessDavid King2013-07-061-1/+0
* [feature/controller] Check for proper status codes from controllersDavid King2012-11-191-6/+1
* [feature/controller] Create Symfony Request in new functionDavid King2012-11-181-4/+2
* [feature/controller] Use query string, not path info, for controller accessDavid King2012-11-171-0/+8
* [feature/controller] Add period before $phpExDavid King2012-11-161-1/+1
* [feature/controller] Fix use of $this in global scopeDavid King2012-11-161-1/+1
* [feature/controller] Move include to app.phpDavid King2012-11-161-0/+1
* [feature/controller] Implement a front controllerDavid King2012-11-161-0/+29