Skip to content
  1. Jun 04, 2008
  2. Mar 15, 2008
    • Arto Bendiken's avatar
      Imported latest 6.x version from SVN development repository. · f6a8973a
      Arto Bendiken authored
      Changelog (RDF API):
      - Fixed bug in _rdf_deconstruct_arc2_value().
      - Accept both normalized and denormalized data in theming functions.
      - Removed unnecessary 'Persistent' column from repository management screen.
      - Fixed bug in theme_rdf_property_table().
      - Implemented new API function rdf_value().
      - Added new class RDF_Statement (needed by SPARQL module).
      - Implemented to_n3() functions for RDF classes.
      
      Changelog (RDF DB):
      - Reorganized menu paths for RDF DB repository management in order to enable other modules to provide their own kinds of repositories.
      
      Changelog (RDF Schema):
      - Identified the forms that should eventually be extended using hook_form_alter().
      - Implemented form extensions for node type and taxonomy vocabulary RDF mappings.
      - Implemented form extensions for user profile field RDF mapping.
      f6a8973a
  3. Feb 21, 2008
  4. Feb 20, 2008
    • Arto Bendiken's avatar
      Imported latest 6.x version from SVN development repository. · c92a5322
      Arto Bendiken authored
      Changelog (RDF API):
      - Renamed rdf_define_namespace() to rdf_define_vocabulary().
      - Implemented a new class RDF_Variable and new API functions rdf_var() and rdf_is_var() for use e.g. with the SPARQL API.
      - Renamed rdf_convert_arc2_triple() to _rdf_deconstruct_arc2_triple() and improved the function to handle more cases.
      - Allowed explicit bnode identifier argument in rdf_bnode().
      
      Changelog (RDF Import):
      - Updated to use _rdf_deconstruct_arc2_triple().
      c92a5322
  5. Feb 17, 2008
    • Arto Bendiken's avatar
      Imported latest 6.x version from SVN development repository. · 74a087e8
      Arto Bendiken authored
      Changelog (RDF API):
      - Implemented hook_hook_info(), defining triggers that fire when triples are inserted or deleted.
      - Implemented automatically-constructed namespace helper classes.
      - Updated handbook link to point to http://drupal.org/handbook/modules/rdf.
      - Implemented hook_rdf_contexts() and the corresponding new API function rdf_get_contexts().
      - Implemented admin screen for viewing the available contexts (named graphs); added a new API function rdf_count().
      
      Changelog (RDF DB):
      - Implemented hook_rdf_contexts().
      74a087e8
  6. Feb 15, 2008
  7. Feb 12, 2008
  8. Feb 11, 2008
  9. Feb 10, 2008
    • Arto Bendiken's avatar
      Imported latest 6.x version from SVN development repository. · 49c2c6a8
      Arto Bendiken authored
      Changelog:
      - Amended hook_rdf_formats() definitions with links to the RDF formats' specifications.
      - Added some preliminary help texts for all admin screens based on the documentation at http://drupal.org/node/219852.
      - Implemented hook_requirements('runtime') in order to display ARC2 installation status.
      49c2c6a8
    • Arto Bendiken's avatar
      Imported latest 6.x version from SVN development repository. · 777845c0
      Arto Bendiken authored
      Changelog:
      - Implemented a new setting for selecting the default serialization format.
      - Added vendor directory for third-party code such as ARC2.
      - Automatically load the ARC2 library in hook_init(), if it has been installed into vendor/arc2/ by the administrator.
      - Implemented the RDF/JSON format and made it the default.
      - Changed RDF/PHP format MIME type to application/vnd.php.serialized.
      - Implemented hook_service() to integrate with the Services API.
      777845c0
  10. Feb 06, 2008