Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 | ||||
* | [ticket/11849] Replace pagination in viewforum.php with class | Joas Schilling | 2013-12-18 | 1 | -0/+52 |
| | | | | PHPBB3-11849 | ||||
* | [ticket/11849] Test validate_start and on_page | Joas Schilling | 2013-12-18 | 2 | -11/+86 |
| | | | | PHPBB3-11849 | ||||
* | [ticket/11849] Move pagination code to class | Joas Schilling | 2013-12-18 | 1 | -0/+117 |
| | | | | PHPBB3-11849 | ||||
* | [ticket/11805] Rename test to match the function name | Joas Schilling | 2013-09-25 | 1 | -1/+1 |
| | | | | PHPBB3-11805 | ||||
* | [ticket/11805] Add unit tests for pagination | Joas Schilling | 2013-09-25 | 2 | -0/+123 |
PHPBB3-11805 |