1. 07 Nov, 2017 1 commit
  2. 25 Oct, 2017 1 commit
  3. 17 Oct, 2017 1 commit
  4. 05 Oct, 2017 1 commit
  5. 29 Jun, 2017 1 commit
  6. 01 Jun, 2017 1 commit
  7. 30 May, 2017 1 commit
  8. 22 May, 2017 1 commit
    • Remove credential listing from program list view · 2955a6e6
      The new design for the program detail page introduced a sidebar which includes a program-specific listing of credentials. This is an improvement over the old list of credentials found on the program list page and is meant to replace it. The new detail page is stable, so the credential listing on the program list page can be removed.
      
      LEARNER-492
      Renzo Lucioni committed
  9. 19 Apr, 2017 1 commit
  10. 11 Apr, 2017 2 commits
  11. 28 Mar, 2017 1 commit
  12. 08 Mar, 2017 1 commit
  13. 01 Mar, 2017 1 commit
  14. 27 Feb, 2017 1 commit
  15. 23 Jan, 2017 1 commit
  16. 18 Jan, 2017 1 commit
  17. 18 Nov, 2016 1 commit
  18. 07 Nov, 2016 1 commit
  19. 03 Aug, 2016 2 commits
  20. 23 May, 2016 1 commit
  21. 18 May, 2016 1 commit
  22. 04 May, 2016 2 commits
  23. 03 May, 2016 1 commit
  24. 06 Apr, 2016 1 commit
  25. 17 Mar, 2016 1 commit
  26. 04 Mar, 2016 2 commits
  27. 29 Feb, 2016 1 commit
  28. 05 Feb, 2016 1 commit
  29. 03 Feb, 2016 1 commit
    • Refactor and improve js_utils helpers · f555ffd5
      - Rename escape_json_dumps to dump_js_escaped_json
      - Rename escape_js_string to js_escaped_string
      - Update js_escaped_string to output empty string for None
      - Introduce dump_html_escaped_json
      - Move dump_js_escaped_json after the pipe as new best practice
      - Introduce additional uses of helpers
      - Introduce new djangolib directory and move js_utils
      Robert Raposa committed