Downloads

Download tar.gz 58.63 KB
MD5: 3c2d20dd562013fbbb1691a88ee5e4fa
SHA-1: 7f0aed051358419eb791325b42918b5b31701b0f
SHA-256: a017d31d970716e09f1f63d53863df208b0f2343e7617ee0c2db177131ca4f9f
Download zip 74.34 KB
MD5: 85f8a561134c9632f15077576ce7e539
SHA-1: 22d70b474d29161dd9c1c0198d118518f09cb4b2
SHA-256: 1792263b8cb237bb76b95a73fefdf3dd787d46afeb7624ca314c380c4065789b

Release notes

Highlights of the 6.x-1.0-beta5 release:

  • A new Ooyala Channels module. This module allows a content type to be associated with an Ooyala channel. Channel titles, descriptions, lineup, and thumbnails can all be set. The Ooyala Channel API is now exposed for use by other modules.
  • The ability to select a thumbnail for an Ooyala video from the thumbnails that Ooyala automatically generates.
  • Two important bug fixes with setting up the video field for new content types and syncing hierarchical terms and Ooyala labels.

Changes since 6.x-1.0-beta4:

  • #1182546: Add clearer comments about the need for a video dropdown.
  • #1160606: Fix missing formatter causing field to not show until display settings were saved.
  • #1180556: Initial term sync does not push hierarchial terms correctly.
  • #1170038: Display an Ooyala player when viewing a channel node.
  • #1170036: Save the selected channel thumbnail as the channel promotional image.
  • #1170014: Fix SQL missing the thumbnail column when inserting a new channel.
  • #1170008: Delete from the channel node table when a node is deleted.
  • #1170006: Fix warnings when adding a new channel node due to an unset channel.
  • #1162572: Only show thumbnails to select if they have been generated by Ooyala.
  • #1162572: Properly set the default value for the video thumbnail when previewing a node.
  • #1162572: Preserve the list of thumbnails when previewing a node.
  • #1162572: Add an #ahah callback to refresh the list of video thumbnails.
  • #1162572: Move the thumbnail selection description to a separate element.
  • #1162572: Add a width parameter to the ooyala_upload_preview theme function.
  • #1162572: Add a description to the thumbnail selection options.
  • #1162572: Add a behavior to dim unselected thumbnails for a video.
  • #1162572: Add a thumbnail for the currently selected thumbnail.
  • #1162572: Fix hiding the thumbnail radio buttons with an invalid CSS class.
  • #1162572: Remove the timestamp field as it isn't useful with the limitations of the Ooyala thumbnail API.
  • #1162572: Always force Ooyala preview images to not be cached by browsers.
  • #1162572: Save a selected thumbnail to Ooyala as a promo image.
  • #1162572: Add a function to upload a promo image for a video.
  • #1162572: Add fuzz to the video thumbnail selections.
  • #1162572: Show a list of five thumbnails to select from for a video.
  • #1162572: Add a function to retrieve Ooyala generated thumbnails.
  • #1162566: Fix typo for hook_field() 'update'.
  • #1161478: Enable removing videos when adding a lineup item from a video node.
  • #1159418: Enable selecting a channel thumbnail when adding a video from a video node.
  • #1159418: Fix missing table key.
  • #1159418: Only render a lineup if at least one lineup item is added.
  • #1159418: Restore the removed tabledrag theme callback as it is needed for the node add page.
  • #1159418: Add the ability to select and save a channel thumbnail.
  • #1159418: Add radio buttons for selecting the default channel thumbnail.
  • #1159354: Set a channel to paused when a node is unpublished.
  • #1156992: Delete Ooyala channels when the Drupal channel node is deleted.
  • #1156996: Rename Ooyala Channels fieldset to Channel lineup.
  • #1155536: Fix losing the channel lineup after adding new videos and then previewing the node.
  • #1155536: Fix creating a new array when it has been created previously by the node form.
  • #1155536: Load video item details when previewing a node.
  • #1155532: Rename ooyala_channels to ooyala_channel in the node form array.
  • #1155532: Fix undefined variable for the new lineup when first loading the node add form.
  • #1155532: Refactor the storage for the current channel lineup to work when adding a new node.
  • #1155532: Fix typo in embed code variable name.
  • #1155418: Require channel lineups to contain at least one item.
  • #1155510: Manually set the form action if needed to work around Drupal core bug #591696.
  • #1154260: Add a clearing div before the #ahah target.
  • #1154260: Enable saving the updated channel node lineup to the backlot.
  • #1154260: Fire the add-to-channel #ahah callback when changing the selected video.
  • #1154260: Fix 125158c with missing operations parameter.
  • #1154260: Handle user selecting no channel in the #ahah callaback.
  • #1154260: Add the new video to the lineup table.
  • #1154260: Add a dropdown with all of the videos attached to the video node.
  • #1154260: Enable tabledrag on the Add to channel form.
  • #1154260: Display the channel list when selected.
  • #1154260: Add a parameter to hide the operations column in the channel list.
  • #1154260: Split the channel list into a new function.
  • #1154260: Add the basic #ahah callback to select a channel to add a video to.
  • #1154260: Add a function to return all content types that are channel-enabled.
  • #1154260: Add the menu callback for adding a video to a channel.
  • #1153132: Implement hook_content_extra_fields() so the Ooyala channel lineup edit form can be reordered with CCK.
  • #1153132: Reduce the width of the thumbnails used in the channel lineup.
  • #1153132: Place all Ooyala channel edit fields within a fieldset.
  • #1153120: Add the ability to remove items from a channel lineup.
  • #1154082: Ensure we are passing an array to usort().
  • #1153182: Fix inserting new lineup items when some item weights are positive.
  • #1153124: Use theme functions to format channel item status and length.
  • #1153126: Link a video to the node containing the video if it exists.
  • #1153138: Prevent adding duplicate items to a channel.
  • #1148536: Add a clearing div around the Add video button.
  • #1148536: Order the channel lineup array by item weight before saving to the backlot.
  • #1148536: Preserve the order of a channel lineup within element weights.
  • #1148536: Save lineup orders to the backlot when saving a channel.
  • #1148536: Preserve the order of the lineup when adding a new video.
  • #1148536: Add an #ahah callback to add a new video to a channel lineup.
  • #1148536: Implement the basic tabledrag editor for channel items.
  • #1148536: Place all channel items into a lineup array key.
  • #1148536: Use the video title and the embed code as a key in autocomplete search results.
  • #1148536: Highlight the text that resulted in a video match.
  • #1148536: Add autocompleting videos from node titles.
  • #1148536: Search by titles first and unique IDs after so results are nicely ordered.
  • #1148536: Add video autocomplete by video title.
  • #1148536: Add support for searching for videos by node ID.
  • #1148536: Initial #autocomplete function searching by video embed codes.
  • #1148536: Add loading a video by a partial embed code to ooyala_load_nodes().
  • #1148526: Implement basic channel lineup editing and loading into channel nodes.
  • #1148512: Implement the Ooyala channel list API.
  • #1148510: Add a function to assign video assets to an Ooyala channel.
  • #1148416: Implement hook_ooyala_node_embedcodes() for Ooyala channels.
  • #1148352: Only fetch video embedcodes when viewing and Ooyala video node.
  • #1148352: Add hook_ooyala_node_embedcodes().
  • #1148272: Add help text about using an appropriate input format with the Channel body field.
  • #1148272: Enable editing the title and description of channels using the Attribute API.
  • #1148272: Revert "#1147176: Disable the title field for a channel node once it has been created."
  • #1148272: Revert "#1147176: Block updating of a node title unless the node has been marked to indicate that Ooyala is pushing the change."
  • #1148238: Implement the Attribute Update API.
  • #1147176: Block updating of a node title unless the node has been marked to indicate that Ooyala is pushing the change.
  • #1147176: Disable the title field for a channel node once it has been created.
  • #1147176: Load a channel embed code when saving a node if it exists.
  • #1147176: Load a channel embed code into a node if it exists.
  • #1147176: Add a function to fetch a channel embed code for a given node ID.
  • #1147176: Only save the embed code if a channel was created.
  • #1147176: Save the channel embed code to the database.
  • #1147176: Save the Ooyala channel on node insert / update instead of on presave.
  • #1147176: Show an error message if there was an error creating the Ooyala channel.
  • #1147176: Implement presave hook to create a channel when saving a new node.
  • #1147176: Add a database table to store Ooyala channel embed codes for channel nodes.
  • #1147162: Use the default parameters for constructing an OoyalaPartnerAPI.
  • #1147162: Implement the Ooyala API to create a new channel.
  • #1147066: Change return to break when Ooyala has not been configured when viewing a content type settings page.
  • #1147066: Clean up content type variables when deleting a content type or uninstalling Ooyala Chapters.
  • #1147066: Only allow configuring of Ooyala channels if Ooyala has been set up.
  • #1147066: Add the initial node type settings form for Ooyala channels.
  • #1147062: Fix permissions on the ooyala_channels info file.
  • #1147062: Add the initial ooyala_channels.info file.
  • #1147130: Remove trailing spaces from the OoyalaPartnerApi->signed_params() method.
  • #1147130: Add phpdoc for the OoyalaPartnerAPI->signed_params() method.
  • #1147130: Add default parameters to the OoyalaPartnerAPI constructor.
  • #1147084: Remove extra OR statement when checking if Ooyala is set up.
  • #956304: Load all Ooyala javascript into the footer of the page.
  • #999710: Remove the $video_data theme parameter as it is not used.
  • #999710: Refactor player parameters into the ooyala_player_function.
  • #999710: Pass $_GET parameters to the theme_ooyala_player() function as an array.
Created by: deviantintegral
Created on: 8 Jun 2011 at 16:11 UTC
Last updated: 8 Jun 2011 at 16:11 UTC
New features
Bug fixes
Unsupported

Other releases