Downloads
Download tar.gz
13.61 KB
MD5: 7add677f11b9f187d219921100355e10
SHA-1: 3c017edda2d0bea1c8fdf185efc30196ea501da1
SHA-256: ba3985e6c7d44bd4a284e9100f282ee148d20700e360fafe558ace296fd601a9
Download zip
17.54 KB
MD5: 759019479cdbf2e9b20645fe88f891d6
SHA-1: bd2b299e13768294d3432e6a98cb319a8b26e736
SHA-256: 7143ddebfb8b4571a1e9027cd28cec9aeff8b87adff0cd02e408baf2de9ec0f8
Release notes
This is a major cleanup since the last beta and fixes a slew of bugs, although there are still some known issues. Those are all listed in the issue queue so I won't repeat them here. :-) Everyone is strongly recommended to switch to at least beta2, as I will not be addressing issues in beta1 any more. Be aware that there were a few slight CSS changes, so please be careful when upgrading.
Changes since DRUPAL-6--1-0-BETA1:
- by Crell: Add Views list classes (views-row-even, views-row-first, etc.) to both the main cycle
list and the thumbnail list. - #419976 by katbailey and Crell: Use Drupal.theme for thumbnail output, and do not show unnecessary
extra tag. - by Crell: Switch from ->theme() to $view->render_field() in the preprocess function, per recommendation
from merlinofchaos. - #415026 Temporary fix for problem with advanced_render() fields. This will need to be removed and replaced with something
new once http://drupal.org/node/444314 gets addressed. - #486702 by ebrand and Crell. Use hidden divs, not Drupal.settings, for passing thumbnails forward. Much
cleaner. - #593642 by _natron: Add pager location per-skin.
- #505454 by criznach: Remove duplicate IDs that break functionality when more htan one cycle is shown on the same page.
- #600416 by Crell and mbutcher: Add activeSlide class to pager elements that match the currently active item.
- Fix typo in class name in JS file.
- by Crell: Fix bug where event setting is not defaulted properly in the admin.
- by Crell: Clean up pager handling a bit so that when using mouseover triggers, hovering disables the
auto-advance. - by Crell: Allow the speed of transitions to be set by the admin, as well as the time between transitions.
- by Crell: Set height of the cycle using jQuery.cycle's own height parameter.
- by Crell: Add work-around to allow links in the thumbnail field to work when cycle is in mouseover mode.