Skip to content
  1. Jun 06, 2013
    • fgiasson's avatar
      Implementing the basic, default, entities revisioning system into the... · b25f9077
      fgiasson authored
      Implementing the basic, default, entities revisioning system into the structFieldStorage module. We can now create and delete revisions for the fields that are saved into structWSF.
      
      We also added a new setting to be able to map all the fields, including the ones that doesn't use the structfieldstorage storage type. This new setting is used in a data migration workflow.
      b25f9077
  2. May 09, 2013
    • fgiasson's avatar
      Change the behavior of the RDF MAPPING section. Now, if the field type/widget... · bee9bed6
      fgiasson authored
      Change the behavior of the RDF MAPPING section. Now, if the field type/widget is referring to another entity, then we will autocomplete on the list of owl:ObjectProperty from the ontologies. Otherwise, we will continue to display owl:DatatypeProperty and owl:AnnotationProperty to them.
      
      The current field types/widgets that uses object properties are:
      
       (1) entityreference
       (2) Text with the struct_lookup_field widget
       (3) Text with the struct_lookup_field_with_scones_suggest widget
      bee9bed6
  3. May 07, 2013
    • fgiasson's avatar
      Some usability changes: · fca4e64a
      fgiasson authored
      (1) direct the user to structOntology from the RDF MAPPING section to create new properties if required
      (2) in the RDF MAPPING section, only return Annotation & Datatype properties to the user for now since there is no mechanism to create URIs from the Content Type forms for now
      fca4e64a
  4. May 03, 2013
  5. May 02, 2013
  6. May 01, 2013
    • fgiasson's avatar
      (1)In structfieldstorage_field_storage_write() · 4688dde2
      fgiasson authored
         (a) Make sure that Title and Body are automatically mapped to iron:prefLabel and iron:description
         (b) Make sure that only the structfieldstorage fields are mapped to RDF. Ignore others
      (2) In structfieldstorage_admin_rdf_overview_form()
          (a) Make sure that only the structfieldstorage fields are displayed in that list
      4688dde2
  7. Apr 30, 2013