Downloads

Download tar.gz 29.05 KB
MD5: d197f5f78bb90b957ae467b2fde5709e
SHA-1: 774cbefdc53f76d29df7512501b09a8a8f51f259
SHA-256: 2984e008be258c3dec654a7e7580e613371c69a1b651ba031257a6ac8db5ecd7
Download zip 31.25 KB
MD5: 75d7799599f47a1190ff5980b1e2f592
SHA-1: 37218e2c6b5bf4466b1f417d96a176ab3f025910
SHA-256: 9d501e34e2db236fc7655a88953beac4f8db9027704b1bd993ae9f98374918c9

Release notes

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.

Created by: jcfiala
Created on: 19 Apr 2008 at 23:14 UTC
Last updated: 6 Jul 2016 at 20:22 UTC
New features
Bug fixes

Other releases