| 1 |
/* $Id: changelog.txt,v 1.19 2007/07/26 14:31:49 aaron Exp $ */
|
| 2 |
|
| 3 |
2007-07-27
|
| 4 |
don't show 'show video' on thumbnails if no embed code value
|
| 5 |
|
| 6 |
2007-07-26
|
| 7 |
fixed fatal string error in php5 -- http://drupal.org/node/151082
|
| 8 |
|
| 9 |
2007-06-09
|
| 10 |
fixed embed pasting for blip.tv
|
| 11 |
added support for blip.tv
|
| 12 |
added serialized data array for extra provider-specific node-level data
|
| 13 |
added thumbnail width/height
|
| 14 |
|
| 15 |
2007-06-07
|
| 16 |
created 'supported features' sections of settings page
|
| 17 |
added support for 'related videos' for youtube
|
| 18 |
|
| 19 |
2007-06-05
|
| 20 |
add 'embed code' filter for views -- note: run update.php to see it
|
| 21 |
increase maxlength on embed textfield for better embed code support
|
| 22 |
added support for ifilm
|
| 23 |
|
| 24 |
2007-06-03
|
| 25 |
began support for autoplay (starting with youtube)
|
| 26 |
added support for sevenload
|
| 27 |
|
| 28 |
2007-04-25
|
| 29 |
added support for brightcove videos. thanks, recidive!
|
| 30 |
|
| 31 |
2007-04-12
|
| 32 |
text link for thumbnail when thumbnail not available
|
| 33 |
link thumbnails to node view
|
| 34 |
fix youtube thumbnails
|
| 35 |
|
| 36 |
2007-04-04
|
| 37 |
some code documentation
|
| 38 |
|
| 39 |
2007-03-24
|
| 40 |
simplified api
|
| 41 |
added video link hook to api
|
| 42 |
|
| 43 |
2007-03-23
|
| 44 |
begin bliptv, but waiting on email re. api
|
| 45 |
add google, metacafe, myspace, revver, jumpcut
|
| 46 |
change structure to use .inc files for 3rd party providers
|
| 47 |
describe api in readme
|
| 48 |
|
| 49 |
2007-03-22
|
| 50 |
fix bug w/ blank video when no embed code entered
|
| 51 |
call youtube api to fetch thumbnails
|
| 52 |
parse video code from the YouTube video URL
|
| 53 |
|
| 54 |
2007-03-14
|
| 55 |
branch to video_cck for more generic video integration
|
| 56 |
|
| 57 |
2007-02-23
|
| 58 |
began development for YouTube integration; release as youtube_cck
|