You are here

UPGRADE.txt in Paging 7

Upgrade notes:
===============

This file contains documentation between the differences between the
Drupal 6 and Drupal 7 versions of the module.


Unsupported Features in D7:
----------------------------
- Paging separator string per content type.
  - in D7 one paging separator string will be set for the whole site.
- Page names will not be configurable.
- Page names interface removed.
- Ability to load pages in AJAX, removed.
- Paging separator widget selection removed.
- Pager style selection removed.



Upgrading from D6 to D7:
-------------------------
- Old separators will continue to work, as in D6.
  - After you choose a site-wide paging separator, node_save will parse and
    update any existing content to use the new global separator.
- Page names entered in D6 will be ignored.
- Paging separator widget will not be present.
- Pager style will revert to theme_pager().

File

UPGRADE.txt
View source
  1. Upgrade notes:
  2. ===============
  3. This file contains documentation between the differences between the
  4. Drupal 6 and Drupal 7 versions of the module.
  5. Unsupported Features in D7:
  6. ----------------------------
  7. - Paging separator string per content type.
  8. - in D7 one paging separator string will be set for the whole site.
  9. - Page names will not be configurable.
  10. - Page names interface removed.
  11. - Ability to load pages in AJAX, removed.
  12. - Paging separator widget selection removed.
  13. - Pager style selection removed.
  14. Upgrading from D6 to D7:
  15. -------------------------
  16. - Old separators will continue to work, as in D6.
  17. - After you choose a site-wide paging separator, node_save will parse and
  18. update any existing content to use the new global separator.
  19. - Page names entered in D6 will be ignored.
  20. - Paging separator widget will not be present.
  21. - Pager style will revert to theme_pager().