aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/extension/controller.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11054] Fixed $config var descriptionDavid King2012-08-151-2/+2
* [ticket/11054] The user class is phpbb_userDavid King2012-08-141-1/+1
* [ticket/11054] Fixed documentation syntax for @var in extension/controller.phpDavid King2012-08-141-7/+14
* [ticket/11041] Correctly import PHP file extension from global space.Andreas Fischer2012-08-021-2/+2
* [ticket/11012] Normalize $phpEx member vars to $php_extIgor Wiedler2012-07-211-3/+3
* [ticket/10586] Added visibility indication to __construct()David King2012-03-281-1/+1
* [ticket/10586] Remove handle() from abstract class, undo change in index.phpDavid King2012-03-281-7/+0
* [ticket/10586] Do not pass as referenceDavid King2012-03-281-6/+5
* [ticket/10586] Make the abstract class implement the original interfaceDavid King2012-03-281-1/+1
* [ticket/10586] Change the interface to an abstract classDavid King2012-03-281-0/+85