Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14948] Adjust calls for twig and phpunit updates | Marc Alexander | 2019-05-09 | 1 | -1/+1 |
| | | | | PHPBB3-14948 | ||||
* | [ticket/15508] Remove call to getEnvironment() from parser | François-Xavier de Guillebon | 2019-05-09 | 1 | -1/+1 |
| | | | | PHPBB3-15508 | ||||
* | [ticket/12629] Fix tests | rubencm | 2019-05-09 | 1 | -1/+1 |
| | | | | PHPBB3-12629 | ||||
* | [ticket/14990] Move dispatcher object to the front of the options array | rxu | 2017-04-16 | 1 | -0/+1 |
| | | | | PHPBB3-14990 | ||||
* | Merge pull request #4236 from Nicofuma/ticket/13616 | Máté Bartus | 2016-04-13 | 1 | -2/+1 |
|\ | | | | | [ticket/13616] Uses symfony/proxy-manager-bridge to lazy load twig lexer | ||||
| * | [ticket/13616] Updates direct call to twig environment constructor | Tristan Darricau | 2016-04-03 | 1 | -2/+1 |
| | | | | | | | | PHPBB3-13616 | ||||
* | | Merge pull request #4258 from Nicofuma/ticket/13683-3.2.x | Marc Alexander | 2016-04-07 | 1 | -9/+57 |
|\ \ | |/ |/| | | | [ticket/13683] Respects force_server_vars settings when generating URLs | ||||
| * | [ticket/13683] Fix merge into 3.2.x | Tristan Darricau | 2016-03-29 | 1 | -9/+8 |
| | | | | | | | | PHPBB3-13683 | ||||
| * | Merge branch 'ticket/13683' into ticket/13683-3.2.x | Tristan Darricau | 2016-03-29 | 1 | -9/+58 |
| |\ | | | | | | | | | | | | | | | | | | | * ticket/13683: [ticket/13683] Updates tests [ticket/13683] Fix more cases [ticket/13683] Respects force_server_vars settings when generating URLs | ||||
| | * | [ticket/13683] Updates tests | Tristan Darricau | 2016-03-29 | 1 | -8/+8 |
| | | | | | | | | | | | | PHPBB3-13683 | ||||
| | * | [ticket/13683] Fix more cases | Tristan Darricau | 2016-03-29 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-13683 | ||||
| | * | [ticket/13683] Respects force_server_vars settings when generating URLs | Tristan Darricau | 2016-03-29 | 1 | -17/+63 |
| | | | | | | | | | | | | PHPBB3-13683 | ||||
* | | | [ticket/14576] Move common required files to bootstrap | Matt Friedman | 2016-03-31 | 1 | -2/+0 |
|/ / | | | | | | | PHPBB3-14576 | ||||
* | | [ticket/14555] Uniformize cache directory usages | Tristan Darricau | 2016-03-24 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-14555 | ||||
* | | [ticket/14220] Move route loading to services | Tristan Darricau | 2015-10-08 | 1 | -3/+5 |
| | | | | | | | | PHPBB3-14220 | ||||
* | | [ticket/13645] Move the feeds to controllers | Nicofuma | 2015-08-23 | 1 | -8/+17 |
| | | | | | | | | PHPBB3-13645 | ||||
* | | [ticket/13388] Integrate routing and di parameters resolution | Tristan Darricau | 2015-05-29 | 1 | -1/+23 |
| | | | | | | | | PHPBB3-13388 | ||||
* | | Merge pull request #3581 from MateBartus/ticket/13804 | Nicofuma | 2015-05-14 | 1 | -1/+1 |
|\ \ | | | | | | | | | | [ticket/13804] Make template's user dependency optional | ||||
| * | | [ticket/13804] Make template's user dependency optional | MateBartus | 2015-05-05 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-13804 | ||||
* | | | Merge pull request #3577 from MateBartus/ticket/13800 | Nicofuma | 2015-05-14 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | | | | [ticket/13800] Make router's extension manager dependency optional | ||||
| * | | [ticket/13800] Make router's extension manager dependency optional | MateBartus | 2015-05-02 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-13800 | ||||
* | | | [ticket/13638] Inject $filesystem in \phpbb\template\asset | Nicofuma | 2015-05-05 | 1 | -0/+1 |
|/ / | | | | | | | PHPBB3-13638 | ||||
* | | [ticket/13762] Moving language related functionality into a separate class | MateBartus | 2015-05-02 | 1 | -1/+3 |
| | | | | | | | | PHPBB3-13762 | ||||
* | | Merge pull request #3487 from MateBartus/ticket/13697 | Tristan Darricau | 2015-04-16 | 1 | -3/+3 |
|\ \ | | | | | | | | | | [ticket/13697] Moving filesystem related functions to filesystem service | ||||
| * | | [ticket/13697] Moving filesystem related functions to filesystem service | MateBartus | 2015-04-16 | 1 | -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 Schilling | 2015-04-06 | 1 | -1/+6 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | [ticket/13493] Append page name to base url if it doesn't contain it | Marc Alexander | 2015-02-11 | 1 | -1/+6 |
| | | | | | | | | PHPBB3-13493 | ||||
* | | [ticket/13513] Use paths relative to the phpBB root in the router | Tristan Darricau | 2015-01-17 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-13513 | ||||
* | | [ticket/12620] Fix rebase | Tristan Darricau | 2014-11-20 | 1 | -3/+3 |
| | | | | | | | | PHPBB3-12620 | ||||
* | | [ticket/12620] Add support of the environments for the ext routing files | Tristan Darricau | 2014-11-20 | 1 | -6/+0 |
| | | | | | | | | PHPBB3-12620 | ||||
* | | [ticket/13063] Fix tests after rebase | Tristan Darricau | 2014-11-20 | 1 | -16/+16 |
| | | | | | | | | PHPBB3-13063 | ||||
* | | [ticket/13063] Introduces a new \phpbb\routing\router class | Tristan Darricau | 2014-11-20 | 1 | -11/+12 |
| | | | | | | | | PHPBB3-13063 | ||||
* | | Merge branch 'develop-ascraeus' into develop | Nils Adermann | 2014-11-16 | 1 | -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 object | Tristan Darricau | 2014-11-16 | 1 | -16/+16 |
| | | | | | | | | PHPBB3-13280 | ||||
* | | Merge branch 'develop-ascraeus' into develop | Nils Adermann | 2014-09-29 | 1 | -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.php | Tristan Darricau | 2014-09-28 | 1 | -96/+101 |
| | | | | | | | | PHPBB3-13113 | ||||
* | | Merge branch 'ticket/13073' into ticket/13073-develop | Marc Alexander | 2014-09-19 | 1 | -4/+35 |
|/ | | | | | Conflicts: tests/controller/common_helper_route.php | ||||
* | [ticket/13073] Remove _test suffix from common test class | Marc Alexander | 2014-09-19 | 1 | -0/+411 |
PHPBB3-13073 |