Releases for Nodecarousel

nodecarousel 6.x-1.x-dev

jcfiala - April 19, 2008 - 23:30
Nightly development snapshot from CVS branch: DRUPAL-6--1
Download: nodecarousel-6.x-1.x-dev.tar.gz
Size: 28.21 KB
md5_file hash: 2a0726cce24743fdaaeab69fffe8fd27
First released: April 19, 2008 - 23:30
Last updated: April 20, 2008 - 00:09

Much the same functionality as the dev 5.0 release. We've been using this more or less as it is here on a development Drupal 6 site, so I think it's pretty stable, but feel free to do some testing and trying out. Unfortunately, no Views support yet.

* Fixed problem with having javascript load at the bottom of the page - a non-drupal_add_js'd jquery
call was causing it to crash in some instances. Now that is handled using old school js.
* Added ability for late-loading of carousels. Instead of having to load on document.ready, there's
a javascript function that you can call when you know that nodecarousel will be visible.
* Made the jquery selectors that had shown the Loading... and switched on the

    more specific,
    which was needed when some nodecarousels would load on document.ready and others wouldn't.
    * Created a surrounding div, with an id of 'nc_wrapper_'.name of the carousel, to make theming easier.
    * Nodecarousel default theming now tries to find an image in the result of a node_load operation,
    and displays that in the default theme. Still overrideable with theme_nodecarousel_node.
    * Added various db_rewrite_sql calls throughout for better security.
    * Unpublished nodes are not displayed in carousels.
    * No longer depends on nodequeue to be used - instead, if nodequeue is not loaded, it will not
    be presented as an option.
    * #231461: Fixed problem with not all SQL table names being surrounded by {}.
    * This is an update of Nodecarousel to Drupal 6.
    * New control: You can specify the block caching level on the nodecarousel screen.
    * New control: You can specify if you want your nodecarousel to try to load on page ready, or delay it. This is useful
    if the nodecarousel is in a hidden section of the page.
    * Now there is a div wrapping the nodecarousel that you can target CSS against. All nodecarousel items also have a specific class as well.
    * Oh, and the Wrap: Circular option works now. Although it doesn't work with an autoscroll. Let me know if you figure out why.

nodecarousel 5.x-1.x-dev

jcfiala - April 19, 2008 - 23:14
Nightly development snapshot from CVS branch: DRUPAL-5
Download: nodecarousel-5.x-1.x-dev.tar.gz
Size: 27.93 KB
md5_file hash: 9fecd2106212a4ea649f39e5ecd11946
First released: April 19, 2008 - 23:14
Last updated: April 20, 2008 - 00:09

Latest and greatest development version - a number of new minor features and a good number of bug fixes. Depending on how stable this turns out, this may become the next release version soon for 5.x.

* Fixed problem with having javascript load at the bottom of the page - a non-drupal_add_js'd jquery
call was causing it to crash in some instances. Now that is handled using old school js.
* Added ability for late-loading of carousels. Instead of having to load on document.ready, there's
a javascript function that you can call when you know that nodecarousel will be visible.
* Made the jquery selectors that had shown the Loading... and switched on the

    more specific,
    which was needed when some nodecarousels would load on document.ready and others wouldn't.
    * Created a surrounding div, with an id of 'nc_wrapper_'.name of the carousel, to make theming easier.
    * Nodecarousel default theming now tries to find an image in the result of a node_load operation,
    and displays that in the default theme. Still overrideable with theme_nodecarousel_node.
    * Added various db_rewrite_sql calls throughout for better security.
    * Unpublished nodes are not displayed in carousels.
    * Now, if you have views installed, nodecarousel allows you to use a view you've established as a
    node source.
    * No longer depends on nodequeue to be used - instead, if nodequeue is not loaded, it will not
    be presented as an option.
    * #231461: Fixed problem with not all SQL table names being surrounded by {}.

Thanks for RobLeech for his help with the views integration, btw.

nodecarousel 5.x-1.0

jcfiala - January 30, 2008 - 18:02
Official release from CVS tag: DRUPAL-5--1-0
Download: nodecarousel-5.x-1.0.tar.gz
Size: 26.33 KB
md5_file hash: fc9027ff607bcca63eb2195626fa3cf3
First released: January 30, 2008 - 18:02
Last updated: January 30, 2008 - 18:05

Initial release of ready for use nodecarousel.

 
 

Drupal is a registered trademark of Dries Buytaert.