aboutsummaryrefslogtreecommitdiffstats
path: root/tests/controller/common_helper_route.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13388] Integrate routing and di parameters resolutionTristan Darricau2015-05-291-1/+23
| | | | PHPBB3-13388
* Merge pull request #3581 from MateBartus/ticket/13804Nicofuma2015-05-141-1/+1
|\ | | | | | | [ticket/13804] Make template's user dependency optional
| * [ticket/13804] Make template's user dependency optionalMateBartus2015-05-051-1/+1
| | | | | | | | PHPBB3-13804
* | Merge pull request #3577 from MateBartus/ticket/13800Nicofuma2015-05-141-1/+1
|\ \ | |/ |/| | | [ticket/13800] Make router's extension manager dependency optional
| * [ticket/13800] Make router's extension manager dependency optionalMateBartus2015-05-021-1/+1
| | | | | | | | PHPBB3-13800
* | [ticket/13638] Inject $filesystem in \phpbb\template\assetNicofuma2015-05-051-0/+1
|/ | | | PHPBB3-13638
* [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-021-1/+3
| | | | PHPBB3-13762
* Merge pull request #3487 from MateBartus/ticket/13697Tristan Darricau2015-04-161-3/+3
|\ | | | | | | [ticket/13697] Moving filesystem related functions to filesystem service
| * [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Moving filesystem service to \phpbb\filesystem namespace * Wraping Symfony's Filesystem component * Moving filesystem related functions from includes/functions.php into \phpbb\filesystem\filesystem Functions moved (and deprecated): - phpbb_chmod - phpbb_is_writable - phpbb_is_absolute - phpbb_own_realpath - phpbb_realpath * Adding interface for filesystem service PHPBB3-13697
* | Merge branch '3.1.x'Joas Schilling2015-04-061-1/+6
|\ \ | |/ |/|
| * [ticket/13493] Append page name to base url if it doesn't contain itMarc Alexander2015-02-111-1/+6
| | | | | | | | PHPBB3-13493
* | [ticket/13513] Use paths relative to the phpBB root in the routerTristan Darricau2015-01-171-1/+1
| | | | | | | | PHPBB3-13513
* | [ticket/12620] Fix rebaseTristan Darricau2014-11-201-3/+3
| | | | | | | | PHPBB3-12620
* | [ticket/12620] Add support of the environments for the ext routing filesTristan Darricau2014-11-201-6/+0
| | | | | | | | PHPBB3-12620
* | [ticket/13063] Fix tests after rebaseTristan Darricau2014-11-201-16/+16
| | | | | | | | PHPBB3-13063
* | [ticket/13063] Introduces a new \phpbb\routing\router classTristan Darricau2014-11-201-11/+12
| | | | | | | | PHPBB3-13063
* | Merge branch 'develop-ascraeus' into developNils Adermann2014-11-161-16/+16
|\ \ | |/ | | | | | | | | | | | | * develop-ascraeus: [ticket/13280] Output escaping for the symfony request object [ticket/13280] Add new tests [ticket/13280] Make the tests failing [ticket/13280] Revert "Merge pull request #3107 from marc1706/ticket/13280"
| * [ticket/13280] Output escaping for the symfony request objectTristan Darricau2014-11-161-16/+16
| | | | | | | | PHPBB3-13280
* | Merge branch 'develop-ascraeus' into developNils Adermann2014-09-291-96/+101
|\ \ | |/ | | | | | | * develop-ascraeus: [ticket/13113] Updates the base url only when the front-end isn't app.php
| * [ticket/13113] Updates the base url only when the front-end isn't app.phpTristan Darricau2014-09-281-96/+101
| | | | | | | | PHPBB3-13113
* | Merge branch 'ticket/13073' into ticket/13073-developMarc Alexander2014-09-191-4/+35
|/ | | | | Conflicts: tests/controller/common_helper_route.php
* [ticket/13073] Remove _test suffix from common test classMarc Alexander2014-09-191-0/+411
PHPBB3-13073