flashvideo 6.x-1.5

New features
Bug fixes
Unsupported

Includes all bug fixes and new features mentioned since 1.4 release.

flashvideo 6.x-1.5-rc5

Bug fixes
Unsupported

Release to update the recommended version that appears on the project page. It's currently listing 1.4 from 2008, which is incorrect.

Bug Fixes in This Release

  1. Including the patch that fixes the [video] tag for unicode sites.
  2. Made a fix to the CCK module where $node_type was not working. - travist

flashvideo 6.x-1.5-rc4

New features
Bug fixes
Unsupported

Bug fixes included:

  • Fixed a minor issue where the get routine for the S3 module was taking way to long by travist.

  • #211008 and #518772 Added missing break statement and also disabled the RSS display code for users with FileField integration since CCK gives you control over the display already by attheshow

flashvideo 6.x-1.5-rc3

New features
Bug fixes
Unsupported

New Features in This Release

  1. #439408: Use output paths configured in FileFields Use output paths configured in FileFields. - attheshow
  2. #233995: MP4 support mp4 support. - attheshow
  3. Adding a stand alone S3 wrapper. - travist
  4. Refactored the Amazon AWS plugin to include the CloudFront functionality. Also, this module is now using a stand alone Amazon wrapper class so that you do not have to download the third party library anymore. - travist

Bug Fixes in This Release

  1. #442518: Use of libmp3lame as audio format for ffmpeg Improvement to search for lib3lame. From tagliavinid.
  2. #441452: Multiple upload, duplicate entry on adding a video to a node Fix for bug uploading multiple FileField videos over time. - attheshow
  3. Fixed an issue where bad things happen if the Import directory is an empty string. Also fixed an issue when the import directory is the same as the output directory. - travist
  4. Added some classes to the FlashVideo images so that they can be modified using CSS. - travist
  5. Fixed a syntax error. - travist
  6. #463500: Usage description and coded flash player location missmatch Changing description of where player.swf should be placed. - attheshow
  7. Adding the error status to conversion failure messages so they appear as errors. - attheshow
  8. #314202: Cannot unset string offsets in content.module on line 1134 Fixing bug when using CCK fieldgroups. - attheshow
  9. Minor cleanup for s3 code. - attheshow
  10. #480662: Couple of fixes... Fix for vid used in queries. Thanks pobster.

flashvideo 6.x-1.5-rc2

Bug fixes
Unsupported

Changes in this release:

* Updated the module description in info file.

Bug fixes in this release:

* #439992 Fix for size issue in import function from petria.
* #441366 Fix for query order when uploading to a multi-video filefield. Thanks tagliavinid.

flashvideo 6.x-1.5-rc1

Bug fixes
Unsupported

Bug fixes:
Making Streaming plugin clear out vars when uninstalled.
#401744 Closing embed tag. Thanks pobster.
#405584 Adding notes to admin include about MIME types needing to be listed on diff lines.
#232550 Folder generation permission fix.
#343416 Fixing bug with query being executed in the case of one node referencing a video from another.

flashvideo 6.x-1.5-beta2

Bug fixes
Unsupported

Bug fixes for CCK plugin, Streaming plugin, and code cleanup thanks to Coder module.

flashvideo 6.x-1.5-beta1

New features
Bug fixes
Unsupported

New Features:

  • FileField support
  • Allowing plugins to do form_alters more easily by adding weight to system_settings_form function
  • Moved universal settings to sub tab. Makes it a bit clearer that settings are not related to content types.
  • Includes new FlashVideo Streaming plugin module
  • Removed dependency upon Upload module
  • More thorough help section
  • Support for embedding Vimeo videos

Bug Fixes:

flashvideo 6.x-1.4

New features
Bug fixes
Unsupported

New Features

  • Added FLVTool support.
  • Added S3 support for node loads
  • The import feature now allows more than one node type to import.
  • Added a video resize function. Thanks attheshow!

