Skip to content
Snippets Groups Projects
  1. Jan 26, 2012
  2. Jan 24, 2012
  3. Jan 22, 2012
  4. Jan 21, 2012
  5. Oct 05, 2011
    • alangrafu's avatar
      Adding syntactic sugar for first result · 9b3eb65b
      alangrafu authored
      Is annoying to iterate when I know I will get only one result, so for
      the first row retrieved it is added at
      
      ```
      r[.FILENAME]+.first.VARNAME.value
      ```
      Also: Fixed small bug in default view
      9b3eb65b
  6. Sep 30, 2011
  7. 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
  8. Sep 13, 2011
  9. Sep 08, 2011
    • Alvaro Graves's avatar
      Changing architecture for special pages · bf4090c3
      Alvaro Graves authored
      Instead of creating a new class, users only need to create a model and
      view file called special.<COMMAND>.[view|model].extension  Thus, it is
      possible to create new URL such as http://<HOMEURL>/special<COMMAND>
      bf4090c3
    • Alvaro Graves's avatar
      Several changes · 1dbfcaef
      Alvaro Graves authored
      - Added "special" URIs where an API can be created -- Included an
      abstract class from where these special URIs can be implemented --
      Included a basic class that implements the abstract class -- So far,
      only listing instances for a class is implemented - Root for website
      redirection -- Now it goes to /special/index to list all classes - Moved
      include of settings below in commons.inc.php so it can override values -
      Created owl:Class and rdfs:Class' templates
      1dbfcaef
  10. Sep 06, 2011
Loading