<feed xmlns='http://www.w3.org/2005/Atom'>
<title>drupal/video/plugins/video_params, branch 7.x-1.x</title>
<subtitle>Video drupal module</subtitle>
<id>https://git.devlet.com.br/drupal/video/atom?h=7.x-1.x</id>
<link rel='self' href='https://git.devlet.com.br/drupal/video/atom?h=7.x-1.x'/>
<link rel='alternate' type='text/html' href='https://git.devlet.com.br/drupal/video/'/>
<updated>2010-03-23T04:17:29+00:00</updated>
<entry>
<title>removing old files and commenting new file field and other files to the vidoe module page.</title>
<updated>2010-03-23T04:17:29+00:00</updated>
<author>
<name>Heshan Wanigasooriya</name>
<email>heshanmw@gmail.com</email>
</author>
<published>2010-03-23T04:17:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.devlet.com.br/drupal/video/commit/?id=8041073c8d74e5d24e3b9f10143f3e4bd04db2de'/>
<id>urn:sha1:8041073c8d74e5d24e3b9f10143f3e4bd04db2de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updating TODO and author</title>
<updated>2009-07-25T03:23:54+00:00</updated>
<author>
<name>Heshan Wanigasooriya</name>
<email>heshanmw@gmail.com</email>
</author>
<published>2009-07-25T03:23:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.devlet.com.br/drupal/video/commit/?id=046ee9afa7460771d51a97f377e1bbda7b66d173'/>
<id>urn:sha1:046ee9afa7460771d51a97f377e1bbda7b66d173</id>
<content type='text'>
</content>
</entry>
<entry>
<title>updating 6--2 dev</title>
<updated>2009-05-27T01:48:29+00:00</updated>
<author>
<name>Heshan Wanigasooriya</name>
<email>heshanmw@gmail.com</email>
</author>
<published>2009-05-27T01:48:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.devlet.com.br/drupal/video/commit/?id=8cd94d3aabb438fc8efa275c1b57e44d33e2fac5'/>
<id>urn:sha1:8cd94d3aabb438fc8efa275c1b57e44d33e2fac5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>adding plugins to the HEAD</title>
<updated>2009-04-27T09:47:43+00:00</updated>
<author>
<name>Heshan Wanigasooriya</name>
<email>heshanmw@gmail.com</email>
</author>
<published>2009-04-27T09:47:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.devlet.com.br/drupal/video/commit/?id=a69b21cc7ee12c117b58f0d940f7cb9d38278384'/>
<id>urn:sha1:a69b21cc7ee12c117b58f0d940f7cb9d38278384</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Patch #93957 by vhmauery:</title>
<updated>2006-11-11T03:58:41+00:00</updated>
<author>
<name>Fabio Varesano</name>
<email>fax8@13637.no-reply.drupal.org</email>
</author>
<published>2006-11-11T03:58:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.devlet.com.br/drupal/video/commit/?id=e31b60659bd95b9978328bf43a02f34941b6acca'/>
<id>urn:sha1:e31b60659bd95b9978328bf43a02f34941b6acca</id>
<content type='text'>
  Update video .info files
    Here is a patch that updates the .info files for video module and all its plugin modules.
    This is what it does:
      1. It adds the dependency line to all the plugins so they depend on the video module.
      2. It adds the package line to group all the video modules in the "Video" section on the modules page
      3. It also adds Image module to the dependency line for the video_image module
</content>
</entry>
<entry>
<title>Patch #82224 by vhmauery (http://drupal.org/user/28957)</title>
<updated>2006-09-21T12:32:54+00:00</updated>
<author>
<name>Fabio Varesano</name>
<email>fax8@13637.no-reply.drupal.org</email>
</author>
<published>2006-09-21T12:32:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.devlet.com.br/drupal/video/commit/?id=fb7919a6359542d195c4abd959d4c293b087dd79'/>
<id>urn:sha1:fb7919a6359542d195c4abd959d4c293b087dd79</id>
<content type='text'>
  Bring Video up to date with HEAD:
      updated all video modules to be used on next drupal 5.0
</content>
</entry>
<entry>
<title>List of changes:</title>
<updated>2006-06-18T14:41:32+00:00</updated>
<author>
<name>Fabio Varesano</name>
<email>fax8@13637.no-reply.drupal.org</email>
</author>
<published>2006-06-18T14:41:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.devlet.com.br/drupal/video/commit/?id=bff6fafe62a4201c99bdba20144313276d654bca'/>
<id>urn:sha1:bff6fafe62a4201c99bdba20144313276d654bca</id>
<content type='text'>
  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
</content>
</entry>
</feed>
