You are here

UPGRADE.txt in Drupal PM (Project Management) 7.3

Same filename and directory in other branches
  1. 8 UPGRADE.txt
  2. 7.2 UPGRADE.txt
UPGRADE NOTES

Currently, it is possible to upgrade directly from 7.x-1.x to 7.x-3.x.
(However, support for this may be removed in the future.)

7.x-1.x -> 7.x-2.x:

* Integration with Drupal user accounts:

  Drupal PM 7.x-2.x integrates with Drupal user accounts and no longer defines
  a PM Person content type.

* Field API:

  Drupal PM 7.x-2.x uses the Drupal Field API to define node fields, rather
  than implementing its own database storage.

* Permission changes:

  The following permissions are present in the 7.x-1.x version, but are not
  present in the 7.x-2.x version. Those permissions are obsolete because
  Drupal PM 7.x-2.x integrates with Drupal user accounts and no longer defines
  a PM Person content type.

  Project Management Person: add
  Project Management Person: delete all
  Project Management Person: delete own
  Project Management Person: delete of user organization
  Project Management Person: delete when linked to own user account
  Project Management Person: edit all
  Project Management Person: edit own
  Project Management Person: edit of user organization
  Project Management Person: view all
  Project Management Person: view own
  Project Management Person: view of user organization
  Project Management Person: view when linked to own user account

7.x-2.x - 7.x-3.x:

* Permission changes:

  The separate PM Permission module has been removed. All functionality is in
  the PM (core) module. No migration is required - permissions will be retained
  after upgrade.
  

File

UPGRADE.txt
View source
  1. UPGRADE NOTES
  2. Currently, it is possible to upgrade directly from 7.x-1.x to 7.x-3.x.
  3. (However, support for this may be removed in the future.)
  4. 7.x-1.x -> 7.x-2.x:
  5. * Integration with Drupal user accounts:
  6. Drupal PM 7.x-2.x integrates with Drupal user accounts and no longer defines
  7. a PM Person content type.
  8. * Field API:
  9. Drupal PM 7.x-2.x uses the Drupal Field API to define node fields, rather
  10. than implementing its own database storage.
  11. * Permission changes:
  12. The following permissions are present in the 7.x-1.x version, but are not
  13. present in the 7.x-2.x version. Those permissions are obsolete because
  14. Drupal PM 7.x-2.x integrates with Drupal user accounts and no longer defines
  15. a PM Person content type.
  16. Project Management Person: add
  17. Project Management Person: delete all
  18. Project Management Person: delete own
  19. Project Management Person: delete of user organization
  20. Project Management Person: delete when linked to own user account
  21. Project Management Person: edit all
  22. Project Management Person: edit own
  23. Project Management Person: edit of user organization
  24. Project Management Person: view all
  25. Project Management Person: view own
  26. Project Management Person: view of user organization
  27. Project Management Person: view when linked to own user account
  28. 7.x-2.x - 7.x-3.x:
  29. * Permission changes:
  30. The separate PM Permission module has been removed. All functionality is in
  31. the PM (core) module. No migration is required - permissions will be retained
  32. after upgrade.