1. 12 Jun, 2017 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. 15 Oct, 2015 1 commit
  6. 17 Mar, 2015 1 commit
  7. 09 Jun, 2014 1 commit
  8. 29 May, 2014 1 commit
  9. 27 May, 2014 1 commit
  10. 19 May, 2014 1 commit
    • Added totals for different student tracks · 263cf647
      sorted the output, easier to read
      
      Add is_active filter to only generate for students enrolled
      
      Adding back total_enrollment
      
      Removing active filter
      
      Certs will generate for all users in the course, not just those "active"
      
      Typo
      
      Renaming headings to make more sense
      
      Renaming variables to match headings
      Han Su Kim committed
  11. 09 May, 2014 1 commit
  12. 08 May, 2014 1 commit
    • Make course ids and usage ids opaque to LMS and Studio [partial commit] · cd746bf8
      This commit adds the non-courseware lms/djangoapps and lms/lib.
      
      These keys are now objects with a limited interface, and the particular
      internal representation is managed by the data storage layer (the
      modulestore).
      
      For the LMS, there should be no outward-facing changes to the system.
      The keys are, for now, a change to internal representation only. For
      Studio, the new serialized form of the keys is used in urls, to allow
      for further migration in the future.
      
      Co-Author: Andy Armstrong <andya@edx.org>
      Co-Author: Christina Roberts <christina@edx.org>
      Co-Author: David Baumgold <db@edx.org>
      Co-Author: Diana Huang <dkh@edx.org>
      Co-Author: Don Mitchell <dmitchell@edx.org>
      Co-Author: Julia Hansbrough <julia@edx.org>
      Co-Author: Nimisha Asthagiri <nasthagiri@edx.org>
      Co-Author: Sarina Canelake <sarina@edx.org>
      
      [LMS-2370]
      Calen Pennington committed
  13. 05 May, 2014 4 commits
  14. 08 Apr, 2014 1 commit
  15. 16 Jan, 2013 1 commit
  16. 19 Nov, 2012 1 commit
  17. 16 Nov, 2012 3 commits
  18. 15 Nov, 2012 1 commit
    • Django commands for certificates · 10c623d1
      * Removing the command to find unicode names since it was only used for
        testing
      * ungenerated_certs will now by default run through all courses that
        have ended.  a course option can be used to run on one course
      * gen_cert_report added which will summarize certificate states
        for all courses that have ended
      John Jarvis committed