-
Issue #1556478 by beeradb: Uninstalling module removes the commerce_coupon_fixed coupon type
-
2008-07-22 ---------- * Fixed parameters the get_standard_feed function was using to fetch the feed. url params were broken (Brad).
-
err, looks like I got the directory but forgot the files. silly me.
-
* First try at feedapi integration. provided a new module (youtube_feed) to handle youtube feeds (Brad).
-
accidentlly left a print_r in last night, oops.
-
* Added ability to list, add, or delete user favorites (Brad).
-
* Added youtube_api_add_comment for ability to post comments (Brad). * Added youtube_api_rate_videos to support video ratings (Brad). * Added youtube_api_add_response to add video responses (Brad). * Renamed youtube_api_search to youtube_api_search_videos to avoid conflict with hook_search (lyricnz).
-
* Added a youtube_api_get_standard_feed function as a mechanism for handling YouTube's standard feeds. * Fixed bug in youtube_api_update_video, was sending the wrong request type.
-
fixed documentation error
-
* Added a generic method youtube_api_get_feed to the contents of a feed (Brad). * Refactored youtube_api_search, youtube_api_get_user_uploads, youtube_api_get_video, and youtube_api_get_comments to use the youtube_api_get_feed function (Brad). * Added a generic feed result parse, youtube_api_process_feed which takes a feed result and creates video or comment objects. * Refactored youtube_api_search, youtube_api_get_user_uploads,and youtube_api_get_comments to use the youtube_api_process_feed function (Brad).