Skip to content
Snippets Groups Projects
  1. Sep 03, 2019
  2. Jul 23, 2019
  3. May 03, 2019
  4. May 02, 2019
  5. May 01, 2019
  6. Apr 18, 2019
  7. Feb 19, 2019
  8. Nov 20, 2018
  9. Oct 19, 2018
  10. Jul 20, 2018
  11. Jul 18, 2018
  12. Jun 25, 2018
  13. Apr 25, 2018
  14. Mar 13, 2018
    • ayub-khan's avatar
      Remove module level translations files · 413f840b
      ayub-khan authored
      We needed those files for the push translation
      jenkins job as job has been updated to run
      without commiting any changes to reo. we no
      longer need those files in repo.
      413f840b
  15. Dec 29, 2017
  16. Nov 02, 2017
  17. Sep 25, 2017
  18. Sep 22, 2017
  19. Sep 21, 2017
  20. Sep 01, 2017
  21. Jul 24, 2017
  22. May 01, 2017
  23. Feb 22, 2017
  24. Nov 10, 2016
  25. Aug 16, 2016
  26. Jul 16, 2016
  27. Jul 11, 2016
  28. May 16, 2016
  29. Apr 11, 2016
  30. Mar 25, 2016
    • Andy Armstrong's avatar
      Fix issues with Underscore in the asset pipeline · 6dd09a89
      Andy Armstrong authored
      FEDX-121
      
      The previous approach for handling NPM assets was
      to symlink them into the static directory. This appeared
      to cause trouble with the asset pipeline where the files
      in question were not installed and then old versions were
      picked up instead.
      
      This change instead copies NPM libraries to a new
      static directory so that the pipeline can consume them
      as with any other file. This new directory is added to
      .gitignore so that the files don't get accidentally
      checked in.
      6dd09a89
  31. Feb 08, 2016
  32. Sep 17, 2015
  33. Jul 02, 2015
  34. Jun 26, 2015
  35. Jun 10, 2015
  36. Jun 02, 2015
  37. Jun 01, 2015
    • Matt Drayer's avatar
      New Feature: Certificates Web View · af7277cd
      Matt Drayer authored
      - SOL-465: Initial implementation of certificates web view and signatories (names/titles)
      
      - SOL-718 Close button is working properly
      
      - SOL-801 Backbone Signatories Modeling
      
      - SOL-803 Underscore template: Editor (Add)
      
      - SOL-802 Signatories: Underscore template - Details
      
      - SOL-804 Signatories: Underscore template: Editor (Edit)
      
      - Add signatory delete Django view
      
      - SOL-805 Signatory editor (Delete)
      
      - Add Coffeescript router
      
      - SOL-716 Jasmine Tests
      
      - Added missing minified JS library
      
      - client side validation of signatory fields
      
      - SOL-390 signatories names
      
      - Remove obsolete extends Sass files
      
      - input maxlength limiting for signatory information
      
      - SOL-389: Course title override
      
      - SOL-466: Add capability to upload digitized signatures in Studio
      
      - ziafazal: fixed css for upload signature image
      
      - ziafazal: completed deletion of signature images
      
      - UX-1741: Add initial static rendering/styling for Open edX web certs
        * creating new global static dir
        * adding s...
      af7277cd