Skip to content
Snippets Groups Projects
  1. Feb 17, 2020
  2. Feb 14, 2020
  3. 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
  4. 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
  5. Feb 11, 2020
  6. Feb 06, 2020
  7. Feb 05, 2020
  8. Jan 31, 2020
  9. Jan 30, 2020
  10. Jan 28, 2020
  11. Jan 27, 2020
  12. Jan 22, 2020
  13. Jan 16, 2020
  14. Jan 15, 2020
Loading