node_gallery 7.x-1.1

Bug fixes
New features

Changes in this release:

#2402109: Unpublished gallery item still publicly visible as a thumbnail - To apply this fix, you may need to revert the view: Node Gallery: Gallery Item Views. To do that, update the module, then go to Structure > Views, and click the drop-down option next to Node Gallery: Gallery Item Views. If you do not see an option to "Revert" here, then you are done. Everything is applied. If you do see an option to Revert, click it. You will lose any customizations to this view when you do this. If you want to apply the fix to your customized version of the view, edit the view and click the "Content: Published" option under "Filter Criteria". Set the Relationship to "Gallery Item", Apply and Save the view. You should also select the Cover Image Thumbnail display and do the same thing for the "Gallery Cover Item" relationship on the "Content: Published" filter.

#2252833: Notice: Undefined index: search_result in _node_gallery_api_gallery_view() (line 1135 of drupal\sites\all\modules\node_gallery \node_gallery_api.module). Notice: Undefined offset: 1 in _node_gallery_api_gallery_view() (line 1135 of drupal\sites\all\modul
#1961732: Notice: Undefined index: rotate
#2347425: Tab links not open in admin overlay
#2355799: Display EXIF creation date
#2345499: Set chronological order from exif data
#2386159: Manage Gallery form is inheriting bad styling

node_gallery 7.x-1.0

Bug fixes

Releasing a stable release since there haven't been any major bugs found in beta3. Incorporates a few bug fixes found in the dev release for several months:

node_gallery 7.x-1.0-beta3

Bug fixes

This is a bug fix release. The major problem it addresses is that sorting was broken in beta2. (#1888284: Sort showing, but not working)

node_gallery 7.x-1.0-unstable1

This is an initial unstable release of Node Gallery for Drupal 7. At this point, the advanced features and integrations with other modules do not work, but the basic mechanics of making a gallery of nodes does work. Code still needs a lot of cleanup, as well. It is not recommended that this be used in production. It should be used for testing and submitting issues and patches.

The module has now been split into two pieces:

  • Node Gallery API: All the functional code is in this module, but installing this alone will not set up any content types, views or NG relationship types. You would use this by itself if you wanted to totally customize everything from scratch.
  • Node Gallery: This module will install the Gallery and Gallery Item content types, it will set up a default NG relationship type between them, and it will install views similar to those found in the D6 version of this module. This is your out-of-the-box gallery solution. This module depends on NG API module.

Here are the things that are currently working:

  • All the back-end admin interfaces except those listed below in the (not working) section.
  • Default content types and views with Node Gallery module.
  • The front-end admin pages (Manage Items, Sort Items, Upload Items)
  • Plupload integration

node_gallery 7.x-1.x-dev

This is an initial barely-functional release for Drupal 7. Not all advanced features work, but the basics of getting a galley posted does work.

Subscribe with RSS Subscribe to Releases for Node Gallery