aboutsummaryrefslogtreecommitdiff
path: root/video.module
AgeCommit message (Collapse)Author
2009-06-18#493742 by glen201: Replacing video does not remove previously converted ↵Heshan Wanigasooriya
video from filesystem
2009-06-18#221209 by bkat: editing video loses auto converted versionHeshan Wanigasooriya
2009-06-04#461242 by batia : Fatal error: Cannot unset string offsets in ↵Heshan Wanigasooriya
/home/******/public_html/new/includes/form.inc on line 485, fixed. update video feeds links.
2009-05-27updating 6--2 devHeshan Wanigasooriya
2009-04-25Cmmiting Drupal 6 core capability versionHeshan Wanigasooriya
2007-02-18Bug #117580 reported by tatien:Fabio Varesano
Allow different video nodes to point to the same video
2007-02-18#76319 by Sean B Fuller, agilpwc, Grugnog2: Video should play on the same pageFabio Varesano
2007-02-16#119358 by geodaniel: Download link does not work when download tab is not ↵Fabio Varesano
enabled
2007-01-14Let's prepare for video upload status bar.Fabio Varesano
2007-01-13Add flowplayer width to the object tag width.Fabio Varesano
2007-01-12Patch #108661 by omar (http://drupal.org/user/7909):Fabio Varesano
Adding Ogg Theora media type help links for video_multidownload Other minor fixes
2007-01-08* added escaping to filename in ffmpeg_helper which caused filenames with ↵Fabio Varesano
spaces not to work * fixed some incorrect usage of boolean operators * fixed some node links
2007-01-05Restored original behaviour of node links of 4.7Fabio Varesano
2007-01-04Bigger bodyFabio Varesano
2007-01-03First letter capitalization.Fabio Varesano
2007-01-03Patch #75359 by jrbeeman (http://drupal.org/user/16734):Fabio Varesano
Add Views module support
2007-01-03Added support for postgresql.Fabio Varesano
2007-01-03Added support for flowplayer version 1.10. Older versions of flowplayer will ↵Fabio Varesano
not work anymore.
2006-12-14Patch #91774 by Glauco (http://drupal.org/user/96649):Fabio Varesano
Add support for .divx files
2006-10-20Patch #87900 by agilpwc (http://drupal.org/user/49395):Fabio Varesano
The call to set the src url of realmedia files was left out of the real play funtion. Real media files didn't work. This should fix it.
2006-09-21Patch #82224 by vhmauery (http://drupal.org/user/28957)Fabio Varesano
Bring Video up to date with HEAD: updated all video modules to be used on next drupal 5.0
2006-09-18Patch #83233 by Robrecht Jacques (http://drupal.org/user/22598):Fabio Varesano
video doesn't work together with db_rewrite_sql well: use "join on" instead of "where table1, table2" to be db_rewrite_sql compatible Bug #82365 reported by moshe weitzman (http://drupal.org/user/23): "You have to insert a valid file size for this video." - video_upload.module Solved a little error wich always ask to put a size even if the video was uploaded.
2006-08-25Bug #79327 by Bairnsfather (http://drupal.org/user/71509):Fabio Varesano
fixed automatic file size for relative files.
2006-08-25Patch #76951 by Sean B Fuller (http://drupal.org/user/25382):Fabio Varesano
Play broken if 'Display play menu tab' set to 'No' This patch fixes an error where If you set 'Display play menu tab' to 'No' under administer > settings > video, you don't get the video. Instead you get the "?q=node/" page. Bug #79779 by Darryl (http://drupal.org/user/64435): The URL for the youtube.com help has changed. Was: http://www.youtube.com/help.php Now: http://www.youtube.com/t/help_center
2006-08-25Patch #76953 by Sean B Fuller (http://drupal.org/user/25382):Fabio Varesano
Make all fieldsets in settings collapsible and collapsed by default. Bug # reported by Bairnsfather (http://drupal.org/user/71509): User Added Params make html syntax incorrect
2006-08-21Solved a little bug which let flowplayer not loaded if clean url is enabled.Fabio Varesano
2006-07-16Patch #70668 comment #4 by bot (http://drupal.org/user/56659):Fabio Varesano
Support for Ogg Theora Files: Added support for Ogg Theora video files. Users can now use the cortado java applet video player to play ogg theora videos.
2006-06-28Patch #70738 by bot (http://drupal.org/user/56659)Fabio Varesano
video_playcounter is never increased fixes the play counter which was no more incremented.
2006-06-28Patch #69653 comment 5 by agilpwc (http://drupal.org/user/49395)Fabio Varesano
Prompt Anymous Users to Log In to View Video Adds a 'play video' permission. Users without it will display "login or register to play video or download" link instead of "play or download".
2006-06-23Users can now delete their own videos if they have "edit own video" permission.Fabio Varesano
2006-06-21Patch #70049 by agilpwc (http://drupal.org/user/49395)Fabio Varesano
.flv base url incorrect Solved and incorrect url passed to flowplayer if file is .flv
2006-06-20Changed check_url to check_plain in _video_get_fileurlFabio Varesano
in order to make mms:// or rstp:// links usable. Fixed some grammar errors on video_upload Thanks Darryl (http://drupal.org/user/64435) for pointing this out. Fixed an error on video_multidownload which generated a function undefined error. Moved some video_multidownload specific ssettings from video.module to video_multidownload Added global $user to video_access. Thanks kungfoo (http://drupal.org/user/65090) for pointing this out.
2006-06-19Some debugging for plugins.Fabio Varesano
Patch #69330 by geodan (http://drupal.org/user/37266) Allow users to edit own videos: This patch adds an 'edit own videos' permission to allow users to edit their own video nodes without having the 'administer nodes' privelage.
2006-06-19Oops... Little error on rss generated codeFabio Varesano
2006-06-19Corrected some XSS vulnerabilities.Fabio Varesano
Thanks to Dries Buytaert for pointing them out. Chænged '%d' to %d for Postgres SQL compatibility
2006-06-18List of changes:Fabio Varesano
Pluginization: Video.module file was too big and complex. I isolated each different feature which was not excencial and removed from the video.module file. Those features are now added by helper modules called plugins under the directory "plugins". The download has been separed from multidownload. There is now a separated plugin called video_multidownload which add multidownload feature. There are also some hooks being defined. See file hooks.php for details. XHTML Compliace: I worked hard to remove unvalid code from video module. Now the code generated by the module validates on W3C validator. This will probæbly generate some problems with uncommon browsers we will try to solve them as soon as reported. Thanks a lot to Karl Rudd who point me to the right direction towards compliace. Thumbnailing: There is plugin called video_image.module which add thumbnails support for the video module. Thumbnails are uploaded throught the video creation form and a image node is created with it. Video file Uploads: There is a plugin called video_upload.module which add a file upload field to the node creation form. The uploaded file is automatically set as path of the video. Then usable for plays/downloads. NOTE ON BUGS: I tryed to test new features the most as possible but I can't guarantee that all this code is bugfree. Video module is becaming too big to be tested by only one person (me). Hope you guys will be able to help with debugging. Fabio
2006-06-04Patch #63497 by Psicomante (http://drupal.org/user/29518)Fabio Varesano
Added support for .dcr and .dir videos. Patch #57215 by benthere (http://drupal.org/user/28240) Added support for Google videos. I started from the patch submitted by benthere but I had to change something becouse google video embed code seemed changed from what benthere used to code his patch. Details on how to use Google video files are included in FILE_TYPES.txt and on video help page. Removed some unused flv player settings. (no more need for a skin)
2006-05-21Solved a small bug which let help url "More Information" not work.Fabio Varesano
There was an incorrect usage of the l() functions with ancors.
2006-05-21Corrected an incorrect usage of array_key_exists on _video_get_parameters()Fabio Varesano
which was making customizable object params to swf unusable. Thanks to Psicomante (http://drupal.org/user/29518) for pointing this out. This fixes #63495 and 63729
2006-05-15license concerns about AC_Quicktime.jsDavid Norman
2006-05-11DB stuff is in .install file nowDavid Norman
2006-05-11XHTML improvements and ActiveX bugfix related to ↵David Norman
http://www.microsoft.com/downloads/details.aspx?familyid=B7D9801B-4FB5-492E-903E-3400ABF1D731&displaylang=en
2006-05-05br slash is backwardsDavid Norman
2006-04-23Patch #57216 by fax8 (Fabio Varesano): Added feed for video. It is available ↵Fabio Varesano
at ?q=video/feed . Also added feed icon at the bottom of ?q=video page.
2006-04-22node_validate_title() doesn't exist anymore and form_filter was breaking thingsDavid Norman
2006-04-04Patch #57210 by benthere - Allow explicit YouTube width/heightFabio Varesano
Now youtube videos are rendered using video size specified on the video node creation form. Before all video nodes of type youtube were rendered as 425x350. 425x350 is the default if video size valuse are empty. Added better tests to _video_get_parameters() to chech that $serial_data['object_parameters'] is a good array to be used with foreach
2006-02-09Increased image path size to 255 chars.Fabio Varesano
(bug #48181 - Thanks TinTrout for pointing this out) Fix invalid argument on foreach() when serial_data is empty (bug #47581 - Thanks zerodegree for pointing this out)
2006-01-22Patch #45892 by Khalid Baheyeldin - kbaheyFabio Varesano
Added a Random Video Block
2005-12-15#40005 updated revisions, db schema, forms api, form validation, ↵Luke Last
permissions, added .swf and image support.
2005-11-03GUI changes for metadata display.Luke Last