- 12 Oct, 2016 1 commit
-
-
Sanford Student committed
-
- 03 Aug, 2016 1 commit
-
-
Calen Pennington committed
-
- 15 Jun, 2016 1 commit
-
-
ECOM-4217
Awais committed
-
- 14 Jun, 2016 1 commit
-
-
Ben Patterson committed
-
- 11 Jun, 2016 1 commit
-
-
ECOM-4217
Awais committed
-
- 13 Apr, 2016 1 commit
-
-
Adam Palay committed
-
- 08 Apr, 2016 1 commit
-
-
Ned Batchelder committed
-
- 01 Apr, 2016 1 commit
-
-
Jonathan Piacenti committed
-
- 22 Jan, 2016 1 commit
-
-
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
-
- 20 Jan, 2016 1 commit
-
-
This reverts commit 60860e3a.
Peter Fogg committed
-
- 13 Jan, 2016 1 commit
-
-
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
-
- 07 Sep, 2015 1 commit
-
-
asadiqbal committed
-
- 27 Aug, 2015 1 commit
-
-
The old line: from path import path produced pylint errors because of the baroque way that path.py defined "path". We tried to get them to change how they defined it, but they deleted the name instead: https://github.com/jaraco/path.py/issues/102 (Jason then changed his mind, but this is a better way to use path.py, it avoids the pylint error at least.)
Ned Batchelder committed
-
- 16 Jun, 2015 1 commit
-
-
* removing visual-based heading styles from 'sr-only' DOM elements * revising default certificate view h1/heading copy * revising DOM elements to use main/aside semantics * revised edX/platform logo link alt text * removed extra share/take home header text * synced up add to LinkedIn profile copy
Brian Talbot committed
-
- 02 Jun, 2015 1 commit
-
-
Jonathan Piacenti committed
-
- 07 May, 2015 1 commit
-
-
Christine Lytwynec committed
-
- 13 Mar, 2015 1 commit
-
-
Matt Drayer committed
-
- 02 Mar, 2015 1 commit
-
-
Add the ability to generate "example" certificates to test that certificate generation is working correctly for a course. Add the ability to enable/disable self-generated certificates on a per-course basis.
Will Daly committed
-