Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/10586] Remove handle() from abstract class, undo change in index.php | David King | 2012-03-28 | 1 | -1/+1 |
| | | | | PHPBB3-10586 | ||||
* | [ticket/10586] Make the abstract class implement the original interface | David King | 2012-03-28 | 1 | -0/+31 |
| | | | | PHPBB3-10586 | ||||
* | [ticket/10586] Change the interface to an abstract class | David King | 2012-03-28 | 1 | -31/+0 |
| | | | | | | | | | | 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 | ||||
* | [ticket/10586] Extension front controller | David King | 2012-03-19 | 1 | -0/+31 |
Handle extension front pages PHPBB3-10586 |