Top Level :: HTML

Package Information: Pager_Sliding

Show All Changelogs
» Version » Information
1.6Download

Release date: 2003-12-22 10:19 UTC
Release state: stable

Changelog:

NB: This package is now deprecated in favour of PEAR::Pager v.2.x.
Further versions of Pager_Sliding as a standalone package will be only released to fix eventual bugs.

- added error code constant
- fixed getPageIdByOffset for BC with Pager 1.x
- new method getPageRangeByPageId() to replace the previous not-intentional behaviour of getPageIdByOffset()
- fixed isFirstPage() when totalItems == 0

1.5Download

Release date: 2003-09-10 04:34 UTC
Release state: stable

Changelog:

NB: This is the last standalone release of Pager_Sliding.
This package is now deprecated in favour of PEAR::Pager v.2.x.

- added a pearErrorMode option to allow custom error handling
- better handling of "curPageLinkClassName" default value
- prevent URL manual modification
- fixed getPerPageSelectBox() to store _perPage inside a session
- other small fixes

1.4Download

Release date: 2003-05-21 00:01 UTC
Release state: stable

Changelog:

- changed from this (supposing currentPage==2):
[1] < 2 3 4 5 6 > [N]
to:
[1] < 1 2 3 4 5 > [N]
i.e. now the link to the first/last page can be redundant,
but the pager acts in a more intuitive way
- getOffsetByPageId() now works as expected, also in "expanded" mode
- reduced calls to internal methods
- Added two new variables:
* firstPageText
* lastPageText
They allow changing the default value "[1]" to "First", for instance.
Same for last number. If they are not set, they default to the number.

1.3Download

Release date: 2003-01-29 00:29 UTC
Release state: stable

Changelog:

Added a select box builder. The user can now select how many items to display per page.

1.1.6Download

Release date: 2002-11-22 23:12 UTC
Release state: stable

Changelog:

This is the first release.