aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/pagination.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15939] Pagination docblocksmrgoldy2019-01-141-4/+4
| | | | PHPBB3-15939
* [ticket/15372] Fix pagination and don't render viewtopic linkDavid Colón2017-10-261-0/+5
|
* [ticket/14971] Fix pagination PHP warning on PHP 7.1rxu2017-01-081-1/+1
| | | | PHPBB3-14971
* [ticket/13059] Add core event to generate_page_link()rxu2014-10-011-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\paginationTristan Darricau2014-06-151-1/+1
| | | | PHPBB3-12715
* [ticket/12613] Improved paginationPayBas2014-06-051-2/+2
| | | | PHPBB3-12613
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12090] Fix pagination for routesJoas Schilling2014-03-081-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/12158Nathan Guse2014-02-181-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 G2014-02-031-1/+1
| | | | | | | | PHPBB3-12158
* | [ticket/12153] Remove duplicate assignment of $u_previous_page & $u_next_page.Cesar G2014-02-181-1/+0
| | | | | | | | PHPBB3-12153
* | [ticket/12153] Remove vars already assigned in generate_template_pagination().Cesar G2014-02-031-11/+2
| | | | | | | | PHPBB3-12153
* | [ticket/12153] Assign PAGE_NUMBER in pagination.generate_template_pagination()Cesar G2014-02-031-89/+88
|/ | | | PHPBB3-12153
* [ticket/11849] Replace pagination in viewforum.php with classJoas Schilling2013-12-181-2/+39
| | | | PHPBB3-11849
* [ticket/11849] Move pagination code to classJoas Schilling2013-12-181-0/+269
PHPBB3-11849