Skip to content
Snippets Groups Projects
  1. Feb 14, 2012
  2. Feb 12, 2012
  3. Feb 11, 2012
  4. Feb 07, 2012
  5. Jan 31, 2012
  6. Jan 28, 2012
  7. Jan 27, 2012
  8. Jan 26, 2012
  9. Jan 25, 2012
  10. Jan 24, 2012
    • alangrafu's avatar
      Moving ls.sh to ldspk.sh · df70b016
      alangrafu authored
      Adding url decode Filter
      Fix passing parameter issue in service module
      df70b016
    • 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
  11. Jan 23, 2012
  12. Jan 22, 2012
  13. Jan 18, 2012
  14. Jan 13, 2012
  15. Jan 12, 2012
  16. Jan 11, 2012
  17. 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
  18. Dec 01, 2011
  19. Nov 07, 2011
  20. 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
  21. Oct 07, 2011
  22. Oct 06, 2011
  23. Oct 05, 2011
Loading