You are here

CHANGELOG.txt in Node Gallery 6

Same filename and directory in other branches
  1. 6.2 CHANGELOG.txt
node_gallery-6.x-1.0-alpha9
#447298 by NancyDru: Class 'drupal_web_test_case' not found
* Fixed a bug that caused many saved settings not to be loaded while
editing an established Node Gallery Relationship
* Added the ability to have a cover view as the Gallery landing page
* Added the ability to select a preset for the Gallery landing page.
#455620 : Delete ImageCache images when deleting an image/gallery.
* Added a text link to the next image when using a cover view on the gallery landing page.
* Added two new theme functions to allow for more custom markup: theme_node_gallery_image() and theme_node_gallery_teaser()

node_gallery-6.x-1.0-alpha8
* Added basic token support
* Increased number of columns for the body field in batch edit so it is easier
to edit.
* Fixed the copy in the upload notes that caused the "MB" to show up twice.
* Fixed a bug in node-image-default.tpl.php and node-gallery-default.tpl.php
files that caused div.taxonomy show up and the word "in" even if there was no
taxonomy to display.
* Added basic Lightbox2 support so users can choose to display a large-size
version of the upload in a Lightbox
* Added an option to allow users to download the original photo as a text link.
Administrators also have the ability to customize the download text.
* Removed all content types that are identified as a Node Gallery Image from the
node/add page to avoid confusion as to where to upload images.
* Significantly improved options for display teasers and gallery landing pages
in the administration menu.
* Lightbox2 gallery support both from teasers and gallery landing pages.
* Administrators can now select how many images can be uploaded at once
* Fixed a permission problem that didn't let people upload images unless they
created the gallery.

node_gallery-6.x-1.0-alpha7
* Fixed the spacing and language of the README.txt file.
* I opted for a better way of creating ImageCache presets which saved them
permanently (so they are not removed upon deactiving the module) and it is more
obvious how to edit the preset.
#361691 bug report by kenorb: Menu item for node_gallery_access/passwd/js should
not appear.
* Fixed node_gallery_access code to adhere to Drupal's coding standards
* Fixed an access permissions bug that displayed all content as editable by
Anonymous.
* Fixed an issue with the install file that did not install the imagecache
presets on a *fresh* installation of the node_gallery.module.
* Fixed a critical error that reset the permissions of Drupal on install

node_gallery-6.x-1.0-alpha6
* alpha5 did not tag all the necessary files before compiling.  

node_gallery-6.x-1.0-alpha5
* Fixing an "Invalid argument supplied for foreach()" error that would display when looking at a gallery list when no images were uploaded.

node_gallery-6.x-1.0-alpha4

* Improving the language and clarity of the instructions on the administration pages.
#343474 Creating a default Node Gallery setup (two node types, three imagecache presets and a node_gallery relationship) so people unfamiliar with both the module and Drupal can get started with the module.  (Suggestion by droolpal)
* Giving the three imagecache presets default permissions for Anonymous and Authenticated users to view the presets.
#421256 Patch by NancyDru: Function name conflicts with hooks_
#420160 bug report by NancyDru: Coding standards violations
* Shifting node_gallery_meta() in node_gallery.themes.inc to a theme_ function.
* Fixed the div classes that have single quotes around them as opposed double quotes.
#385422 bug report by bnku: When changing the cover image, set the old cover image to 0
#335634: fixing spelling mistake

File

CHANGELOG.txt
View source
  1. node_gallery-6.x-1.0-alpha9
  2. #447298 by NancyDru: Class 'drupal_web_test_case' not found
  3. * Fixed a bug that caused many saved settings not to be loaded while
  4. editing an established Node Gallery Relationship
  5. * Added the ability to have a cover view as the Gallery landing page
  6. * Added the ability to select a preset for the Gallery landing page.
  7. #455620 : Delete ImageCache images when deleting an image/gallery.
  8. * Added a text link to the next image when using a cover view on the gallery landing page.
  9. * Added two new theme functions to allow for more custom markup: theme_node_gallery_image() and theme_node_gallery_teaser()
  10. node_gallery-6.x-1.0-alpha8
  11. * Added basic token support
  12. * Increased number of columns for the body field in batch edit so it is easier
  13. to edit.
  14. * Fixed the copy in the upload notes that caused the "MB" to show up twice.
  15. * Fixed a bug in node-image-default.tpl.php and node-gallery-default.tpl.php
  16. files that caused div.taxonomy show up and the word "in" even if there was no
  17. taxonomy to display.
  18. * Added basic Lightbox2 support so users can choose to display a large-size
  19. version of the upload in a Lightbox
  20. * Added an option to allow users to download the original photo as a text link.
  21. Administrators also have the ability to customize the download text.
  22. * Removed all content types that are identified as a Node Gallery Image from the
  23. node/add page to avoid confusion as to where to upload images.
  24. * Significantly improved options for display teasers and gallery landing pages
  25. in the administration menu.
  26. * Lightbox2 gallery support both from teasers and gallery landing pages.
  27. * Administrators can now select how many images can be uploaded at once
  28. * Fixed a permission problem that didn't let people upload images unless they
  29. created the gallery.
  30. node_gallery-6.x-1.0-alpha7
  31. * Fixed the spacing and language of the README.txt file.
  32. * I opted for a better way of creating ImageCache presets which saved them
  33. permanently (so they are not removed upon deactiving the module) and it is more
  34. obvious how to edit the preset.
  35. #361691 bug report by kenorb: Menu item for node_gallery_access/passwd/js should
  36. not appear.
  37. * Fixed node_gallery_access code to adhere to Drupal's coding standards
  38. * Fixed an access permissions bug that displayed all content as editable by
  39. Anonymous.
  40. * Fixed an issue with the install file that did not install the imagecache
  41. presets on a *fresh* installation of the node_gallery.module.
  42. * Fixed a critical error that reset the permissions of Drupal on install
  43. node_gallery-6.x-1.0-alpha6
  44. * alpha5 did not tag all the necessary files before compiling.
  45. node_gallery-6.x-1.0-alpha5
  46. * Fixing an "Invalid argument supplied for foreach()" error that would display when looking at a gallery list when no images were uploaded.
  47. node_gallery-6.x-1.0-alpha4
  48. * Improving the language and clarity of the instructions on the administration pages.
  49. #343474 Creating a default Node Gallery setup (two node types, three imagecache presets and a node_gallery relationship) so people unfamiliar with both the module and Drupal can get started with the module. (Suggestion by droolpal)
  50. * Giving the three imagecache presets default permissions for Anonymous and Authenticated users to view the presets.
  51. #421256 Patch by NancyDru: Function name conflicts with hooks_
  52. #420160 bug report by NancyDru: Coding standards violations
  53. * Shifting node_gallery_meta() in node_gallery.themes.inc to a theme_ function.
  54. * Fixed the div classes that have single quotes around them as opposed double quotes.
  55. #385422 bug report by bnku: When changing the cover image, set the old cover image to 0
  56. #335634: fixing spelling mistake