Install
Works with Drupal: 7.xUsing dev releases is not recommended, except for testing.
Using Composer to manage Drupal site dependencies
Downloads
Release notes
Issue #2061359 by marcelovani: Integrate with Metatag module.
Issue #1449764 by jtoth624,arpeggio: Implemented '?nopaging=1' URL appended to display Smart Paging split pages as one page.
Issue by arpeggio: Fixed Smart Paging settings at user and taxonomy term entities initially hidden even the selected Text format with enabled Smart Paging filter.
Issue #1885716 by arpeggio: Added feature text format on change, check if selected filter configured with Smart Paging using AJAX.
Issue #1845736 by arpeggio: Fixed character/word limit fields at entity's edit page Smart Paging settings.
Issue #1872470 by arpeggio: Fix Smart paging settings show up in node creation only after Preview/Edit.
Issue #1840852 by tengoku: Fixed 'Undefined index: #attributes em smart_paging_html_head_alter()'.
Issue #1327178 by arpeggio, jpstrikesback: Fix Smart Paging Causes a Fatal Error when viewing non core displays (Such as provided by Display Suite).
Issue #1776804 by marcelovani: Smart paging support for Token.
Issue #1790680 by arpeggio,icosa: Made the visibility of Smart Paging Manage Display settings limited to node, user and taxonomy term entities only.
Issue #1689636 by arpeggio: Added Clean URL Pagination option.
Issue #1294962 by jamiecuthill: Add autop filter on comments and when view_mode is not full.
Issue #1669792 by icosa, arpeggio: Fixed undefined index: #tag in smart_paging_html_head_alter() line 963 of smart_paging.module
Issue #1529594 by arpeggio: Rearrange order of href and rel attributes in link tag.
Issue #1529594 by arpeggio: Fixed if the rel 'prev' or 'next' of href is the first page, remove the suffix pagination in URL.
Issue #1269396 by arpeggio: Implemented Smart Paging - Additional Page SEO Optimization.
Issue #1255420 by jamiecuthill: fix nl2br weight issue.
Issue #1196084 by dalin: Fixed WYSIWYG button causes Invalid XHTML: missing trailing slashes, absolute urls and uppercase tags, hanging tags, etc.
Issue #1179858 by arpeggio: Corrected the wrong index assignment of smart_paging_method at smart_paging_field_extra_fields().
Issue #1178906 by arpeggio, Michelle: Fixed HTML markup before linebreak removes the linebreak.
Issue #1177620 by shinden: Added new feature - themeable page title suffix. Variable will be available at page.tpl.php
Issue #1179946 by shinden: Fixed drop down menu doesnt' work with Drupal installation located in URL base sub folder.
Issue #1180850 by arpeggio: Fixed Smart Paging hides labels of all fields.
Issue #1180850 by dalin: Fixed Smart Paging hides labels of all fields.
Issue #1179914 by Ravi.J: Fixed Global settings should be used when individual content type settings aren't set.
Issue #1179858 by Ravi.J: Fixed Notice: Undefined index: smart_paging_title_display_suffix in smart_paging_field_attach_view_alter().
Issue #1177622 by shinden, Ravi.J, rickvug: Completed optional page title suffix feature.
Issue #1176338 by Agileware: Fixed When using line break converter and full html line breaks are missing on first node view after save.
Issue #1122480 by dalin: Completed Smart Paging integration with WYSIWYG.
Issue #1166008 by dalin: Security vulnerability due to misuse of regex.
Clean up.
Fixed security vulnerability due to misuse of regex (Issue #1166008 by dalin).
Issue #1093856: Not all files were committed during the last update of the Smart Paging's code.
#1067790 Fixed undefined index.
Added correction when placeholder placed manually before closing tag. Eg.
the correction is to move placeholder after the closing tag,
Added features:
- Javascript pager progressive enhancement for Drupal native pager.
- Control of Smart Paging settings at entity type level.
- Weight and visibility of Smart Paging controllable via "Managed Display" page of
an entity type.
Gone through exhaustive testing.
Fixed the first page having URL http://www.example.com/node/1/page/0/0 which a duplicate content with http://www.example.com/node/1
Updated README.txt and hook_help content.
Alpha release of Smart Paging module.
Initial release of Smart Paging for Drupal 7.