• Fixed #156417 - image module's _image_get_dimensions() no longer exists - replaced with _image_get_sizes()
I completely removed the image_gallery modifications from the theme to prevent any problems people may encounter with using different versions of the image module & this theme.
This release of Fivestar contains several bug fixes including:
- Now works with jQuery 1.2 and the jquery_update.module
- Including form elements of #type = 'fivestar' now automatically include the necessary javascript for fivestar
- Canceling a vote properly updates the status of the rating
- Documentation improved with installation and configuration instructions. Thanks katin.
Also:
- New 'heart' icons included in the theme directory. Thanks arsart.
There have been many enhancements to FlashVideo Version 2.2. Please follow the links below to get more information regarding the new API and FlashVideo CCK plugin.
Added a new parameter for the [video] and [thumbnail] tag, called file. This allows you to specify any file and it will play it. This is referenced from the system files directory.
Depricated the _perform_ffmpeg routine. Now using a more standard flashvideo_convert routine.
Added the ability to customize the Thumbnail command to the conversion utility.
Made another fix to the RSS feeds that was using db_fetch_object instead of db_result.
Fixed the bad wordage in the Missing thumbnail image... It was saying "Image Not Unavailable" and now says "Image Not Available".
Fixed the file paths to the missing video and missing thumbnail images.
Changed the flashvideo_get_video routine to look for not only "flv-application/octet-stream" files, but also "application/octet-stream" files.