| 1 |
$Id: CHANGELOG,v 1.5.2.11 2009/10/10 18:11:17 jhedstrom Exp $
|
| 2 |
|
| 3 |
DRUPAL-7--1-5, XXXX-XX-XX
|
| 4 |
-------------------------
|
| 5 |
- Initial Drupal 7 release.
|
| 6 |
|
| 7 |
DRUPAL-6--1-5, 2009-10-10
|
| 8 |
-------------------------
|
| 9 |
- #566740, fixed file referencing validation error.
|
| 10 |
|
| 11 |
DRUPAL-6--1-4, 2009-09-03
|
| 12 |
-------------------------
|
| 13 |
- Removed erroneously committed debugging code.
|
| 14 |
|
| 15 |
DRUPAL-6--1-3, 2009-08-27
|
| 16 |
-------------------------
|
| 17 |
- Updated to match the new FileField API.
|
| 18 |
- #461082 Fixed embedding issue with Safari
|
| 19 |
- #461552 Place holder image shows up when no video uploaded
|
| 20 |
|
| 21 |
DRUPAL-6--1-2, 2009-02-26
|
| 22 |
-------------------------
|
| 23 |
- Updated to use YouTube API 2.0
|
| 24 |
- Code and comment style cleanup.
|
| 25 |
- Added Zend GData version check to hook_requirements().
|
| 26 |
|
| 27 |
DRUPAL-6--1-1, 2009-02-24
|
| 28 |
-------------------------
|
| 29 |
- HTML tags are now stripped out of the description field sent to
|
| 30 |
Youtube.
|
| 31 |
- Conflicts with file status field (from filefield) have been fixed
|
| 32 |
which seems to resolve elusive upload failure issues.
|
| 33 |
- More elegant default video processing images.
|
| 34 |
|
| 35 |
DRUPAL-6--1-0, 2008-12-31
|
| 36 |
-------------------------
|
| 37 |
- Default keywords are now validated to avoid provider upload
|
| 38 |
conflicts.
|
| 39 |
- Added option to toggle fullscreen button on embedded video.
|
| 40 |
- Updated default sizes to match YouTube's new widescreen ratios.
|
| 41 |
- Added default images for videos that are being processed.
|
| 42 |
- YouTube as a provider has been partially abstracted to the providers
|
| 43 |
directory, and integrated through video_upload hooks such that
|
| 44 |
adding additional providers in the future should be a matter of
|
| 45 |
implementing the required hooks.
|
| 46 |
- Direct upload method now implemented via the FileField widget
|
| 47 |
system.
|
| 48 |
- Take advantage of a few Zend GData library optimizations.
|
| 49 |
- Added a views handler for filtering on video status.
|
| 50 |
- Added SimpleTests for YouTube authentication, CCK field creation,
|
| 51 |
YouTube upload and removal.
|
| 52 |
|
| 53 |
DRUPAL-5, 2008-05-23
|
| 54 |
--------------------
|
| 55 |
- Created custom handlers for onsubmit and oncomplete to override the
|
| 56 |
upload.js handlers to account for the bug described in #260792
|
| 57 |
- Modified the admin listing to display local video that has been
|
| 58 |
removed from YouTube, and thus orphaned, as described in #261182
|
| 59 |
|
| 60 |
|
| 61 |
DRUPAL-5, 2008-05-09
|
| 62 |
--------------------
|
| 63 |
- Fixed improperly formatted calls to the t() function in
|
| 64 |
zend_gdata.inc
|
| 65 |
|
| 66 |
|
| 67 |
DRUPAL-5, 2008-05-07
|
| 68 |
--------------------
|
| 69 |
- Added new display formatter, thumbnail as link
|
| 70 |
- Fixed bug in which taxonomy terms longer than 25 characters in
|
| 71 |
length would cause YouTube to reject the video
|
| 72 |
- Slight css changes to the video_upload admin page
|
| 73 |
|
| 74 |
|
| 75 |
DRUPAL-5, 2008-05-05
|
| 76 |
--------------------
|
| 77 |
- Added autoplay and related video display options
|
| 78 |
- Added initial thumbnail display configuration and output
|
| 79 |
- Added Zend_Gdata_App_HttpException handling for failed connections
|
| 80 |
- fixed authentication bug
|
| 81 |
|
| 82 |
DRUPAL-5, 2008-05-02
|
| 83 |
--------------------
|
| 84 |
- Added a js progress bar to preview/submit button functionality
|
| 85 |
- Added node token support for the default description field
|
| 86 |
- Fixed a bug in which the jquery was failing on pages where a search
|
| 87 |
form was present
|
| 88 |
- Re-ordering of logic in _video_upload_widget_form() for better error
|
| 89 |
handling
|
| 90 |
- Added widget configuration options for YouTube synchronization of
|
| 91 |
title, keywords and description
|
| 92 |
|
| 93 |
|
| 94 |
DRUPAL-5, 2008-05-01
|
| 95 |
--------------------
|
| 96 |
- Fixed a YouTube category bug, only to find an actual bug in the API.
|
| 97 |
- Fixed widget_info hook bug
|
| 98 |
- Added a video admin page/form for tracking all videos, and deleting
|
| 99 |
orphaned videos
|
| 100 |
- Abstracted video status numbers into constants for easier
|
| 101 |
readability
|
| 102 |
|
| 103 |
|
| 104 |
DRUPAL-5, 2008-04-30
|
| 105 |
--------------------
|
| 106 |
- Field name is now automatically sent to YouTube as a "developer tag"
|
| 107 |
|
| 108 |
|
| 109 |
DRUPAL-5, 2008-04-29
|
| 110 |
--------------------
|
| 111 |
- Video status checking, updating and deleting now enabled for node
|
| 112 |
deletes, and on cron
|