Skip to content
Snippets Groups Projects
  1. Nov 27, 2020
  2. Nov 24, 2020
  3. Nov 12, 2020
  4. Jul 10, 2020
  5. Jul 09, 2020
  6. Jul 07, 2020
  7. Jul 06, 2020
  8. Jun 04, 2020
  9. Jun 03, 2020
  10. Apr 03, 2020
  11. Mar 27, 2020
  12. Mar 26, 2020
  13. Mar 18, 2020
  14. Mar 04, 2020
  15. Feb 28, 2020
  16. Feb 27, 2020
  17. Feb 26, 2020
  18. Feb 25, 2020
  19. Feb 17, 2020
  20. Feb 14, 2020
  21. 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
  22. 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
  23. Feb 11, 2020
Loading