http://pear.php.net/
pear-webmaster@lists.php.netpear-webmaster@lists.php.neten-usLatest releases of pagerThe latest releases for the package pagerPager 2.5.1
http://pear.php.net/package/Pager/download/2.5.1/
PHP 7 compatibility
2017年06月19日T12:27:08-05:00quipoPager 2.5.0
http://pear.php.net/package/Pager/download/2.5.0/
PHP 7 compatibility
2017年06月19日T11:51:00-05:00quipoPager 2.4.9
http://pear.php.net/package/Pager/download/2.4.9/
Get rid of baseinstalldir.<br />
No code changes.
2014年05月14日T10:44:33-05:00cweiskePager 2.4.8
http://pear.php.net/package/Pager/download/2.4.8/
- request #15949: add autoSubmit option to getPerPageSelectBox() [Matt Rosenquist]<br />
- fix potential issues with encoding in getPerPageSelectBox() and getPageSelectBox()
2009年04月21日T23:49:41-05:00quipoPager 2.4.7
http://pear.php.net/package/Pager/download/2.4.7/
- fixed bug #13604: WARNINGS with PHP 5.3-dev [thanks to Chris Troup]<br />
- request #13567: support for regexp in 'excludeVars' [thanks to Stefano Coletta]<br />
- fixed bug #13913 empty prev/next image shown when only one page exists [cweiske]<br />
- fixed bug #13881: fix for relative links (introduced in v.2.4.5) may cause some<br />
issues with absolute links
2008年08月11日T04:35:28-05:00quipoPager 2.4.6
http://pear.php.net/package/Pager/download/2.4.6/
- fixed bug #13316: NOTICE in getLinks() in Jumping mode<br />
- fixed bug #13342: getLinks() returns wrong result with multi-byte arrays<br />
- fixed bug #13469: getPerPageSelectBox() can produce invalid xhtml with no data<br />
- fixed bug #13472: PHP 6 Removes get_magic_quotes_gpc()<br />
- fixed bug #13506: POST method deletes querystring<br />
- request #13509: added 'prevImgEmpty' and 'nextImgEmpty' options to show a disabled<br />
prev/next page link when you are on the last/first page (cweiske)
2008年03月27日T19:04:40-05:00quipoPager 2.4.5
http://pear.php.net/package/Pager/download/2.4.5/
- request #10869: added two reverse drivers in the /examples/ dir<br />
- fixed a few PHP5 Strict Standards warnings (bug #12257 and #12934)<br />
- Coding Standards fixes in the phpdoc blocks<br />
- added 'PAGER_' prefix to internal constant names<br />
- fixed bug #12267: correct detection of HTTPS on IIS (thanks to Carsten Wiedmann)<br />
- fixed bug #12306: allow relative links<br />
- fixed bug #12531: removed <u> tag from curPageSpan[Pre|Post] default options<br />
in Pager_Sliding to make links HTML 4.01 strict<br />
- request #12267: added $pager->linkTagsRaw array (same as $pager->linkTags but<br />
as array) to play nice with HTML_Page2 (patch by Carsten Wiedmann)<br />
- fixed bug #12796: curPageLinkClassName overrides curPageSpanPre and curPageSpanPost<br />
- request #12797: added '%d' placeholder to altPage (by default, page number is appended)<br />
- fixed bug #12837: if $_SESSION['setPerPage'] is set, Pager always uses it
2008年02月23日T08:42:01-05:00quipoPager 2.4.4
http://pear.php.net/package/Pager/download/2.4.4/
- handle UNION queries in the Wrapper (bug #9601)<br />
- getPerPagerSelectBox() with $showAllData = true and $start > $totalItems was<br />
returning an empty select menu (bug #9946)<br />
- added 'onclick' option (request #11241)<br />
- fixed bug #11697: Pager_Jumping::build() lose first and last page string concatenation
2007年07月29日T10:18:42-05:00quipoPager 2.4.3
http://pear.php.net/package/Pager/download/2.4.3/
- fixed issue with SSL (bug #7936)<br />
- items set in 'excludeVars' array were removed from the URL even if they were<br />
also set in the 'extraVars' array (bug #8969)<br />
- added new option 'checkMaxLimit' to getPerPageSelectBox(): if true, Pager checks<br />
if $end is bigger than $totalItems, and doesn't show the extra select options<br />
- moved Pager.php to the pear root and added a wrapper in the old location<br />
to adhere to PEAR policies (bug #2169)<br />
- switched to package.xml v2
2006年12月03日T04:34:33-05:00quipoPager 2.4.2
http://pear.php.net/package/Pager/download/2.4.2/
- fix double escaping of arg_separator when php.ini's arg_separator.output = "&"
2006年06月07日T10:09:24-05:00quipo