Skip to content
Snippets Groups Projects
  1. Jan 24, 2012
    • alangrafu's avatar
      Fixed bugs in modules · 60029fdd
      alangrafu authored
      Service now return 406 if service exists but the content type is not
      supported
      
      Fixed use of previously returned values in classModule
      
      Adding new format for ref:Resource
      
      Delete old format
      60029fdd
  2. Jan 23, 2012
  3. Jan 22, 2012
  4. Jan 18, 2012
  5. Jan 13, 2012
  6. Jan 12, 2012
  7. Jan 11, 2012
  8. Dec 28, 2011
    • alangrafu's avatar
      Adding syntactic sugar to first values in array · b47ddfd3
      alangrafu authored
      When only the first value is needed (or expected) instead of iterating
      over the array, it is possible to access the values by adding "_first."
      before the variable name.
      
      Example: {{r.modelFile._first.varname.value}}
      
      Instead of
      
      {%for row in r.modelFile%}
      {%if forloop.first%}{{row.varname.value}}{%endif%}
      {%endfor%}
      b47ddfd3
  9. Dec 01, 2011
  10. Nov 07, 2011
  11. Nov 04, 2011
    • alangrafu's avatar
      First functional copy-able apps · 5bec9a54
      alangrafu authored
      TODO: include app-level params, such as root, as well as provenance
      data (where was this application originated, at which time it was
      collected, etc.)
      5bec9a54
  12. Oct 07, 2011
  13. Oct 06, 2011
  14. Oct 05, 2011
  15. Oct 02, 2011
  16. Sep 30, 2011
  17. Sep 29, 2011
  18. Sep 25, 2011
  19. Sep 24, 2011
    • alangrafu's avatar
      Big changes · f40ed107
      alangrafu authored
      Allow multiple/recursive queries
      Allow use of multiple endpoints
      Modified query tu support Haanga syntax
      Fixed several bugs
      f40ed107
  20. Sep 17, 2011
    • alangrafu's avatar
      Adding feature: Each query can be executed against a different sparql endpoint · 2315671d
      alangrafu authored
      Model definition:
      
      The new structure will be
      
      models\
                 |
                 |
                 \foaf:Person.model.html\
                                                    |
                                                    |
                                                    \localQuery1
                                                    \localQuery2
                                                    \dbpedia\
                                                                 |
                                                                 |
      
      \queryInDBpedia1
      
      \queryInDBpedia1
      
      Queries under the type subdir will be executed against the default
      sparql endpoint
      Quries under a subdir named an endpoint shortcut(*) will be ran against
      that endpoint
      
      (*) You need to define an endpoint in settings.inc.php
      
      to query against your endpoint you need to define
      $conf['endpoint']['mySparqlEndpoint'] = 'http://example.org/sparql';
      
      Sparql endpoints are already defined for dbpedia and logd
      
      Later you can create a subdirectory called 'mySparqlEndpoint' under a
      model.
      
      By aware that it is HIGHLY recommended to use only letters and numbers
      (no periods, colons, etc.)
      2315671d
  21. Sep 13, 2011
  22. Sep 12, 2011
  23. Sep 08, 2011
Loading