aboutsummaryrefslogtreecommitdiffstats
path: root/tests/pagination
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [ticket/11849] Replace pagination in viewforum.php with classJoas Schilling2013-12-181-0/+52
| | | | PHPBB3-11849
* [ticket/11849] Test validate_start and on_pageJoas Schilling2013-12-182-11/+86
| | | | PHPBB3-11849
* [ticket/11849] Move pagination code to classJoas Schilling2013-12-181-0/+117
| | | | PHPBB3-11849
* [ticket/11805] Rename test to match the function nameJoas Schilling2013-09-251-1/+1
| | | | PHPBB3-11805
* [ticket/11805] Add unit tests for paginationJoas Schilling2013-09-252-0/+123
PHPBB3-11805