Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-19 | Oops... Little error on rss generated code | Fabio Varesano | |
2006-06-19 | Corrected some XSS vulnerabilities. | Fabio Varesano | |
Thanks to Dries Buytaert for pointing them out. Chænged '%d' to %d for Postgres SQL compatibility | |||
2006-06-18 | List 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-18 | Added file video.js for javascript functions. Contains several Internet ↵ | Fabio Varesano | |
Explorer workarounds. | |||
2006-06-18 | Removed file video_insert.js . Replaced by video.js with a more general purpose. | Fabio Varesano | |
2006-06-18 | Adding file hooks.php for developer who want to extends video module ↵ | Fabio Varesano | |
functionality | |||
2006-06-18 | Adding file video.css for containing video module specific css rules | Fabio Varesano | |
2006-06-04 | Patch #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-25 | Patch #65019 by halkeye@www.kodekoan.com (http://drupal.org/user/56779) | Fabio Varesano | |
Changed installer SQL in order to use prefix enable query for db creation. | |||
2006-05-21 | Solved 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-21 | Corrected 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-15 | license concerns about AC_Quicktime.js | David Norman | |
2006-05-11 | DB stuff is in .install file now | David Norman | |
2006-05-11 | XHTML 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-05 | br slash is backwards | David Norman | |
2006-04-23 | Patch #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-22 | node_validate_title() doesn't exist anymore and form_filter was breaking things | David Norman | |
2006-04-20 | New upgrade process for 4.7 | David Norman | |
2006-04-04 | Patch #57210 by benthere - Allow explicit YouTube width/height | Fabio 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-04-01 | friendly Drupal 4.7 upgrade path | David Norman | |
2006-02-09 | Increased 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-02-02 | Specified UTF-8 as default encoding for table video | Fabio Varesano | |
2006-01-22 | Patch #45892 by Khalid Baheyeldin - kbahey | Fabio Varesano | |
Added a Random Video Block | |||
2006-01-06 | Ops! I forget to change the primary key to vid insted of nid. | Fabio Varesano | |
2006-01-06 | mysql file has not been updated while the commit of ↵ | Fabio Varesano | |
http://drupal.org/node/40005. I do now. | |||
2005-12-15 | #40005 updated revisions, db schema, forms api, form validation, ↵ | Luke Last | |
permissions, added .swf and image support. | |||
2005-11-03 | GUI changes for metadata display. | Luke Last | |
2005-11-03 | #35453 Adds support for .3GP and .mp4 extensions, also changes to conform to ↵ | Luke Last | |
coding standards. | |||
2005-11-02 | #35914 Updates settings and form hook for new forms API. Also other 4.7 ↵ | Luke Last | |
updates like node_load() and theme printing changes. | |||
2005-10-29 | Added displaying for optional video metadata. | Fabio Varesano | |
Changed default behaviour if download dir empty: Instead of writing an error "There are no files to download for this video." lets download play file. | |||
2005-10-28 | Upgraded for video.module version 1.20 . | Fabio Varesano | |
2005-10-28 | Added $Id$ to track versions. | Fabio Varesano | |
2005-10-28 | Added $Id$ to track versions. | Fabio Varesano | |
Added informations on database upgrading from 4.6 to 4.7 scheme. | |||
2005-10-28 | Added handbook informations and $Id$ to track versions. | Fabio Varesano | |
2005-10-28 | Changed Database code to define every int filed as unsigned. | Fabio Varesano | |
2005-10-28 | Added unsigned to all int fields. | Fabio Varesano | |
2005-10-25 | Patch #25595 Fixed tab caching bug. | Luke Last | |
2005-10-25 | <a href="http://drupal.org/node/31432">RSS DTV support</a> by Uwe Hermann. | Luke Last | |
Also some other small fixes. | |||
2005-10-24 | Patch #34538 by - help text from handbook | Angie Byron | |
2005-10-01 | Added initial German translation of video.module. | Uwe Hermann | |
2005-09-19 | Deleted some unneeded lines. | Luke Last | |
2005-09-19 | Added 2 new blocks and added block config options. http://drupal.org/node/30943 | Luke Last | |
Also changed node body not to display on teaser, and cancled video size check on youtube videos. | |||
2005-09-13 | Updated $Id$ tags as per http://drupal.org/node/28482 | Luke Last | |
2005-09-12 | Fixes quicktime display on IE. http://drupal.org/node/30951 | Luke Last | |
2005-09-11 | Changed youtube video id's to be exactly 11 characters as confirmed by ↵ | Luke Last | |
youtube.com's Brent Hurley | |||
2005-09-11 | Updated minor typos. | Luke Last | |
2005-09-11 | Fixed "most viewed" block. http://drupal.org/node/30943 | Luke Last | |
2005-09-01 | Patch 29470 comment #42074 by LukeLast: | Fabio Varesano | |
Code cleaning. Rewriting of some functions to do less db queries. | |||
2005-08-31 | Added for translators. | Fabio Varesano | |
2005-08-31 | New db schema for video.module version 1.9 | Fabio Varesano | |