pagination 6.x-1.8

Bug fixes

- #1529446: Fixed E_NOTICE error due to undefined offset.
- #1481366: Removed incorrect (and no longer needed) LICENSE.txt from
the repository.
- #1291332: Improved regex for determining page number in query string.
- #651296: Removed h4 tag from ToC when rendered as a block.
- #858584: Identity vs. equality.
- #859922: Incorrectly operating on node pagination style instead of
value.
- #860194: Operating on potentially suspect teaser information in
preprocess_node().

pagination 7.x-1.x-dev

New features
Bug fixes

My apologies for the delay, this is the initial D7 (development) version of Pagination, which includes all fixes in the 6.x branch.

pagination 6.x-1.7

New features
Bug fixes

- #787932: Added missing classes for "Show All" links.
- #852972: Updated regex for CKEditor custom formatting options.
- #692402: New feature: choose <ul> or <ol> display for the TOC.
- #594780: Added node.tpl.php variables ($pagination->page_header and $pagination->page_number).
- #651290: Fixed help text display issue.
- #537636: Added toggles to expand "Page Headers" helper text, in addition to disabling filtering of potentially old pagination syntax.
- #517100: Fixed a TOC display issue under manual break - custom.

pagination 6.x-1.6

New features
Bug fixes

- #421502: New feature: choose which heading level to paginate on
- #386120: New feature: French translation - excessive thanks @luron
- #473808: Fixed a regex issue on custom header parsing
- #471596: Disabled pagination during search node building modes
- #392928: Initial workaround for odd WYSIWYG behaviour
- #453852: Typo fix
- #406372: Pagination information is collapsed by default on node edit
- #386154: Added toggle to disable one based paging (default: enabled)

pagination 6.x-1.4

New features
Bug fixes

- #324584: New feature: display of the ToC via a block - thanks @quex
- #323177: New feature: manually break pages via <h3> tags
- #365659: New feature: disable specific nodes (by node id) from within
Pagination admin settings
- #350196: Pagination is disabled under NODE_BUILD_PRINT
- #353536: Pager/ToC have been moved to nodeapi
- #369030: Fixed a pager display issue with certain themes
- #324584: Rename of ToC CSS classes/ids (added pagination namespace)

pagination 6.x-1.3

Bug fixes

- #324012: added toggle for "Show All" in admin settings
- #324012, #324668: fixed issue with CCK fields not showing
- #324584: fixed incorrect assignment of default class values in the ToC

pagination 6.x-1.1

New features

Pagination (Node) now has the following feature set:

- Manual paging has been added (paging by custom break points)
- Page headers have been added and are available for both manual and automatic paging methods.
- Paging display may be default drupal style, a new table of contents style, or both.
- Pagination is now 1 based (drupal default is 0 based)
- Added "Show full {$node_type}" link below pagination
- Pagination settings have been cleaned up and consolidated in one place
- Implemented full help functionality

pagination 6.x-1.x-dev

New features

- added "Show full {$node}" link below pagination
- pagination is now 1 based (drupal default is 0 based)

pagination 6.x-1.01

Bug fixes

fixed an issue with hook_form_alter (relying on unreliable data!), potentially creating problems with custom node types.

Subscribe with RSS Subscribe to Releases for Pagination (Node)