1. 06 Oct, 2016 1 commit
  2. 11 Aug, 2016 1 commit
  3. 13 May, 2016 2 commits
  4. 12 May, 2016 1 commit
  5. 11 May, 2016 1 commit
  6. 13 Apr, 2016 1 commit
  7. 06 Apr, 2016 2 commits
  8. 09 Feb, 2016 1 commit
  9. 03 Feb, 2016 1 commit
  10. 22 Jan, 2016 1 commit
    • Disable audit certificates for new audit enrollments. · 96cc3895
      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
  11. 20 Jan, 2016 1 commit
  12. 13 Jan, 2016 1 commit
    • Disable audit certificates for new audit enrollments. · 60860e3a
      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
  13. 16 Dec, 2015 1 commit
  14. 09 Dec, 2015 1 commit
  15. 07 Dec, 2015 1 commit
  16. 03 Dec, 2015 1 commit
  17. 30 Nov, 2015 1 commit
  18. 25 Nov, 2015 1 commit
  19. 22 Nov, 2015 1 commit
  20. 21 Oct, 2015 1 commit
  21. 29 Sep, 2015 1 commit
  22. 17 Sep, 2015 1 commit
  23. 14 Sep, 2015 1 commit
  24. 28 Jul, 2015 1 commit
  25. 27 Jul, 2015 1 commit
  26. 21 Jul, 2015 1 commit
    • Separate verification deadline from upgrade deadline · 25fa2ffc
      * Add verification deadline model.
      * Populate verification deadlines from course modes table.
      * Update student dashboard to use verification deadlines.
      * Update pay-and-verify view to use verification deadlines.
      * Simplify Django admin for course modes and add validation.
      * Add verification deadline to Django admin for course modes.
      * Add UI for when the upgrade deadline is missed in the pay-and-verify flow.
      Will Daly committed
  27. 13 Jul, 2015 2 commits
  28. 07 Jul, 2015 1 commit
  29. 09 Jun, 2015 1 commit
  30. 17 Apr, 2015 1 commit
    • Credit message on track selection page. · 3b160eef
      * Adds a credit course mode to indicate that a course
      has a credit option.
      
      * Hides the credit option from the track selection and
      pay-and-verify pages.
      
      * Shows different messaging for the verified track if
      it's possible to upgrade from verified to credit at the end
      of the course.
      Will Daly committed
  31. 10 Apr, 2015 1 commit
  32. 03 Apr, 2015 1 commit
  33. 13 Mar, 2015 1 commit
  34. 27 Feb, 2015 1 commit
  35. 13 Jan, 2015 1 commit
    • Enable redeem codes. · b1884306
      Update the redeem code schema
      
      Updating the redeem code schema.
      
      Adding migration file.
      
      Adding course mode support when redeeming a code.
      
      Conflicts:
      	lms/djangoapps/shoppingcart/views.py
      
      Add sales admin privileges for redeem code generation.
      
      Making sure redeem code URLs work for verified courses.
      
      pep8 violations
      
      Code Review and Test Cleanup changes
      
      Added tests, fixed tests.
      
      Updating the boolean checks in ecommerce template
      stephensanchez committed
  36. 02 Dec, 2014 1 commit
  37. 28 Oct, 2014 1 commit