You are here

UPGRADE.txt in Signup 7

Same filename and directory in other branches
  1. 5.2 UPGRADE.txt
  2. 6.2 UPGRADE.txt
  3. 6 UPGRADE.txt
======================================================================
This file contains specific instructions for upgrading your site's
version of signup.module to a new release.  You should always check
this file when you download a new version to see if there are any
specific things you need to know about a certain upgrade.
======================================================================

* Upgrading to 6.x-1.0-rc6 (from any earlier version)
  There is a new dependency on Views (http://drupal.org/project/views).
Be sure to install at least version 6.x-2.6 for the best results.


* Upgrading to 6.x-1.0-rc3 (from any earlier version)
  There is a new permission called "cancel signups" which is required
to cancel other user's signups at the signup administration tab at
node/N/signups.  There is no automatic upgrade path that adds this
permission to roles which current can administer signups.  If you want
any roles to be able to cancel other user's signups, you must visit
admin/user/permissions and manually configure which roles should be
allowed to cancel other user's signups.


* Upgrading to 5.x-2.5 (from any earlier version)

  The 5.x-2.5 release greatly improves themeability of this module, so
be sure to search the code for "function theme_" to find all the
things you can now override in your theme.

  Furthermore, 5.x-2.5 adds new functionality regarding the list of
users who have signed up for a given node.  There is now a default
view for this listing (if your site is running the Views module from
http://drupal.org/project/views).  Furthermore, there are some new
advanced settings to control if and where you want the list of signed
up users to appear.  See the new step #8 in the INSTALL.txt file.


* Upgrading to 5.x-2.3 (from any earlier version)

  The 5.x-2.3 release improves support for the Views module, by moving
all of the hard-coded parts of the signup interface that can be
implemented with views into a separate file (signup_no_views.inc).
This file is only included if the Views module is not enabled on your
site.  Now, you have full control to modify the "Current signups"
block and the listing of current signups at user/[#]/signups using the
Views administrative user interface (admin/build/views).

  However, this means that if your site had the old "List of users
current signups" block enabled, and you have the Views module
installed (or install it at any point when running signup 5.x-2.3 or
later), you will have to manually enable the "Current signups" block
(which might also have the name "signup_current_signups") by visiting
the admin/build/block page on your site.

  NOTE: the default views that are defined by signup_views.inc work
best with at least Views version 5.x-1.6 or later.

File

UPGRADE.txt
View source
  1. ======================================================================
  2. This file contains specific instructions for upgrading your site's
  3. version of signup.module to a new release. You should always check
  4. this file when you download a new version to see if there are any
  5. specific things you need to know about a certain upgrade.
  6. ======================================================================
  7. * Upgrading to 6.x-1.0-rc6 (from any earlier version)
  8. There is a new dependency on Views (http://drupal.org/project/views).
  9. Be sure to install at least version 6.x-2.6 for the best results.
  10. * Upgrading to 6.x-1.0-rc3 (from any earlier version)
  11. There is a new permission called "cancel signups" which is required
  12. to cancel other user's signups at the signup administration tab at
  13. node/N/signups. There is no automatic upgrade path that adds this
  14. permission to roles which current can administer signups. If you want
  15. any roles to be able to cancel other user's signups, you must visit
  16. admin/user/permissions and manually configure which roles should be
  17. allowed to cancel other user's signups.
  18. * Upgrading to 5.x-2.5 (from any earlier version)
  19. The 5.x-2.5 release greatly improves themeability of this module, so
  20. be sure to search the code for "function theme_" to find all the
  21. things you can now override in your theme.
  22. Furthermore, 5.x-2.5 adds new functionality regarding the list of
  23. users who have signed up for a given node. There is now a default
  24. view for this listing (if your site is running the Views module from
  25. http://drupal.org/project/views). Furthermore, there are some new
  26. advanced settings to control if and where you want the list of signed
  27. up users to appear. See the new step #8 in the INSTALL.txt file.
  28. * Upgrading to 5.x-2.3 (from any earlier version)
  29. The 5.x-2.3 release improves support for the Views module, by moving
  30. all of the hard-coded parts of the signup interface that can be
  31. implemented with views into a separate file (signup_no_views.inc).
  32. This file is only included if the Views module is not enabled on your
  33. site. Now, you have full control to modify the "Current signups"
  34. block and the listing of current signups at user/[#]/signups using the
  35. Views administrative user interface (admin/build/views).
  36. However, this means that if your site had the old "List of users
  37. current signups" block enabled, and you have the Views module
  38. installed (or install it at any point when running signup 5.x-2.3 or
  39. later), you will have to manually enable the "Current signups" block
  40. (which might also have the name "signup_current_signups") by visiting
  41. the admin/build/block page on your site.
  42. NOTE: the default views that are defined by signup_views.inc work
  43. best with at least Views version 5.x-1.6 or later.