Skip to content
Snippets Groups Projects
  1. Feb 28, 2020
  2. Feb 26, 2020
  3. Feb 13, 2020
  4. Feb 12, 2020
  5. Dec 10, 2019
  6. Dec 05, 2019
  7. Nov 22, 2019
  8. Sep 05, 2019
  9. Aug 30, 2019
  10. Aug 29, 2019
  11. Aug 28, 2019
  12. Aug 23, 2019
    • Špela Zakrajšek's avatar
      Add a function of liking dataset · 9eb666f2
      Špela Zakrajšek authored
      Users can like datasets. When pressing button in GUI a cookie with
      package id is set and number of likes is increased if the user does
      not have a cookie with package id.
      A separated table for package likes is created to avoid updating the
      whole dataset.
      9eb666f2
  13. Jun 02, 2019
  14. May 31, 2019
  15. May 22, 2019
  16. May 21, 2019
  17. May 14, 2019
  18. Mar 01, 2019
  19. Feb 19, 2019
  20. Feb 07, 2019
  21. Feb 06, 2019
  22. Jan 31, 2019
  23. Jan 30, 2019
    • Špela Zakrajšek's avatar
      Adding resources to package without admin confirming · 0135543e
      Špela Zakrajšek authored
      Content editor can add resources to an active package.
      Resources can also be deleted or updated.
      Logic for switching between individual and timeseries resources
      is fixed accordingly. If no resources are present there is no
      constraint for switching.
      If there are resources of one type and one would like to add
      resources of another type, package must be sent in confirmation
      to admin. If resources of first type are removed, resources of
      another type can be added by content editor.
      Individual resources can also have 'refresh interval' property.
      0135543e
    • Špela Zakrajšek's avatar
      Fix deleting resource from package · 28aaa377
      Špela Zakrajšek authored
      28aaa377