1. 28 Jan, 2016 1 commit
  2. 22 Jan, 2016 1 commit
    • Disable audit certificates for new audit enrollments. · 96cc3895
      Two new certificate statuses are introduced, 'audit_passing' and
      'audit_notpassing'. These signal that the GeneratedCertificate is not
      to be displayed as a cert to the user, and that they either passed or
      did not. This allows us to retain existing grading logic, as well as
      maintaining correctness in analytics and reporting.
      
      Ineligible certificates are hidden by using the
      `eligible_certificates` manager on GeneratedCertificate. Some places
      in the coe (largely reporting, analytics, and management commands) use
      the default `objects` manager, since they need access to all
      certificates.
      
      ECOM-3040
      ECOM-3515
      Peter Fogg committed
  3. 20 Jan, 2016 1 commit
  4. 13 Jan, 2016 1 commit
    • Disable audit certificates for new audit enrollments. · 60860e3a
      An `eligible_for_certificate` field is added to the
      GeneratedCertificate model. This way we can retain existing grading
      logic, as well as maintaining correctness in analytics and reporting.
      
      Ineligible certificates are hidden by using the
      `eligible_certificates` manager on GeneratedCertificate. Some places
      in the coe (largely reporting, analytics, and management commands) use
      the default `objects` manager, since they need access to all
      certificates.
      
      This commit also updates the DB cache for acceptance tests.
      Peter Fogg committed
  5. 22 Dec, 2015 1 commit
  6. 21 Dec, 2015 1 commit
  7. 17 Dec, 2015 2 commits
  8. 13 Dec, 2015 1 commit
  9. 09 Dec, 2015 1 commit
  10. 08 Dec, 2015 1 commit
  11. 04 Dec, 2015 1 commit
  12. 01 Dec, 2015 1 commit
  13. 17 Nov, 2015 1 commit
    • refactored code as described in SOL-1386 · c5912ea3
      further code refactoring and added test
      
      fixed tests and internationalisation issues
      
      added translators comment and pulled text to same line
      
      changes based on feedback
      
      updated doctoring to make it more unstandable
      
      further optimizations
      Zia Fazal committed
  14. 13 Nov, 2015 1 commit
  15. 12 Nov, 2015 1 commit
  16. 10 Nov, 2015 1 commit
  17. 04 Nov, 2015 1 commit
  18. 15 Oct, 2015 1 commit
  19. 01 Oct, 2015 1 commit
  20. 23 Sep, 2015 1 commit
  21. 22 Sep, 2015 1 commit
  22. 17 Sep, 2015 1 commit
  23. 16 Sep, 2015 1 commit
  24. 02 Sep, 2015 1 commit
  25. 31 Aug, 2015 1 commit
  26. 25 Aug, 2015 1 commit
  27. 13 Aug, 2015 1 commit
    • ziafazal/SOL-1044: Database-Driven Certificate Templates · 2467d697
      * added certificate template model
      * added certificate template asset model
      * added django admin configs and migration
      * initial LMS template matching logic
      * improved LMS template matching
      * improved LMS template matching and rendering logic
      * address Django admin form/model load order incongruence
      * add missing unique constraint migration.
      Zia Fazal committed
  28. 12 Aug, 2015 1 commit
  29. 11 Aug, 2015 1 commit
  30. 10 Aug, 2015 1 commit
  31. 13 Jul, 2015 1 commit
  32. 02 Jul, 2015 1 commit
    • asadiqbal08/SOL-766: Add Facebook sharing to certificate view · 57d5de5d
      * updated the flags for social media sharing
      * added facebook feed ui to share public url
      * update the condition logic
      * update the code as per suggestion and added pick new style for share buttons
      * update the css class reference
      * update the bok-choy test
      * updated description and some text touch-ups
      * moved the JS related to facebook into separate location
      * js formatting
      * Add trailing comma per chrisndodge
      * Add wait to fix flaky test...maybe
      asadiqbal committed
  33. 01 Jul, 2015 1 commit
  34. 29 Jun, 2015 1 commit
  35. 22 Jun, 2015 1 commit
  36. 16 Jun, 2015 1 commit
    • Certificates: addressing a11y feedback · 07307cb4
      * removing visual-based heading styles from 'sr-only' DOM elements
      * revising default certificate view h1/heading copy
      * revising DOM elements to use main/aside semantics
      * revised edX/platform logo link alt text
      * removed extra share/take home header text
      * synced up add to LinkedIn profile copy
      Brian Talbot committed
  37. 15 Jun, 2015 1 commit
    • certificates event tracking · 6afaa3cc
      some optimisations
      
      refactored code and added created event
      
      added test to make sure generate event is emitted
      
      changes based on feedback on 6/11
      
      added certificate web page and tests
      
      fixed quality violations
      Zia Fazal committed
  38. 10 Jun, 2015 1 commit
  39. 08 Jun, 2015 1 commit