video_upload 7.x-1.0-alpha2

Bug fixes

Updating to the latest 7.x API changes (mostly the addition of EntityFieldQuery).

video_upload 6.x-1.3

Bug fixes

- Updated to match the new FileField API.
- #461082 Fixed embedding issue with Safari
- #461552 Place holder image shows up when no video uploaded

video_upload 6.x-1.2

Bug fixes

- Updated to use YouTube API 2.0
- Code and comment style cleanup.
- Added Zend GData version check to hook_requirements().

video_upload 6.x-1.1

- HTML tags are now stripped out of the description field sent to
Youtube.
- Conflicts with file status field (from filefield) have been fixed
which seems to resolve elusive upload failure issues.
- More elegant default video processing images.

video_upload 6.x-1.0

  • Default keywords are now validated to avoid provider upload conflicts.
  • Added option to toggle fullscreen button on embedded video.
  • Updated default sizes to match YouTube's new widescreen ratios.
  • Added default images for videos that are being processed.
  • YouTube as a provider has been partially abstracted to the providers directory, and integrated through video_upload hooks such that adding additional providers in the future should be a matter of implementing the required hooks.

video_upload 5.x-1.x-dev

$Id: CHANGELOG 506 2008-05-02 22:04:09Z jhedstrom $

DRUPAL-5, 2008-05-02
--------------------
- Added a js progress bar to preview/submit button functionality
- Added node token support for the default description field
- Fixed a bug in which the jquery was failing on pages where a search
  form was present
- Re-ordering of logic in _video_upload_widget_form() for better error
  handling
- Added widget configuration options for YouTube synchronization of
  title, keywords and description


DRUPAL-5, 2008-05-01
--------------------
Subscribe with RSS Subscribe to Releases for Video Upload