You are here

UPGRADING.txt in Node Gallery 6.3

Same filename and directory in other branches
  1. 7 UPGRADING.txt
 - Pager settings at admin/settings/node_gallery/settings are now set on the
   views themselves.
   
 - File extensions allowed, image resolution limits, file size limits, default
   image via admin/settings/node_gallery/edit/<content_type> are now set on
   the filefield, these are not migrated.
   
 - There is no longer a "default cover image".  When the first image is saved
   to a gallery, it becomes the cover.
   
 - If you use node gallery tokens in your paths for images, you need to install
   http://drupal.org/project/filefield_paths and set it up (be sure to enable transliteration too)
   
 - If you limit image uploads on a per-user basis in 2.x, this isn't supported
   by NG3.  Actually, it didn't work right in 2.x either:
   http://drupal.org/node/659672.  You can use
   http://drupal.org/project/user_quota to limit the number of image nodes a
   user can create, and limit the size of each filefield to get a quota.
   
 - The ability to upload 5 images at once is no longer present, you may only
   upload 1 image at a time with node_gallery core.  However, if you have the
   imagefield_import module installed, you can import a huge number of images
   already on the server into an existing gallery by going to the gallery,
   and clicking the 'import images' tab.


After upgrading, you *really* should look at the filefield settings for
field_node_gallery_image as well as the admin settings for node gallery.

File

UPGRADING.txt
View source
  1. - Pager settings at admin/settings/node_gallery/settings are now set on the
  2. views themselves.
  3. - File extensions allowed, image resolution limits, file size limits, default
  4. image via admin/settings/node_gallery/edit/ are now set on
  5. the filefield, these are not migrated.
  6. - There is no longer a "default cover image". When the first image is saved
  7. to a gallery, it becomes the cover.
  8. - If you use node gallery tokens in your paths for images, you need to install
  9. http://drupal.org/project/filefield_paths and set it up (be sure to enable transliteration too)
  10. - If you limit image uploads on a per-user basis in 2.x, this isn't supported
  11. by NG3. Actually, it didn't work right in 2.x either:
  12. http://drupal.org/node/659672. You can use
  13. http://drupal.org/project/user_quota to limit the number of image nodes a
  14. user can create, and limit the size of each filefield to get a quota.
  15. - The ability to upload 5 images at once is no longer present, you may only
  16. upload 1 image at a time with node_gallery core. However, if you have the
  17. imagefield_import module installed, you can import a huge number of images
  18. already on the server into an existing gallery by going to the gallery,
  19. and clicking the 'import images' tab.
  20. After upgrading, you *really* should look at the filefield settings for
  21. field_node_gallery_image as well as the admin settings for node gallery.