aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/pagination.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/15939] Pagination docblocksmrgoldy2019-01-141-4/+4
* [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
* [ticket/13059] Add core event to generate_page_link()rxu2014-10-011-4/+42
* [ticket/12715] Cleanup comments in \phpbb\paginationTristan Darricau2014-06-151-1/+1
* [ticket/12613] Improved paginationPayBas2014-06-051-2/+2
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* [ticket/12090] Fix pagination for routesJoas Schilling2014-03-081-4/+24
* 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.Cesar G2014-02-031-1/+1
* | [ticket/12153] Remove duplicate assignment of $u_previous_page & $u_next_page.Cesar G2014-02-181-1/+0
* | [ticket/12153] Remove vars already assigned in generate_template_pagination().Cesar G2014-02-031-11/+2
* | [ticket/12153] Assign PAGE_NUMBER in pagination.generate_template_pagination()Cesar G2014-02-031-89/+88
|/
* [ticket/11849] Replace pagination in viewforum.php with classJoas Schilling2013-12-181-2/+39
* [ticket/11849] Move pagination code to classJoas Schilling2013-12-181-0/+269