You are here

UPGRADE.txt in Hierarchical Select 5.3

Same filename and directory in other branches
  1. 6.3 UPGRADE.txt
  2. 7.3 UPGRADE.txt
Upgrading (from Hierarchical Select 2 to 3)
-------------------------------------------
1) Upgrade this module just like any other: overwrite existing files and run
   update.php.

2) Upgrade to jQuery Update 2.

3) Disable and uninstall the jQuery Interface module. It's no longer necessary
   and in fact it's even *incompatible*.

4) If you're using Views, update to the Views 5.x-1.x-dev tarball of May 11 or
   later, or apply this patch:
   http://drupal.org/files/issues/hs_compatibility.patch

5) All modules that Hierarchical Select integrates with are split out into
   their own module now! Go to admin/build/modules (Site building -> Modules)
   and enable all the modules you'd like to use. E.g.:
   - Taxonomy: enable the Hierarchical Select Taxonomy module
   - Taxonomy exposed filters in Views: enable the Hierchical Select Taxonomy 
     Views module

6) One very special case: if you had been using Hierarchical Select for your
   content_taxonomy CCK fields, you had been told to use the "select" widget,
   Hierarchical Select would automatically override it. Well, that's no longer
   the case. Now there's a CCK widget especially for content_taxonomy CCK
   fields! Go through these steps:
   - enable the Hierarchical Select Content Taxonomy module
   - change the widget to "Hierarchical Select" for the fields on which you'd
     like to use Hierarchical Select

File

UPGRADE.txt
View source
  1. Upgrading (from Hierarchical Select 2 to 3)
  2. -------------------------------------------
  3. 1) Upgrade this module just like any other: overwrite existing files and run
  4. update.php.
  5. 2) Upgrade to jQuery Update 2.
  6. 3) Disable and uninstall the jQuery Interface module. It's no longer necessary
  7. and in fact it's even *incompatible*.
  8. 4) If you're using Views, update to the Views 5.x-1.x-dev tarball of May 11 or
  9. later, or apply this patch:
  10. http://drupal.org/files/issues/hs_compatibility.patch
  11. 5) All modules that Hierarchical Select integrates with are split out into
  12. their own module now! Go to admin/build/modules (Site building -> Modules)
  13. and enable all the modules you'd like to use. E.g.:
  14. - Taxonomy: enable the Hierarchical Select Taxonomy module
  15. - Taxonomy exposed filters in Views: enable the Hierchical Select Taxonomy
  16. Views module
  17. 6) One very special case: if you had been using Hierarchical Select for your
  18. content_taxonomy CCK fields, you had been told to use the "select" widget,
  19. Hierarchical Select would automatically override it. Well, that's no longer
  20. the case. Now there's a CCK widget especially for content_taxonomy CCK
  21. fields! Go through these steps:
  22. - enable the Hierarchical Select Content Taxonomy module
  23. - change the widget to "Hierarchical Select" for the fields on which you'd
  24. like to use Hierarchical Select