Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/15939] Pagination docblocks | mrgoldy | 2019-01-14 | 1 | -4/+4 |
| | | | | PHPBB3-15939 | ||||
* | [ticket/15372] Fix pagination and don't render viewtopic link | David Colón | 2017-10-26 | 1 | -0/+5 |
| | |||||
* | [ticket/14971] Fix pagination PHP warning on PHP 7.1 | rxu | 2017-01-08 | 1 | -1/+1 |
| | | | | PHPBB3-14971 | ||||
* | [ticket/13059] Add core event to generate_page_link() | rxu | 2014-10-01 | 1 | -4/+42 |
| | | | | | | | | 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/12715] Cleanup comments in \phpbb\pagination | Tristan Darricau | 2014-06-15 | 1 | -1/+1 |
| | | | | PHPBB3-12715 | ||||
* | [ticket/12613] Improved pagination | PayBas | 2014-06-05 | 1 | -2/+2 |
| | | | | PHPBB3-12613 | ||||
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -3/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12090] Fix pagination for routes | Joas Schilling | 2014-03-08 | 1 | -4/+24 |
| | | | | | | | 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 | -1/+1 |
|\ | | | | | [ticket/12158] The pagination start value should be 0 when there are no items. | ||||
| * | [ticket/12158] The pagination start value should be 0 when there are no items. | Cesar G | 2014-02-03 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-12158 | ||||
* | | [ticket/12153] Remove duplicate assignment of $u_previous_page & $u_next_page. | Cesar G | 2014-02-18 | 1 | -1/+0 |
| | | | | | | | | PHPBB3-12153 | ||||
* | | [ticket/12153] Remove vars already assigned in generate_template_pagination(). | Cesar G | 2014-02-03 | 1 | -11/+2 |
| | | | | | | | | PHPBB3-12153 | ||||
* | | [ticket/12153] Assign PAGE_NUMBER in pagination.generate_template_pagination() | Cesar G | 2014-02-03 | 1 | -89/+88 |
|/ | | | | PHPBB3-12153 | ||||
* | [ticket/11849] Replace pagination in viewforum.php with class | Joas Schilling | 2013-12-18 | 1 | -2/+39 |
| | | | | PHPBB3-11849 | ||||
* | [ticket/11849] Move pagination code to class | Joas Schilling | 2013-12-18 | 1 | -0/+269 |
PHPBB3-11849 |