Releases for Video Upload
video_upload 7.x-1.x-dev
First released: October 28, 2009 - 23:25
Size: 448.96 KB
md5_file hash: 0674ae98e1841645e69ea767431443ed
Last updated: October 29, 2009 - 00:36
Drupal 7.x development release.
video_upload 6.x-1.5
First released: October 10, 2009 - 18:13
Size: 448.52 KB
md5_file hash: 4dfd6eab720898d968f55c839cc31516
Last updated: October 10, 2009 - 18:16
Fixes #566740: Editing node not allowed after uploading video
video_upload 6.x-1.4
First released: September 4, 2009 - 00:50
Size: 447.43 KB
md5_file hash: b78d4830c17aaadc92c83ece25c98bcc
Last updated: September 4, 2009 - 00:55
- Removed erroneously added debugging code.
video_upload 6.x-1.3
First released: August 28, 2009 - 01:25
Size: 447.45 KB
md5_file hash: a000979b920711f17ae4742f770395e7
Last updated: August 28, 2009 - 01:31
- 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
First released: February 26, 2009 - 22:12
Size: 445.69 KB
md5_file hash: 899711bb41f97461e2903dceaf929fca
Last updated: February 26, 2009 - 22:16
- 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
First released: February 25, 2009 - 00:13
Size: 445.46 KB
md5_file hash: 2c44023caa4a86df6571b70322ce921b
Last updated: February 25, 2009 - 00:16
- 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
First released: December 31, 2008 - 22:09
Size: 358.38 KB
md5_file hash: 9020f73aef60369db3dc671987de9175
Last updated: December 31, 2008 - 22:10
- 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.
- Direct upload method now implemented via the FileField widget system.
- Take advantage of a few Zend GData library optimizations.
- Added a views handler for filtering on video status.
- Added SimpleTests for YouTube authentication, CCK field creation, YouTube upload and removal.
video_upload 6.x-1.x-dev
First released: November 4, 2008 - 22:42
Size: 448.52 KB
md5_file hash: 4cfb3f2b76325c9c386b68863287bd8a
Last updated: October 11, 2009 - 00:26
The Drupal 6.x development branch.
video_upload 5.x-1.0-beta2
First released: October 29, 2008 - 22:21
Size: 30.09 KB
md5_file hash: 92b60047c78652f1a22427dfa08f60c4
Last updated: October 29, 2008 - 22:25
Fixed call to undefined function during cron.
video_upload 5.x-1.0-beta1
First released: June 18, 2008 - 15:59
Size: 30.05 KB
md5_file hash: b0ccddef4907d20051cb2062544bc1b0
Last updated: June 18, 2008 - 16:00
This is the Beta release for 5.x
video_upload 5.x-1.x-dev
First released: April 25, 2008 - 18:51
Size: 30.08 KB
md5_file hash: 40d0ce8eb26a9d4bb633d81174fe6aac
Last updated: January 1, 2009 - 00:17
$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
--------------------
- Fixed a YouTube category bug, only to find an actual bug in the API.
- Fixed widget_info hook bug
- Added a video admin page/form for tracking all videos, and deleting
orphaned videos
- Abstracted video status numbers into constants for easier
readability
DRUPAL-5, 2008-04-30
--------------------
- Field name is now automatically sent to YouTube as a "developer tag"
DRUPAL-5, 2008-04-29
--------------------
- Video status checking, updating and deleting now enabled for node
deletes, and on cron
See the TODO.txt for unfinished aspects of the module.