| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/11054] Fixed $config var description | David King | 2012-08-15 | 1 | -2/+2 |
| | | | | | PHPBB3-11054 | ||||
| * | [ticket/11054] The user class is phpbb_user | David King | 2012-08-14 | 1 | -1/+1 |
| | | | | | PHPBB3-11054 | ||||
| * | [ticket/11054] Fixed documentation syntax for @var in extension/controller.php | David King | 2012-08-14 | 1 | -7/+14 |
| | | | | | PHPBB3-11054 | ||||
| * | [ticket/11041] Correctly import PHP file extension from global space. | Andreas Fischer | 2012-08-02 | 1 | -2/+2 |
| | | | | | | | | 85bcdbad468cd255a02d6c48b2dcd1d128978eed shouldn't have changed imports of "global $phpEx". PHPBB3-11041 | ||||
| * | [ticket/11012] Normalize $phpEx member vars to $php_ext | Igor Wiedler | 2012-07-21 | 1 | -3/+3 |
| | | | | | PHPBB3-11012 | ||||
| * | [ticket/10586] Added visibility indication to __construct() | David King | 2012-03-28 | 1 | -1/+1 |
| | | | | | PHPBB3-10586 | ||||
| * | [ticket/10586] Remove handle() from abstract class, undo change in index.php | David King | 2012-03-28 | 1 | -7/+0 |
| | | | | | PHPBB3-10586 | ||||
| * | [ticket/10586] Do not pass as reference | David King | 2012-03-28 | 1 | -6/+5 |
| | | | | | PHPBB3-10586 | ||||
| * | [ticket/10586] Make the abstract class implement the original interface | David King | 2012-03-28 | 1 | -1/+1 |
| | | | | | PHPBB3-10586 | ||||
| * | [ticket/10586] Change the interface to an abstract class | David King | 2012-03-28 | 1 | -0/+85 |
| This allows the common phpBB objects to be automatically accessible to extensions without the author having to globalize and assign each one himself. This is better because it also gives purpose to the phpbb_extension_controller class; instead of just being the way to ensure a handle() method is present, it also does this work for us. PHPBB3-10586 | |||||
