Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/11698] Moving all autoloadable files to phpbb/ | Nils Adermann | 2013-07-14 | 2 | -1/+1 |
| | | | | PHPBB3-11698 | ||||
* | [feature/twig] Remove style dependency for controller helper | Nathan Guse | 2013-07-05 | 1 | -1/+1 |
| | | | | | | If a controller wants to use set_style, it can just use phpbb_style PHPBB3-11598 | ||||
* | [feature/twig] Fix helper URL test | Nathaniel Guse | 2013-07-04 | 1 | -1/+4 |
| | | | | PHPBB3-11598 | ||||
* | [feature/twig] Remove resource locator dependency from template | Nathaniel Guse | 2013-07-01 | 1 | -2/+1 |
| | | | | PHPBB3-11598 | ||||
* | [feature/twig] Fix controller/helper_url_test (missing globals) | Nathan Guse | 2013-06-24 | 1 | -1/+1 |
| | | | | PHPBB3-11598 | ||||
* | [feature/twig] Use phpbb_template_twig in tests | Nathan Guse | 2013-06-12 | 1 | -1/+1 |
| | | | | | | Replace all new phpbb_template( with new phpbb_template_twig( PHPBB3-11598 | ||||
* | [ticket/11335] (tests) 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 | -3/+3 |
| | | | | PHPBB3-11334 | ||||
* | [ticket/11334] Fix copyright year in test file | Joas Schilling | 2013-03-15 | 1 | -1/+1 |
| | | | | PHPBB3-11334 | ||||
* | [ticket/11334] Use mocks instead of making parameters optional | Joas Schilling | 2013-03-15 | 1 | -1/+5 |
| | | | | PHPBB3-11334 | ||||
* | [ticket/11334] Move unit tests for helper->url() into own file | Joas Schilling | 2013-03-15 | 2 | -11/+55 |
| | | | | PHPBB3-11334 | ||||
* | [ticket/11334] Include functions.php and fix class name in tests | Joas Schilling | 2013-03-15 | 1 | -1/+3 |
| | | | | PHPBB3-11334 | ||||
* | [ticket/11334] Make $phpbb_dispatcher global, as done in append_sid test | David King | 2013-03-15 | 1 | -0/+3 |
| | | | | PHPBB3-11334 | ||||
* | [ticket/11334] Add a test for the controller helper URL method | David King | 2013-03-15 | 1 | -0/+6 |
| | | | | PHPBB3-11334 | ||||
* | [feature/controller] Reword comment for clarification | David King | 2012-11-16 | 1 | -4/+3 |
| | | | | PHPBB3-10864 | ||||
* | [feature/controller] Use sizeof() instead of count() as per guidelines | David King | 2012-11-16 | 1 | -1/+1 |
| | | | | PHPBB3-10864 | ||||
* | [feature/controller] Fix tests | David King | 2012-11-16 | 1 | -1/+1 |
| | | | | PHPBB3-10864 | ||||
* | [feature/controller] Removed another empty construct method | David King | 2012-11-16 | 1 | -7/+0 |
| | | | | PHPBB3-10864 | ||||
* | [feature/controller] Remove empty __construct() method | David King | 2012-11-16 | 1 | -7/+0 |
| | | | | PHPBB3-10864 | ||||
* | [feature/controller] Add _controller attribute to Request after instantiation | David King | 2012-11-16 | 1 | -2/+4 |
| | | | | PHPBB3-10864 | ||||
* | [feature/controller] Implement a front controller | David King | 2012-11-16 | 7 | -0/+133 |
PHPBB3-10864 |