Bug Fixes

  • Fixed the Views 2 integration.
  • Fixed it so that the change node status to published works for FLV files.
  • Fixed a spelling issue that would cause an issue in the override parameters.
  • Fixed an issue where the thumbnail sizes were not getting set properly.
  • Took care of a foreach error.
  • Changed some text variables.
  • Fixed a bug where the file keeps getting deleted.
  • Fixed an issue where old FLV files would stay attached to a node after they have been moved.
  • Fixed an issue where the OID's were not getting set for the new file addition.
  • Fixed an issue with the Require video option. Thanks cwells.
  • Fixed the translation to a literal string.
  • Made some fixes for translations.
  • Fixed an issue with the files tables and FLV uploads.
  • Fixed an issue where the FlashVideo settings menu item was showing up when it shouldn't.
  • Made a fix to where if you submit a node after removing all the files, it will remove all of them from the flashvideo tables.

flashvideo 5.x-2.8-rc3

Bug fixes
Unsupported
  • Committed some changes to uphold Drupal coding standards
  • Added some handling code to handle the case when all files are deleted from a node when committed.

flashvideo 6.x-1.4-rc2

Bug fixes
Unsupported
  • Fixed the Views plugin for Views 2
  • Added a fix to when they delete all files from the node, it was not acting right.
  • Fixed the code for better coding standards. Thanks everyone for the patches.

flashvideo 6.x-1.4-rc1

Bug fixes
Unsupported
  • Fixed an issue with the FLV uploads and the files tables
  • Fixed the module for translations.
  • Fixed an issue with the "Require Videos" option.

flashvideo 6.x-1.4-beta5

Bug fixes
Unsupported

Fixed a bug where if you upload an FLV file, it creates two different versions in the database of the same file.

flashvideo 6.x-1.4-beta4

New features
Bug fixes
Unsupported

Added two new API's....

flashvideo_does_video_exist - Checks to see if the video exists in a node.
flashvideo_get_video_object - Returns the video object.

Fixed an issue with MYSQL 5 causing issues with the NOW() command.

flashvideo 5.x-2.8-rc2

New features
Bug fixes
Unsupported

Added two new API's....

flashvideo_does_video_exist - Checks to see if the video exists in a node.
flashvideo_get_video_object - Returns the video object.

Fixed an issue with MYSQL 5 causing issues with the NOW() command.

flashvideo 6.x-1.4-beta2

Bug fixes
Unsupported

Fixed a bug where the FLV files were getting deleted after they get uploaded.

flashvideo 6.x-1.4-beta

Bug fixes
Unsupported
  • Fixed an issue where the playlist was not working for the Drupal 6 version.
  • Fixed the Views plugin for Views 2.
  • Fixed an issue where the module hook was not getting called for saved files.

flashvideo 5.x-2.7

New features
Bug fixes
Unsupported

New Features

  • Amazon S3 Support! - This version introduces the Amazon S3 plugin.
  • Added 3 more API calls... flashvideo_get_video, flashvideo_save_video, and flashvideo_delete_video
  • Changed the theme_flashvideo_format_play to be themable.
  • Added a way to disable the [video] tag for security reasons.
  • Added the ability to have an outro video.
  • Added the ability to change the download text for the Download orginal.
  • Made the video thumbnail themable.

