1. 12 Oct, 2016 1 commit
  2. 03 Aug, 2016 1 commit
  3. 15 Jun, 2016 1 commit
  4. 14 Jun, 2016 1 commit
  5. 11 Jun, 2016 1 commit
  6. 13 Apr, 2016 1 commit
  7. 08 Apr, 2016 1 commit
  8. 01 Apr, 2016 1 commit
  9. 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
  10. 20 Jan, 2016 1 commit
  11. 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
  12. 07 Sep, 2015 1 commit
  13. 27 Aug, 2015 1 commit
  14. 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
  15. 02 Jun, 2015 1 commit
  16. 07 May, 2015 1 commit
  17. 13 Mar, 2015 1 commit
  18. 02 Mar, 2015 1 commit
    • ECOM-1139: Example certificates. · 9530021b
      Add the ability to generate "example" certificates to
      test that certificate generation is working correctly for a course.
      
      Add the ability to enable/disable self-generated certificates
      on a per-course basis.
      Will Daly committed