-
Stripping CVS keywords
-
Nodecarousel: February 25, 2011 2:07
Commit 264622f on 6.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
Nodecarousel: February 25, 2011 2:07
Commit 1d5f850 on 5.x-1.x, committed by Drupal Git User (LDAP)Stripping CVS keywords
-
* 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 <ul> 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 {}.
-
* 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 <ul> 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 {}.
-
#217203: Fixed nodequeue node access problems - now uses status = 1 and db_rewrite_sql.
-
#184377: Added views support to nodecarousel - now you can choose a view to read nodes from in addition to the other options.
-
Removed validations that are already performed by FAPI.
-
Removed dependancy on nodequeue - fixed queries without {} - removed references to views. -
This commit was manufactured as part of Drupal's Great Git Migration to create branch 'DRUPAL-5'. Sprout from master 2008-01-30 17:48:17 UTC John C Fiala <jcfiala@163643.no-reply.drupal.org> 'Removed jcarousel - now depends on jcarousel module.' Delete: jcarousel/changelog.html jcarousel/index.html jcarousel/style.css