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