Skip to content
  1. Nov 05, 2006
  2. Nov 01, 2006
  3. Oct 20, 2006
  4. Sep 21, 2006
  5. Sep 18, 2006
  6. Aug 25, 2006
  7. Aug 21, 2006
  8. Jul 16, 2006
  9. Jun 28, 2006
  10. Jun 24, 2006
  11. Jun 23, 2006
  12. Jun 22, 2006
  13. Jun 21, 2006
  14. Jun 20, 2006
  15. Jun 19, 2006
  16. Jun 18, 2006
    • Fabio Varesano's avatar
      List of changes: · bff6fafe
      Fabio Varesano authored
        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
      bff6fafe
    • Fabio Varesano's avatar
    • Fabio Varesano's avatar
    • Fabio Varesano's avatar
    • Fabio Varesano's avatar
  17. Jun 04, 2006
    • Fabio Varesano's avatar
      Patch #63497 by Psicomante (http://drupal.org/user/29518) · d4579fc0
      Fabio Varesano authored
        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)
      d4579fc0
  18. May 25, 2006
  19. May 21, 2006
  20. May 15, 2006
  21. May 11, 2006
  22. May 05, 2006
  23. Apr 23, 2006