aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pagination
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-1/+1
| | | | PHPBB3-14948
* [ticket/12629] Fix testsrubencm2019-05-091-1/+1
| | | | PHPBB3-12629
* [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2019-05-081-1/+1
| | | | PHPBB3-14972
* [ticket/14971] Add on_page test with the string argumentsrxu2017-01-081-0/+6
| | | | PHPBB3-14971
* [ticket/12610] Add command to check if the board is up to date.Etienne Baroux2016-12-031-1/+2
| | | | PHPBB3-12610
* [ticket/14555] Uniformize cache directory usagesTristan Darricau2016-03-241-1/+1
| | | | PHPBB3-14555
* [ticket/14220] Move route loading to servicesTristan Darricau2015-10-081-3/+6
| | | | PHPBB3-14220
* [ticket/13645] Move the feeds to controllersNicofuma2015-08-231-1/+2
| | | | PHPBB3-13645
* [ticket/13388] Integrate routing and di parameters resolutionTristan Darricau2015-05-291-1/+1
| | | | PHPBB3-13388
* [ticket/13800] Make router's extension manager dependency optionalMateBartus2015-05-021-1/+1
| | | | PHPBB3-13800
* [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-021-2/+5
| | | | PHPBB3-13762
* [ticket/13697] Moving filesystem related functions to filesystem serviceMateBartus2015-04-161-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/13513Marc Alexander2015-02-261-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 routerTristan Darricau2015-01-171-1/+1
| | | | | | | | PHPBB3-13513
* | Merge branch 'develop-ascraeus' into developAndreas Fischer2015-02-033-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 loopMarc Alexander2015-01-242-0/+39
| | | | | | | | PHPBB3-13538
| * [ticket/13538] Fix tests for pagination in nested loopMarc Alexander2015-01-242-2/+7
| | | | | | | | PHPBB3-13538
| * [ticket/13538] Add test for pagination in nested loopMarc Alexander2015-01-232-0/+28
| | | | | | | | PHPBB3-13538
* | Merge branch 'develop-ascraeus' into developMarc Alexander2014-11-261-2/+2
|\ \ | |/
| * [ticket/13389] Replace pattern with pathTristan Darricau2014-11-261-2/+2
| | | | | | | | PHPBB3-13389
* | [ticket/12620] Fix rebaseTristan Darricau2014-11-201-8/+2
| | | | | | | | PHPBB3-12620
* | [ticket/12620] Move the routing.yml file to routing/environment.ymlTristan Darricau2014-11-201-0/+0
| | | | | | | | PHPBB3-12620
* | [ticket/12620] Use the test environment for the testsTristan Darricau2014-11-201-0/+0
| | | | | | | | PHPBB3-12620
* | [ticket/12620] Updates test environment (production => development)Tristan Darricau2014-11-201-0/+0
| | | | | | | | PHPBB3-12620
* | [ticket/12620] Fix testsTristan Darricau2014-11-201-0/+0
| | | | | | | | PHPBB3-12620
* | [ticket/13063] Fix tests after rebaseTristan Darricau2014-11-201-1/+1
| | | | | | | | PHPBB3-13063
* | [ticket/13063] Introduces a new \phpbb\routing\router classTristan Darricau2014-11-201-4/+4
|/ | | | PHPBB3-13063
* [ticket/13280] Output escaping for the symfony request objectTristan Darricau2014-11-161-1/+1
| | | | PHPBB3-13280
* [ticket/13059] Add core event to generate_page_link()rxu2014-10-011-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 testsTristan Darricau2014-09-161-2/+3
| | | | PHPBB3-13034
* [ticket/13034] Fix unit testsTristan Darricau2014-09-041-23/+33
| | | | PHPBB3-13034
* [ticket/12932] Fix tests and calls to create_datetimeMarc Alexander2014-08-101-1/+1
| | | | PHPBB3-12932
* Merge remote-tracking branch 'PayBas/ticket/12613' into develop-ascraeusCesar G2014-06-141-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 testsPayBas2014-06-051-2/+0
| | | | | | | | PHPBB3-12613
* | [ticket/12508] Only take a list of names for set_extensions()Joas Schilling2014-06-101-1/+1
| | | | | | | | PHPBB3-12508
* | [ticket/12508] Move \phpbb\extension\finder to \phpbb\finderJoas Schilling2014-06-101-1/+1
| | | | | | | | PHPBB3-12508
* | [ticket/12508] Fix usages of the finderJoas Schilling2014-06-101-3/+3
|/ | | | PHPBB3-12508
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/11497] Rename set_ext_finder in find_routing_filesTristan Darricau2014-05-051-1/+1
| | | | PHPBB3-11497
* [ticket/11497] Fix pagination testsTristan Darricau2014-05-031-1/+1
| | | | PHPBB3-11497
* [ticket/11497] Fix testsNicofuma2014-05-031-1/+1
| | | | PHPBB3-11497
* [ticket/11497] Update pagination testNicofuma2014-05-031-1/+1
| | | | PHPBB3-11497
* [ticket/11497] Remove 'ext.finder' from services' listNicofuma2014-05-031-3/+5
| | | | PHPBB3-11497
* [ticket/12090] Move find() call to container and fix testsJoas Schilling2014-03-091-24/+26
| | | | PHPBB3-12090
* [ticket/12090] Make provider a service and inject it into the helperJoas Schilling2014-03-081-1/+1
| | | | PHPBB3-12090
* [ticket/12090] Fix pagination for routesJoas Schilling2014-03-082-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/12158Nathan Guse2014-02-181-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 G2014-02-041-2/+17
| | | | | | | | PHPBB3-12158
* | [ticket/12153] Adjust pagination tests.Cesar G2014-02-033-15/+17
|/ | | | PHPBB3-12153
* [ticket/11849] Remove old pagination testJoas Schilling2013-12-181-111/+0
| | | | PHPBB3-11849