Downloads
Download tar.gz
31.47 KB
MD5: 51e9b7309bd299b93867b543d7c8ec4e
SHA-1: cfc29fe8ecfe07ef1c7a7c04aeae516106d5b48b
SHA-256: 0be8f2f37a945be9559904f22ae1c7f1a03e1f5b9b56bcc45994505aeaa0649e
Download zip
39 KB
MD5: 50b5ca0c329e09afb0c5e94054a48516
SHA-1: 983312c0b6b7499a3d505c8019077895fc21c2d0
SHA-256: e58841fb2208e4e8f31e07243b6b2f56839d0b3a775027e49abf5b82b507df59
Release notes
A second relatively stable development snapshot for Drupal 6.x.
Changes since 6.x-1.0-alpha1:
- Updated ARC2 compatibility (now works with release 2008-05-30).
- Fixed white-screening bug when exporting RDF data (#261237, #242509, #243971).
- Fixed repository administration menu paths.
- Implemented unit tests for the RDF repository create/rename/delete APIs.
- Implemented unit tests for the RDF statement count/insert/query/delete APIs.
- Added a bunch of the FOAF terms to the predefined, auto-generated convenience classes.
- Clear the schema cache in
rdf_db_create_repository(). - Implemented
hook_schema_alter()for defining the schema for user-created repository tables. - Added new API functions
rdf_get_type()andtheme_rdf_value(). - Simplified QName/CURIE creation by implementing a
$rdf_namespacesglobal. - Merged the RDF DB hook implementations with the existing RDF API handlers.
- Bug fix for
rdf_count(). - Optimized
rdf_literal()to not construct an RDF_Literal object for plain non-tagged string literals. - Allowed non-wrapped object literals in
rdf_denormalize()for greater convenience.
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.