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