aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/app.php
Commit message (Collapse)AuthorAgeFilesLines
* [feature/controller] Remove unused language stringsDavid King2012-11-181-6/+0
| | | | PHPBB3-10864
* [feature/controller] Don't use $user->lang() before container compilationDavid King2012-11-181-5/+0
| | | | PHPBB3-10864
* [feature/controller] Don't allow a kernel listener to be added with no methodDavid King2012-11-161-0/+1
| | | | PHPBB3-10864
* [feature/controller] Implement a front controllerDavid King2012-11-161-0/+59
PHPBB3-10864