1. 05 Feb, 2015 1 commit
  2. 11 Dec, 2014 1 commit
  3. 04 Nov, 2014 1 commit
  4. 13 Jun, 2014 1 commit
  5. 12 Jun, 2014 1 commit
  6. 09 Jun, 2014 1 commit
  7. 29 May, 2014 1 commit
  8. 27 May, 2014 1 commit
  9. 24 May, 2014 1 commit
  10. 23 May, 2014 1 commit
  11. 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
  12. 09 May, 2014 1 commit
  13. 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
  14. 05 May, 2014 4 commits
  15. 08 Apr, 2014 1 commit
  16. 18 Mar, 2014 1 commit
    • Certificates: Additional flags for regenerate_user · b8b86527
      * -G allows explicit setting of grade condition (e.g., a string such as
        'Distinction', 'Pass', 'F', 'B') for the certificate, regardless of
        grader output for the user.
      * -T allows explicit request of a particular certificate template to be
        applied to a given user's certificate regeneration, i.e.:
          -T doctor_distinction.pdf
        to generate a certificate of distinction for doctors.
      Joe Blaylock committed
  17. 18 Jan, 2014 1 commit
  18. 15 Nov, 2013 1 commit
  19. 01 Nov, 2013 2 commits
  20. 09 Oct, 2013 1 commit
  21. 22 Jul, 2013 1 commit
  22. 01 Apr, 2013 1 commit
  23. 29 Jan, 2013 2 commits
  24. 17 Jan, 2013 1 commit
  25. 16 Jan, 2013 3 commits
  26. 20 Nov, 2012 1 commit
  27. 19 Nov, 2012 1 commit
  28. 16 Nov, 2012 3 commits
  29. 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
  30. 09 Nov, 2012 2 commits