Files
edx-platform/lms/templates
Joe Blaylock ae8847cd6e Certificates: URL endpoint for cert gen
* 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.
2014-05-02 14:34:21 -07:00
..
2013-07-31 19:39:15 -04:00
2014-04-16 15:41:59 -04:00
2013-07-31 19:39:15 -04:00
2014-04-24 14:18:12 -04:00
2013-07-31 19:39:15 -04:00
2013-07-31 19:39:15 -04:00
2013-05-03 08:55:40 -04:00
2013-07-31 19:39:15 -04:00
2014-05-01 14:41:13 -04:00
2013-07-31 19:39:15 -04:00
2014-04-09 12:12:52 +03:00
2014-04-29 12:01:12 -07:00
2014-04-02 16:18:56 +03:00
2013-08-01 14:13:41 -04:00
2014-01-29 08:52:44 -05:00
2013-12-10 11:45:49 -05:00
2014-04-08 16:43:38 -04:00
2014-01-29 08:52:44 -05:00
2013-07-31 19:39:15 -04:00
2013-07-31 19:39:15 -04:00
2014-04-28 12:31:41 -04:00
2014-01-29 08:52:44 -05:00
2014-02-07 16:42:14 -05:00