User: mfer Branch: HEAD Date: Sat, 04 Oct 2008 17:53:24 +0000 Added files: /modules/ffpc ffpc-view-podcast-feed.tpl.php Removed files: /modules/ffpc ffpc_plugin_display_ffpc.inc Modified files: /modules/ffpc ffpc.views.inc ffpc_plugin_row_podcast.inc ffpc_plugin_style_podcast.inc Log message: This is an overhaul of the ffpc module. - Removed the ffpc display type. Instead defaulting to the core feed type. - Moved the sytle plugin class to be an extends of the core rss plugin syste. The core plugin style provides everything we need except the ability to add aditional elements to the feed itself (such as the iTunes specific tags). The new object adds this extra functionality. - Moved the row plugin to be an extends of the default node row rss plugin provided by core and then extending that to add the aditional files and iTunes/podcast specific tags to the items. Moving to this setup provides a number of benefits. - Less complexity now that the ffpc display has been removed. - Uses move of core so core fixes should benefit this module and core settings (e.g., using the teaser or full node text for the description) are now available. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/ffpc/ffpc-view-pod... http://cvs.drupal.org/diff.php?path=contributions/modules/ffpc/ffpc.views.in... http://cvs.drupal.org/diff.php?path=contributions/modules/ffpc/ffpc_plugin_r... http://cvs.drupal.org/diff.php?path=contributions/modules/ffpc/ffpc_plugin_s...