Skip to content
Snippets Groups Projects
  1. Feb 12, 2018
  2. Feb 11, 2018
  3. Feb 07, 2018
  4. Feb 04, 2018
  5. Jan 10, 2018
  6. Jan 08, 2018
  7. Dec 11, 2017
  8. Nov 01, 2017
  9. Oct 31, 2017
  10. Oct 30, 2017
  11. Oct 16, 2017
  12. Oct 13, 2017
  13. Oct 11, 2017
  14. Oct 10, 2017
  15. Oct 03, 2017
  16. Oct 02, 2017
  17. Sep 29, 2017
  18. Sep 28, 2017
  19. Sep 27, 2017
  20. Sep 26, 2017
  21. Sep 22, 2017
  22. Sep 12, 2017
    • clarlars's avatar
      Merge pull request #59 from mitchellsundt/metadata_cache · ad29dbaa
      clarlars authored
      metadata cache propagation to JS layer
      ad29dbaa
    • clarlars's avatar
      Merge pull request #58 from mitchellsundt/development · 8cace7fc
      clarlars authored
      change: move frameworkHasLoaded into odkCommonIf
      8cace7fc
    • Mitch Sundt's avatar
    • Mitch Sundt's avatar
      correct indentation · e2388276
      Mitch Sundt authored
      e2388276
    • Mitch Sundt's avatar
      metadata cache propagated into JS layer · 76ea7d53
      Mitch Sundt authored
      1. add metaDataRev to all odkDataIf APIs. 
      2. add caching and retrieval of tableId's metaDataRev value and metadata to odkData object via _getTableMetadata(tableId), etc. These are internal routines.
      3. Upon receiving a result, if it contains metadata that can be cached (returned in metadata.cachedMetadata), expand this for use within the JS layer and place this into the odkData cache of this data. 
      4. copy the cached metadata into the result object when we get one, if we can.
      5. add APIs to access choice list information from a result object.
      
      fix: remove 'orderedColumns' field from mock layer and database.js -- this is no longer returned (only dataTableModel is returned).
      update mock data if to match Java behavior
      76ea7d53
    • Mitch Sundt's avatar
      metadata cache propagated into JS layer · a014849b
      Mitch Sundt authored
      1. add metaDataRev to all odkDataIf APIs. 
      2. add caching and retrieval of tableId's metaDataRev value and metadata to odkData object via _getTableMetadata(tableId), etc. These are internal routines.
      3. Upon receiving a result, if it contains metadata that can be cached (returned in metadata.cachedMetadata), expand this for use within the JS layer and place this into the odkData cache of this data. 
      4. copy the cached metadata into the result object when we get one, if we can.
      5. add APIs to access choice list information from a result object.
      
      fix: remove 'orderedColumns' field from mock layer and database.js -- this is no longer returned (only dataTableModel is returned).
      a014849b
    • Mitch Sundt's avatar
      indentation and formatting · 69890b30
      Mitch Sundt authored
      69890b30
    • Mitch Sundt's avatar
      indent formatting and update to comments · 191c3164
      Mitch Sundt authored
      191c3164
Loading