UPGRADE.txt 825 B

1234567891011121314151617181920
  1. # Upgrading (from Drupal 6 to 7)
  2. 1. **BE WARE THAT NOT ALL FUNCTIONALITY HAS BEEN PORTED!**
  3. Make sure that you know if the part of Hierarchical Select's functionality
  4. that you want to use has been ported. Otherwise, you may be in for a
  5. frustrating upgrade experience.
  6. See the included TODO.txt file for details. In a nutshell:
  7. - Taxonomy support is almost complete, only "create new item", "entity count" and token support are missing
  8. - Forum support has **not** yet been ported (but relies on Taxonomy, so this is trivial)
  9. - Taxonomy Views support has **not** yet been ported
  10. - Menu support has **not** yet been ported
  11. 2. Upgrade this module just like any other: delete the old module, copy the
  12. files of the new module and run update.php.
  13. For details, see <http://drupal.org/node/570162>.
  14. 3. That's it! :)