Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/11948] Check actual result of routes | Joas Schilling | 2013-10-21 | 1 | -1/+8 |
| | | | | PHPBB3-11948 | ||||
* | [ticket/11948] Allow resource importing for routing | Joas Schilling | 2013-10-21 | 1 | -1/+1 |
| | | | | PHPBB3-11948 | ||||
* | [ticket/11948] Add second routing file to tests | Joas Schilling | 2013-10-19 | 1 | -1/+1 |
| | | | | PHPBB3-11948 | ||||
* | [ticket/11700] Fix extension loading with namespaces | Nils Adermann | 2013-09-19 | 1 | -4/+4 |
| | | | | | | | class loader now expects all classes to be prefixed with a backslash when resolving paths PHPBB3-11700 | ||||
* | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 1 | -2/+2 |
| | | | | PHPBB3-11700 | ||||
* | [ticket/11698] Moving all autoloadable files to phpbb/ | Nils Adermann | 2013-07-14 | 1 | -1/+1 |
| | | | | PHPBB3-11698 | ||||
* | [ticket/11334] Move unit tests for helper->url() into own file | Joas Schilling | 2013-03-15 | 1 | -11/+0 |
| | | | | 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] 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 | 1 | -0/+75 |
PHPBB3-10864 |