- 04 Nov, 2014 1 commit
-
-
Sarina Canelake committed
-
- 09 Oct, 2014 1 commit
-
-
Braden MacDonald committed
-
- 29 May, 2014 1 commit
-
-
[LMS-2757]
Calen Pennington committed
-
- 21 May, 2014 1 commit
-
-
Calen Pennington committed
-
- 09 May, 2014 1 commit
-
-
Calen Pennington committed
-
- 08 May, 2014 1 commit
-
-
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
-
- 02 May, 2014 1 commit
-
-
* 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
-
- 31 Mar, 2014 1 commit
-
-
Covers external grading and certificates.
Diana Huang committed
-
- 09 Nov, 2012 6 commits
-
-
John Jarvis committed
-
John Jarvis committed
-
John Jarvis committed
-
John Jarvis committed
-
John Jarvis committed
-
Conflicts: lms/djangoapps/certificates/models.py
John Jarvis committed
-
- 06 Aug, 2012 1 commit
-
-
Bridger Maxwell committed
-
- 03 Aug, 2012 1 commit
-
-
Bridger Maxwell committed
-
- 23 Jul, 2012 1 commit
-
-
Calen Pennington committed
-
- 12 Jul, 2012 2 commits
-
-
Bridger Maxwell committed
-
Fixed the errors that were breaking tests from unused simplewiki files and a half-migrated certificates module.
Bridger Maxwell committed
-
- 11 Jul, 2012 1 commit
-
-
Bridger Maxwell committed
-