| /[drupal]/contributions/modules/slideshow_creator/slideshow_creator.inc |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
Bugs fixed: * #333879 by brmassa: A developer/debug function commited by accident.
Bugs fixed: * #320007 by brmassa: Example for creating a slideshow with files from a directory (README.txt read)
Bugs fixed: * #309992 by brmassa: Disabled javascript: the prev/next links don't work
Bugs fixed: * #314086 by hovel, vann and brmassa: ROTATE_SPEED and BLEND parameters ignored (because no longer used by 2.23 of JQuery Cycle Plugin)
Bugs fixed: * Better code for non-Cycle plugin attributes.
Bugs fixed: * glob function sometimes return FALSE, a value which cannot be merged with an array using array_merge
Bugs fixed: * Slideshow effects delay caused by not converting JS numeric values inside strings into numbers
New features: * To avoid JS injection, filter all JS data
Bugs fixed: * converted strlower to drupal_strlower Misc: * Code documention enhancements
Bugs fixed: * The SsC tag attributes cannot have an empty values * The SsC tag attributes can now have 0 as value
Bugs fixed: * height and width values placed on SsC tag will now be correctly used. * SsC settings page now works on D6.2 (problem due access argument) New features: * Layout 'none' will not render the navigation commands.
Bugs fixed: * blend and rotate SsC tag attributes now correctly converted to jQuery Cycle attributes
New features: * All slide's images now use title attribute MIsc: * All slides have and HTML ID
Misc: * Move all the algorithm that deals with next and previous buttons to a new helper function. Its to minimize the size of the main theme function
Misc: * JavaScript/jQuery Cycle attributes are now included on the slideshow data. No more separated array for it
Misc: * JavaScript attributes on $js array are now merged with default options on theme function
Misc: * The SsC ID is now generated at the theme function, so slideshow data can be given without any previous knowledge about the current slideshow number.
Misc: * Move the #current attribute to the theme function
New features: * Force each slide being the same size as the slideshow main content size
Misc: * Simplifying the code
New features: * Besides images, the slideshow main content can be literally anything
Misc: * rename CSS class ssc-effect to ssc-content
Bugs fixed: * Height and Width are for the content area, not for the entire slideshow
Misc: * converting some slideshow attributes to #attribute
Misc: * converting some slideshow attributes to #attribute
Misc: * converting some slideshow attributes to #attribute
Bugs fixed: * Wrong index transmitted to build each slide
Misc: * converting some slideshow attributes to #attribute
Misc: * converting some slideshow attributes to #attribute
New features: * height and wdith values now resize the slideshow * layout value is now on #attributes format
Misc: * CVS $ Id: $ correctly placed on the files
Misc: * Better Doxygen documentation
New features: * Uses jQuery Plugin module to manage the Cycle jQuery * Split hook_theme to reduce the function size and reuse code
New features: * slideshow_creator.inc now holds all non-hook functions
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |