Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 17.85 KB
MD5: 678ae736b1d7816011d37d8f21573f4c
SHA-1: 925fa313fe3947bcff395316ffeb09481f7f9f23
SHA-256: b73547c28e1c52e43bae4d37b1ea80fe4633c3593a8f216b8aa8f7c11a400c91
Download zip 20.86 KB
MD5: fee30b1a306bfe30c1bdbd31d135b99f
SHA-1: 9d5198fe902e89df7e2e3b8b7b2d889dae092474
SHA-256: 6e55bee4944987391ec3ee38385322b2860799c46cba3b63a202065a51d89721

Release notes

The main change in this release is to fix the display in non-javascript browsers. The old code tried to serve special pages for each possible target of a "next" or "previous" click. All well and good, but it resulted in a hit on the server every time a user clicked to change slides. Also it relied on Drupal pages not being cached! It may have worked when it was written, but investigation shows that it doesn't work on either the latest D6 or D7, probably due to changes in the caching behaviour. With the decreasing number of non-js browsers, penalising the server has become unjustifiable. This release removed the code that hit the server for each image load (i.e. every click on the next/previous buttons) and replaced with a simple sequential display of all images.

Also:

Updated the list of jQuery cycle options (see http://jquery.malsup.com/cycle/options.html).

Issue #1404040: Improved passing javascript options to the cycle plugin.

Created by: rhouse
Created on: 10 Feb 2012 at 07:50 UTC
Last updated: 10 Feb 2012 at 07:50 UTC
Bug fixes
Unsupported

Other releases