Bug Fixes

    flashvideo 6.x-1.3

    New features
    Bug fixes
    Unsupported

    New Features

    • Amazon S3 Support! - This version introduces the Amazon S3 plugin.
    • Added 3 more API calls... flashvideo_get_video, flashvideo_save_video, and flashvideo_delete_video
    • Changed the theme_flashvideo_format_play to be themable.
    • Added a way to disable the [video] tag for security reasons.
    • Added the ability to have an outro video.
    • Added the ability to change the download text for the Download orginal.
    • Made the video thumbnail themable.

    Bug Fixes

      flashvideo 5.x-2.7-beta

      Bug fixes
      Unsupported

      Fixed the adding of Images if they chose to regenerate the thumbnail.
      Don't want to show the message if they opt to convert the videos immediately.

      flashvideo 6.x-1.3-beta

      Bug fixes
      Unsupported

      Don't want to show the conversion message if they opt to convert immediately.

      flashvideo 5.x-2.6

      New features
      Bug fixes
      Unsupported

      New Features

      • Amazon S3 Support! - This version introduces the Amazon S3 plugin.
      • Added 3 more API calls... flashvideo_get_video, flashvideo_save_video, and flashvideo_delete_video
      • Changed the theme_flashvideo_format_play to be themable.
      • Added a way to disable the [video] tag for security reasons.
      • Added the ability to have an outro video.
      • Added the ability to change the download text for the Download orginal.
      • Made the video thumbnail themable.

      Bug Fixes

        flashvideo 6.x-1.2

        New features
        Bug fixes
        Unsupported

        New Features

        • Amazon S3 Support! - This version introduces the Amazon S3 plugin.
        • Added 3 more API calls... flashvideo_get_video, flashvideo_save_video, and flashvideo_delete_video
        • Changed the theme_flashvideo_format_play to be themable.
        • Added a way to disable the [video] tag for security reasons.
        • Added the ability to have an outro video.
        • Added the ability to change the download text for the Download orginal.
        • Made the video thumbnail themable.

        Bug Fixes

          flashvideo 5.x-2.6-beta4

          Bug fixes
          Unsupported

          More fixes to the Amazon S3 plugin.
          Fixed some more issues with FLV uploads.

          flashvideo 6.x-1.2-beta4

          Bug fixes
          Unsupported

          More fixes to the Amazon S3 plugin.
          Fixed some more issues with FLV uploads.

          flashvideo 6.x-1.2-beta3

          Bug fixes
          Unsupported

          Added yet another fix for the Amazon S3 Server plugin.

          flashvideo 6.x-1.2-x

          Bug fixes
          Unsupported

          Added another fix for the Amazon S3 Server plugin.

          flashvideo 5.x-2.6-x

          Bug fixes
          Unsupported

          Added another fix to the Amazon S3 Server plugin.

          flashvideo 5.x-2.6-beta2

          Bug fixes
          Unsupported

          Fixed the Amazon S3 plugin. Make sure you read the "README.txt" file in the drivers folder to learn how to install the right drivers to use this plugin.

          flashvideo 6.x-1.2-beta2

          Bug fixes
          Unsupported

          Fixed the Amazon S3 Server plugin. Make sure you read the "README.txt" file in the drivers directory on how to install the correct drivers for this plugin.

          flashvideo 5.x-2.6-beta

          New features
          Bug fixes
          Unsupported

          This new release fixes several known issues including....

          • Added support for the Amazon S3 server
          • Added some more API calls.
          • Added an outro video as well as added the ability to change the link text for the download origininal video.
          • Fixed the Video Importing to not create bogus nodes.
          • Fixed a deletion of the ffmpeg_data entry as well as fixed setting the filepath when using a different output directory.
          • Added a failsafe if they have libmp3lame audio codec.
          • Added a method to disable the [video] tag.

          flashvideo 6.x-1.2-beta

          New features
          Bug fixes
          Unsupported

          This new release fixes several known issues including....

          • Added support for the Amazon S3 server
          • Added some more API calls.
          • Added an outro video as well as added the ability to change the link text for the download origininal video.
          • Fixed the Video Importing to not create bogus nodes.
          • Fixed a deletion of the ffmpeg_data entry as well as fixed setting the filepath when using a different output directory.
          • Added a failsafe if they have libmp3lame audio codec.
          • Added a method to disable the [video] tag.

          flashvideo 6.x-1.1

          New features
          Bug fixes
          Unsupported

          New Features

          • Custom FlashVars - This version introduces a way to customize the FlashVars passed to the video player.
          • Embed Video Text Box - This version introduces an embed video text box feature to allow people to embed the video in external sites.
          • Allow Drupal root output directories - This new version allows the ability to have output directories that are referenced from the Drupal root instead of the files directory.

          flashvideo 5.x-2.5

          New features
          Bug fixes
          Unsupported

          New Features

          • Custom FlashVars - This version introduces a way to customize the FlashVars passed to the video player.
          • Embed Video Text Box - This version introduces an embed video text box feature to allow people to embed the video in external sites.
          • Allow Drupal root output directories - This new version allows the ability to have output directories that are referenced from the Drupal root instead of the files directory.

          flashvideo 5.x-2.5-beta2

          New features
          Bug fixes
          Unsupported

          New Features

          • Custom FlashVars - This version introduces a way to customize the FlashVars passed to the video player.
          • Embed Video Text Box - This version introduces an embed video text box feature to allow people to embed the video in external sites.
          • Allow Drupal root output directories - This new version allows the ability to have output directories that are referenced from the Drupal root instead of the files directory.

          flashvideo 6.x-1.1-beta2

          New features
          Bug fixes
          Unsupported

          New Features

          • Custom FlashVars - This version introduces a way to customize the FlashVars passed to the video player.
          • Embed Video Text Box - This version introduces an embed video text box feature to allow people to embed the video in external sites.
          • Allow Drupal root output directories - This new version allows the ability to have output directories that are referenced from the Drupal root instead of the files directory.

          flashvideo 5.x-2.5-beta

          Bug fixes
          Unsupported

          Bug Fixes:

          Fixed the output directory issue.
          Made the logo to not have to be in the output directory, but next to the player.

          flashvideo 5.x-2.4

          Unsupported

          New Features

          • Video Importing - This version now supports video importing. Please read the FlashVideo help and project page to find out more.
          • Global FlashVideo Settings - Now, instead of setting up the FlashVideo Settings for all your node types, there is a new feature called Global Settings that will apply to all node types (unless overridden by a specific node type parameter).

          flashvideo 6.x-1.0

          Unsupported

          First Initial Release for FlashVideo Module for Drupal 6.

          Alignment with FlashVideo 2.4 for Drupal 5.

          flashvideo 5.x-2.4-beta4

          New features
          Bug fixes
          Unsupported

          New Features

          • Video Importing - This version now supports video importing. Please read the FlashVideo help and project page to find out more.
          • Global FlashVideo Settings - Now, instead of setting up the FlashVideo Settings for all your node types, there is a new feature called Global Settings that will apply to all node types (unless overridden by a specific node type parameter).

          flashvideo 5.x-2.4-beta3

          New features
          Bug fixes
          Unsupported

          New Features

          • Video Importing - This version now supports video importing. Please read the FlashVideo help and project page to find out more.
          • Global FlashVideo Settings - Now, instead of setting up the FlashVideo Settings for all your node types, there is a new feature called Global Settings that will apply to all node types (unless overridden by a specific node type parameter).

          flashvideo 6.x-1.x-dev

          Development release for FlashVideo. Features latest code changes, but may not be completely stable.

          flashvideo 5.x-2.4-beta2

          New features
          Bug fixes
          Unsupported

          New Features

          • Video Importing - This version now supports video importing. Please read the FlashVideo help and project page to find out more.
          • Global FlashVideo Settings - Now, instead of setting up the FlashVideo Settings for all your node types, there is a new feature called Global Settings that will apply to all node types (unless overridden by a specific node type parameter).

          flashvideo 5.x-2.4-beta

          New features
          Bug fixes
          Unsupported

          New Features

          • Video Importing - This version now supports video importing. Please read the FlashVideo help and project page to find out more.


          Bug Fixes

          • Fixed the calling of flashvideo_get_thumbnail and flashvideo_get_video when you only provide on single File ID as a parameter
          • Added a Repeat Type to the Flash Player Settings
          • Fixed the FlashVideo Require option
          • Added a fix for the filesize invalid error

          Pages

          Subscribe with RSS Subscribe to Releases for FlashVideo