Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [feature/twig] Remove style dependency for controller helper | Nathan Guse | 2013-07-05 | 1 | -24/+1 |
| | | | | | | If a controller wants to use set_style, it can just use phpbb_style PHPBB3-11598 | ||||
* | [feature/twig] Make style dependency optional for resolver | Nathaniel Guse | 2013-07-04 | 1 | -2/+2 |
| | | | | PHPBB3-11598 | ||||
* | [feature/twig] Safety check for 2fb48d6 | Nathaniel Guse | 2013-07-04 | 1 | -1/+1 |
| | | | | PHPBB3-11598 | ||||
* | [feature/twig] Attempt to automatically set style dir for ext controllers | Nathaniel Guse | 2013-07-04 | 1 | -1/+27 |
| | | | | | | Extension authors can change it themselves if necessary PHPBB3-11598 | ||||
* | [feature/twig] Add set_style function to controller helper | Nathaniel Guse | 2013-07-04 | 1 | -1/+24 |
| | | | | PHPBB3-11598 | ||||
* | [ticket/11335] (controller/helper.php) Make php_ext 'php' not '.php' | Nathan Guse | 2013-04-24 | 1 | -1/+1 |
| | | | | PHPBB3-11335 | ||||
* | [ticket/11334] Allow parameters to be specified in the route | Joas Schilling | 2013-03-15 | 1 | -1/+8 |
| | | | | PHPBB3-11334 | ||||
* | [ticket/11334] Use mocks instead of making parameters optional | Joas Schilling | 2013-03-15 | 1 | -1/+1 |
| | | | | PHPBB3-11334 | ||||
* | [ticket/11334] Expand functionality of helper->url() | Joas Schilling | 2013-03-15 | 1 | -3/+21 |
| | | | | | | | Expanded the functionality of helper->url() to support all parameters of append_sid() itself. PHPBB3-11334 | ||||
* | [ticket/11334] Remove extraneous period | David King | 2013-03-15 | 1 | -1/+1 |
| | | | | PHPBB3-11334 | ||||
* | [ticket/11334] Make url helper method public | David King | 2013-03-15 | 1 | -1/+1 |
| | | | | PHPBB3-11334 | ||||
* | [ticket/11334] Add a test for the controller helper URL method | David King | 2013-03-15 | 1 | -1/+1 |
| | | | | PHPBB3-11334 | ||||
* | [ticket/11334] Properly generate controller URL until paths issue gets fixed | David King | 2013-03-15 | 1 | -8/+5 |
| | | | | PHPBB3-11334 | ||||
* | [feature/controller] Allow injecting Symfony Request into controllers | David King | 2012-11-17 | 1 | -0/+4 |
| | | | | PHPBB3-10864 | ||||
* | [feature/controller] Flip method parameters, require $message | David King | 2012-11-16 | 1 | -2/+2 |
| | | | | PHPBB3-10864 | ||||
* | [feature/controller] Rename $root_path class property to $phpbb_root_path | David King | 2012-11-16 | 1 | -5/+5 |
| | | | | PHPBB3-10864 | ||||
* | [feature/controller] Fix param block for controller callable | David King | 2012-11-16 | 1 | -1/+1 |
| | | | | PHPBB3-10864 | ||||
* | [feature/controller] Correctly access user object | David King | 2012-11-16 | 1 | -1/+1 |
| | | | | PHPBB3-10864 | ||||
* | [feature/controller] Rename improperly named controller exception class | David King | 2012-11-16 | 1 | -1/+1 |
| | | | | PHPBB3-10864 | ||||
* | [feature/controller] phpbb_controller_exception instead of RuntimeException | David King | 2012-11-16 | 2 | -5/+30 |
| | | | | PHPBB3-10864 | ||||
* | [feature/controller] Rename get_paths to import_paths_from_finder | David King | 2012-11-16 | 1 | -16/+4 |
| | | | | | | Also removed unused variable from url_matcher function PHPBB3-10864 | ||||
* | [feature/controller] Remove URL Base from helper class | David King | 2012-11-16 | 1 | -21/+1 |
| | | | | | | | | I had forgotten that the container sends the same instance of objects to all services that request it, so in this case all controllers would share the same base url path, which is not desired. PHPBB3-10864 | ||||
* | [feature/controller] Use a dumped url matcher class to improve performance | David King | 2012-11-16 | 1 | -36/+0 |
| | | | | PHPBB3-10864 | ||||
* | [feature/controller] Use assign_display() instead of return_display() | David King | 2012-11-16 | 1 | -1/+1 |
| | | | | | | The latter was deemed unnecessary at the moment. PHPBB3-10864 | ||||
* | [feature/controller] Inject dependencies instead of container | David King | 2012-11-16 | 1 | -21/+21 |
| | | | | PHPBB3-10864 | ||||
* | [feature/controller] includes/functions.php is included by default | David King | 2012-11-16 | 1 | -5/+0 |
| | | | | PHPBB3-10864 | ||||
* | [feature/controller] Implement a front controller | David King | 2012-11-16 | 4 | -0/+395 |
PHPBB3-10864 |