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/12629] Fix tests | rubencm | 2019-05-09 | 1 | -1/+1 |
| | | | | PHPBB3-12629 | ||||
* | [ticket/14972] Migrate from deprecated getMock() method to createMock() | rxu | 2019-05-08 | 1 | -1/+1 |
| | | | | PHPBB3-14972 | ||||
* | [ticket/14971] Add on_page test with the string arguments | rxu | 2017-01-08 | 1 | -0/+6 |
| | | | | PHPBB3-14971 | ||||
* | [ticket/12610] Add command to check if the board is up to date. | Etienne Baroux | 2016-12-03 | 1 | -1/+2 |
| | | | | PHPBB3-12610 | ||||
* | [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/+6 |
| | | | | PHPBB3-14220 | ||||
* | [ticket/13645] Move the feeds to controllers | Nicofuma | 2015-08-23 | 1 | -1/+2 |
| | | | | PHPBB3-13645 | ||||
* | [ticket/13388] Integrate routing and di parameters resolution | Tristan Darricau | 2015-05-29 | 1 | -1/+1 |
| | | | | PHPBB3-13388 | ||||
* | [ticket/13800] Make router's extension manager dependency optional | MateBartus | 2015-05-02 | 1 | -1/+1 |
| | | | | PHPBB3-13800 | ||||
* | [ticket/13762] Moving language related functionality into a separate class | MateBartus | 2015-05-02 | 1 | -2/+5 |
| | | | | PHPBB3-13762 | ||||
* | [ticket/13697] Moving filesystem related functions to filesystem service | MateBartus | 2015-04-16 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | * 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 pull request #3303 from Nicofuma/ticket/13513 | Marc Alexander | 2015-02-26 | 1 | -1/+1 |
|\ | | | | | | | [ticket/13513] Use paths relative to the phpBB root in the router | ||||
| * | [ticket/13513] Use paths relative to the phpBB root in the router | Tristan Darricau | 2015-01-17 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-13513 | ||||
* | | Merge branch 'develop-ascraeus' into develop | Andreas Fischer | 2015-02-03 | 3 | -0/+72 |
|\ \ | |/ |/| | | | | | | | | | * develop-ascraeus: [ticket/13538] Add tests for double nested pagination loop [ticket/13538] Fix tests for pagination in nested loop [ticket/13538] Add test for pagination in nested loop | ||||
| * | [ticket/13538] Add tests for double nested pagination loop | Marc Alexander | 2015-01-24 | 2 | -0/+39 |
| | | | | | | | | PHPBB3-13538 | ||||
| * | [ticket/13538] Fix tests for pagination in nested loop | Marc Alexander | 2015-01-24 | 2 | -2/+7 |
| | | | | | | | | PHPBB3-13538 | ||||
| * | [ticket/13538] Add test for pagination in nested loop | Marc Alexander | 2015-01-23 | 2 | -0/+28 |
| | | | | | | | | PHPBB3-13538 | ||||
* | | Merge branch 'develop-ascraeus' into develop | Marc Alexander | 2014-11-26 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | [ticket/13389] Replace pattern with path | Tristan Darricau | 2014-11-26 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-13389 | ||||
* | | [ticket/12620] Fix rebase | Tristan Darricau | 2014-11-20 | 1 | -8/+2 |
| | | | | | | | | PHPBB3-12620 | ||||
* | | [ticket/12620] Move the routing.yml file to routing/environment.yml | Tristan Darricau | 2014-11-20 | 1 | -0/+0 |
| | | | | | | | | PHPBB3-12620 | ||||
* | | [ticket/12620] Use the test environment for the tests | Tristan Darricau | 2014-11-20 | 1 | -0/+0 |
| | | | | | | | | PHPBB3-12620 | ||||
* | | [ticket/12620] Updates test environment (production => development) | Tristan Darricau | 2014-11-20 | 1 | -0/+0 |
| | | | | | | | | PHPBB3-12620 | ||||
* | | [ticket/12620] Fix tests | Tristan Darricau | 2014-11-20 | 1 | -0/+0 |
| | | | | | | | | PHPBB3-12620 | ||||
* | | [ticket/13063] Fix tests after rebase | Tristan Darricau | 2014-11-20 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-13063 | ||||
* | | [ticket/13063] Introduces a new \phpbb\routing\router class | Tristan Darricau | 2014-11-20 | 1 | -4/+4 |
|/ | | | | PHPBB3-13063 | ||||
* | [ticket/13280] Output escaping for the symfony request object | Tristan Darricau | 2014-11-16 | 1 | -1/+1 |
| | | | | PHPBB3-13280 | ||||
* | [ticket/13059] Add core event to generate_page_link() | rxu | 2014-10-01 | 1 | -2/+2 |
| | | | | | | | | Add core event to generate_page_link() to allow overriding/modifying pagination URLs. Event request: http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=45905 PHPBB3-13059 | ||||
* | [ticket/13034] Fix tests | Tristan Darricau | 2014-09-16 | 1 | -2/+3 |
| | | | | PHPBB3-13034 | ||||
* | [ticket/13034] Fix unit tests | Tristan Darricau | 2014-09-04 | 1 | -23/+33 |
| | | | | PHPBB3-13034 | ||||
* | [ticket/12932] Fix tests and calls to create_datetime | Marc Alexander | 2014-08-10 | 1 | -1/+1 |
| | | | | PHPBB3-12932 | ||||
* | Merge remote-tracking branch 'PayBas/ticket/12613' into develop-ascraeus | Cesar G | 2014-06-14 | 1 | -2/+0 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PayBas/ticket/12613: (25 commits) [ticket/12613] Add distinction between top/bottom action-bar [ticket/12613] Replaced topic-actions with action-bar [ticket/12613] Remove responsive linklist from memberlist [ticket/12613] Remove unnecessary checks and clean up CSS [ticket/12613] role="navigation" not allowed on <ul> [ticket/12613] Improved screen reader functionality [ticket/12613] Removed unnecessary checks [ticket/12613] Set fixed font-size [ticket/12613] Slightly better icons [ticket/12613] Typo and L_COLON [ticket/12613] Small inconsistency fixes [ticket/12613] Don't display page-jump if all pages are visible (6) [ticket/12613] Fixes from comments (single quotes and typos) [ticket/12613] Minor $bull; and <hr> fix [ticket/12613] Pagination should never be in responsive linklist [ticket/12613] Minor CSS fixes [ticket/12613] Dropdown-visible page-jump icon, fix focus() timing [ticket/12613] Renamed jump-to to page-jump to prevent confusion [ticket/12613] Removed form in order to prevent nested forms [ticket/12613] Fix functional test and post sorting bug ... | ||||
| * | [ticket/12613] Fix tests | PayBas | 2014-06-05 | 1 | -2/+0 |
| | | | | | | | | PHPBB3-12613 | ||||
* | | [ticket/12508] Only take a list of names for set_extensions() | Joas Schilling | 2014-06-10 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-12508 | ||||
* | | [ticket/12508] Move \phpbb\extension\finder to \phpbb\finder | Joas Schilling | 2014-06-10 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-12508 | ||||
* | | [ticket/12508] Fix usages of the finder | Joas Schilling | 2014-06-10 | 1 | -3/+3 |
|/ | | | | PHPBB3-12508 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -3/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/11497] Rename set_ext_finder in find_routing_files | Tristan Darricau | 2014-05-05 | 1 | -1/+1 |
| | | | | PHPBB3-11497 | ||||
* | [ticket/11497] Fix pagination tests | Tristan Darricau | 2014-05-03 | 1 | -1/+1 |
| | | | | PHPBB3-11497 | ||||
* | [ticket/11497] Fix tests | Nicofuma | 2014-05-03 | 1 | -1/+1 |
| | | | | PHPBB3-11497 | ||||
* | [ticket/11497] Update pagination test | Nicofuma | 2014-05-03 | 1 | -1/+1 |
| | | | | PHPBB3-11497 | ||||
* | [ticket/11497] Remove 'ext.finder' from services' list | Nicofuma | 2014-05-03 | 1 | -3/+5 |
| | | | | PHPBB3-11497 | ||||
* | [ticket/12090] Move find() call to container and fix tests | Joas Schilling | 2014-03-09 | 1 | -24/+26 |
| | | | | PHPBB3-12090 | ||||
* | [ticket/12090] Make provider a service and inject it into the helper | Joas Schilling | 2014-03-08 | 1 | -1/+1 |
| | | | | PHPBB3-12090 | ||||
* | [ticket/12090] Fix pagination for routes | Joas Schilling | 2014-03-08 | 2 | -32/+58 |
| | | | | | | | No clickable "jump to" at the moment, as we can not get the route url by the route name in js yet. Need to find another solution later. PHPBB3-12090 | ||||
* | Merge pull request #1994 from prototech/ticket/12158 | Nathan Guse | 2014-02-18 | 1 | -2/+17 |
|\ | | | | | [ticket/12158] The pagination start value should be 0 when there are no items. | ||||
| * | [ticket/12158] Add test data for 0 items to validate_start() test. | Cesar G | 2014-02-04 | 1 | -2/+17 |
| | | | | | | | | PHPBB3-12158 | ||||
* | | [ticket/12153] Adjust pagination tests. | Cesar G | 2014-02-03 | 3 | -15/+17 |
|/ | | | | PHPBB3-12153 | ||||
* | [ticket/11849] Remove old pagination test | Joas Schilling | 2013-12-18 | 1 | -111/+0 |
| | | | | PHPBB3-11849 |