1. 05 Feb, 2015 1 commit
  2. 11 Jun, 2014 1 commit
  3. 06 Jun, 2014 1 commit
  4. 30 May, 2014 1 commit
  5. 21 May, 2014 1 commit
  6. 09 May, 2014 1 commit
  7. 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
  8. 02 May, 2014 1 commit
    • Certificates: URL endpoint for cert gen · ae8847cd
      * API endpoint for certificate generation, an authenticated  post with course
        id requests that grading be carried out and a cert generated for
        request.user in that course, using the usual grading and certificate
        machinery (ie, it does not imply whitelisting, though whitelists and
        blacklists will be respected)
        - Logs each request as it comes in
        - Calls xq.add_cert() and consequently, does grading synchronously on
          this app host and then queues request for certificate agent.
        - example usage:
          ```
          curl --data "student_id=9999&course_id=Stanford/2013/Some_Class" http://127.0.0.1:8000/request_certificate
          ```
      
      * Studio advanced setting added, "certificates_show_before_end", which
        determines whether a course should permit certificates to be downloadable
        by students before the coures's end date has passed.
        - Modifications to dashboard view and templates to allow display of
          certificate download links before course has ended.
          (XXX: may declare failing students as failing before the course has ended.)
        - To test, turn the setting on in a course which hasn't ended yet, and
          force certificate generation for a student, then check their
          dashboard.
      Joe Blaylock committed
  9. 29 Apr, 2014 1 commit
    • Certs: pass course name on queue · c5834eb6
      Stanford had a problem a few times that certificate requests had
      different values for the course display name and the course name printed
      on the certificate and verification pages because of human error. This
      passes the course display name on the queue to the certificate requests,
      so that at least one place where the course name is reproduced (the
      certificate agent's settings.py) can be eliminated.
      Joe Blaylock committed
  10. 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
  11. 24 Feb, 2014 1 commit
  12. 31 Jan, 2014 2 commits
  13. 22 Nov, 2013 1 commit
  14. 19 Nov, 2013 3 commits
  15. 15 Nov, 2013 2 commits
  16. 01 Nov, 2013 1 commit
  17. 15 Oct, 2013 1 commit
  18. 09 Oct, 2013 1 commit
  19. 28 Aug, 2013 1 commit
  20. 27 Jun, 2013 1 commit
  21. 19 Jun, 2013 2 commits
    • Initialize MakoMiddleware manually during certificate grading runs. · 7b074424
      Without this, problems fail to load because they can't find how to
      render themselves, and the certificate generation grading run will
      get an inaccurately low count of the possible points a user could
      get (anything they didn't see will be omitted), inflating their
      grade during certificate calculation and making it inconsistent
      with their Progress page.
      David Ormsbee committed
    • Initialize MakoMiddleware manually during certificate grading runs. · e1b071be
      Without this, problems fail to load because they can't find how to
      render themselves, and the certificate generation grading run will
      get an inaccurately low count of the possible points a user could
      get (anything they didn't see will be omitted), inflating their
      grade during certificate calculation and making it inconsistent
      with their Progress page.
      David Ormsbee committed
  22. 01 Apr, 2013 1 commit
  23. 06 Feb, 2013 1 commit
  24. 29 Jan, 2013 5 commits
  25. 16 Jan, 2013 1 commit
  26. 20 Nov, 2012 1 commit
  27. 10 Nov, 2012 1 commit
  28. 09 Nov, 2012 4 commits