[contributions:arto] /modules/rdf rdf.feed.inc /modules/rdf/contrib/rdf_views views_plugin_row_node_rdf.inc views_plugin_style_rdf.inc /modules/rdf rdf.admin.inc rdf.api.inc rdf.db.inc rdf.module rdf.pages.inc rdf.views.inc
User: arto Branch: HEAD Date: Mon, 02 Mar 2009 03:08:17 +0000 Added files: /modules/rdf rdf.feed.inc Modified files: /modules/rdf/contrib/rdf_views views_plugin_row_node_rdf.inc views_plugin_style_rdf.inc /modules/rdf rdf.admin.inc rdf.api.inc rdf.db.inc rdf.module rdf.pages.inc rdf.views.inc Log message: Changelog: - Reimplemented the Drupal core modules' (node, taxonomy, blog, aggregator) RSS output in terms of extensible RDF/RSS 1.0 feeds - one important step towards publishing 100% RDFized Drupal sites. - Added nodes' author information into RDF feeds by default (mapped to the dc:creator property). - Changed RSS 1.0 feed output to use the MIME type application/rss+xml instead of application/rdf+xml. - Refactored the Views 2.x RDF feed style and row plugins to use the new RDF feeds API for building their RSS 1.0 output. - Consolidated all RDF feed configuration forms and logic in rdf.admin.inc. - Consolidated most RDF feed build logic in rdf.feed.inc. - Removed the special-cased Location module support in favor of supporting hook_nodeapi('rss item') when outputting RDF feeds. - Renamed hook_rdf_views_feed() to hook_rdf_feed(). - Renamed hook_rdf_views_feed_channel() to hook_rdf_feed_channel(). - Renamed hook_rdf_views_feed_item() to hook_rdf_feed_item(). - Implemented a new API class RDF_Callback that will be used to support callbacks (poor man's closures) in various API functions. - Implemented a new API class RDF_CallbackIterator that supports lazy iteration based on a data callback, helping to reduce memory usage. - Fixed a bug (introduced in 6.x-1.0-alpha5) preventing CCK field property mappings from being saved. - Added an input validation to ensure RDF mappings cannot be defined using non-existent namespaces. - Improved the RDF mappings overview screen, and implemented autocompletion of RDF property names when mapping fields to RDF properties. - Implemented a time zone configuration option for date/time values in RSS feeds. - Fixed the time zone handling logic for RDF-mapped CCK fields used in RSS feeds. - Added a $timezone parameter to rdf_datetime(). - Prevented a PHP warning from rdf_db_get_schema() when installing File Framework (fixed by miglius). - #350485 by TheOnlyHarry: Fixed namespace prefix logic in RDF output. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/rdf/rdf.feed.inc http://cvs.drupal.org/diff.php?path=contributions/modules/rdf/contrib/rdf_vi... http://cvs.drupal.org/diff.php?path=contributions/modules/rdf/contrib/rdf_vi... http://cvs.drupal.org/diff.php?path=contributions/modules/rdf/rdf.admin.inc&... http://cvs.drupal.org/diff.php?path=contributions/modules/rdf/rdf.api.inc&ol... http://cvs.drupal.org/diff.php?path=contributions/modules/rdf/rdf.db.inc&old... http://cvs.drupal.org/diff.php?path=contributions/modules/rdf/rdf.module&old... http://cvs.drupal.org/diff.php?path=contributions/modules/rdf/rdf.pages.inc&... http://cvs.drupal.org/diff.php?path=contributions/modules/rdf/rdf.views.inc&...
participants (1)
-
drupal-cvs@drupal.org