Downloads
Download tar.gz
33.7 KB
MD5: 4e428770702dbd62219e3ad7b019968d
SHA-1: aac86690554b70ec992c3939a379109155e98c20
SHA-256: 78aff0204d4b857a5d6d352ee44fb99ced03701c46c63c7fd261667a86cf630e
Download zip
40.54 KB
MD5: dbd6d59b567bb5e6cb089aa5c8837eb7
SHA-1: 8259cb68af6bf3badc3d008f990e74589df6dd0a
SHA-256: d17519ee387b2de752aa335d8f00267eade6601ba09446b9dd9151ee0732e5e8
Release notes
A fourth alpha-quality development snapshot for Drupal 6.x.
Changes since 6.x-1.0-alpha3:
- Renamed
vendor/arc2directory tovendor/arc(#273804: ARC2 library installation path update by robertDouglass). - Extended the RDF DB tuple store with the statement creator's user ID and the creation timestamp.
- Deprecated
rdf_uriref()in favor ofrdf_uri(). - Removed spurious, non-Drupalesque PHPDoc file headers.
- Implemented export/import of RDFized Drupal settings.
- Added descriptions for the
admin/content/rdfandadmin/settings/rdf/contextsscreens. - Minor cleanup for stricter adherence to the Drupal coding standards.
- Replaced all instances of
require_once()withmodule_load_include(). - Added maintenance settings to prevent/merge duplicate RDF statements and purge unused resource URIs on cron runs.
- Added input validation to
rdf_qname_to_uri(). - Implemented a Views plugin that generates an RSS 1.0-compatible RDF feed from any node-based view.
- Added RSS 1.0 to the list of always-available default namespaces.
- Added new API functions
rdf_seq(),rdf_bag(),rdf_alt(). - Added new API classes
RDF_Collection,RDF_Seq,RDF_Bag,RDF_Alt. - Fixed bugs in blank node handling.
- Corrected and improved the output of the RDF/XML serializer.
- Corrected negligence in
rdf_bag()andrdf_alt(). - Improvement to
rdf_serialize_ntriples(). - Implemented
hook_form_alter()for CCK field mappings in CCK 6.x-2.0-rc10. - Implemented direct support for RDF-mapped CCK fields in the RDF Views row plugin.
- Implemented URI/CURIE validation and CURIE expansion for CCK/profile field mappings.
- Implemented join points invoking
hook_rdf_views_feed(),hook_rdf_views_feed_channel(), andhook_rdf_views_feed_item(). - Added support for defining namespace prefixes for URNs; fixed
rdf_is_valid_urn()somewhat. - Added new API function
rdf_register_namespace(). - Implemented support for
geo:latandgeo:long(based on the Location module) in the Views plugin. - Terminate Views plugin feed output with
die()to prevent leading whitespace due to e.g. theming problems. - Updated unit tests for Simpletest 2.x compatibility.
- Bug fixes for Views RDF feeds: output
dc:datein ISO 8601 format; don't output empty properties. - Added API functions
rdf_is_valid_datetime(),rdf_val_to_str()andrdf_str_to_val(). - Implemented
hook_feedapi_mapper()for Feed Element Mapper integration. - Implemented a new
admin/settings/rdf/mappingsscreen for displaying a summary of defined mappings between Drupal data and RDF classes/properties. - Don't add distinct RDF autodiscovery headers for every node when in a view/feed listing.
- Added
dc:subjectproperties for nodes' taxonomy terms in the Views feed plugin. - Fine-tuned RDF feed items: be more picky about including the
rss:descriptionproperty; makedc:datea datatyped property; ensure that the feed index is created using the nodes' internal URLs, not their aliases. - Cast CCK date field values to RDF datatyped literals when outputting RDF feed properties.
- Improved input validation of the various RDF mapping fields; fixed the saving of content type RDF mappings (#279244: Saving content type RDF mappings fails).
Full details at http://drupal.org/project/cvs/182305
Note: This is experimental software meant for advanced users; assume nothing works, and you may be pleasantly surprised. And when it breaks, you get to keep both pieces.