Skip to content
Snippets Groups Projects
  1. Jun 04, 2020
  2. Jun 03, 2020
  3. Apr 03, 2020
  4. Mar 27, 2020
  5. Mar 26, 2020
  6. Mar 18, 2020
  7. Mar 04, 2020
  8. Feb 28, 2020
  9. Feb 27, 2020
  10. Feb 26, 2020
  11. Feb 25, 2020
  12. Feb 17, 2020
  13. Feb 14, 2020
  14. Feb 13, 2020
    • Romain Therville's avatar
      Update to tx_nG6_pi1.js · 96749b1b
      Romain Therville authored
      The ajax return codes (0,1,2 and 3) cannot be evaluated as strings.
      "if (val == '1') {" becomes "if (val == 1) {" .
      
      Warning : We could also leave this file as it is, and make sure the
      value returned in AJAX is a String.
      
      issue #170
      96749b1b
  15. Feb 12, 2020
    • Romain Therville's avatar
      Update to the single project view · cc11c1b8
      Romain Therville authored
      - The "New data added to this project will be kept [...]" label has been
      removed.
      - The label indicating a space's retention limit and purge policy will
      now be set in application.properties, as 'purge_msg' in the project
      variables.
      - Every project's purge message will be displayed in its individual view
      (Under the "Current space: xxx" label).
      
      issue #161
      cc11c1b8
  16. Feb 11, 2020
  17. Feb 06, 2020
  18. Feb 05, 2020
  19. Jan 31, 2020
Loading