Downloads
Download tar.gz
12.05 KB
MD5: 2eaf8083079bf4b1d1b7d6289ce52e3d
SHA-1: 58ef3033e7c464f4e7c50b16b1b9009b8bdd8ab3
SHA-256: 87f3d4ec9f56562628fed1b2f75ededa186bb00f2452eb8c961e134fb1b2e2dd
Download zip
15.21 KB
MD5: 3b21d674d4e33949a37fad88d185507d
SHA-1: 142a0a5049f87750f6bd1b497bea36bb49a4bc0f
SHA-256: 9680e5b8cdd9ea7fa6dcdd5b570a4f5ca738aa81c8963f4e7340f57a97ef20ce
Release notes
Changes since DRUPAL-5--1-0:
- #133961 Paging interfered with search.
- Removed update index op from hook_nodeapi implementation (no longer needed).
- Changed $node->pages_count to $node->page_count (better grammatically).
- Added package tag to info file now that we're creating some associated modules.
- #118294 by Darren Oh - Better text, text formatting and code indentation.
- Minor code cleanup.
- Fixed critical bugs with automatic paging
- Some language fixes, proper help in settings.
- #118294 by Darren Oh - Better text, text formatting and code indentation.
- #152819: Module .info files should not define 'version' in CVS
- Used strpos instead of substr_count to increase speed.
- #126365 by Gurpartap Singh: Automatic Paging
- Fixed critical bugs with automatic paging
- Other minor changes