1. 22 Aug, 2016 1 commit
  2. 27 Jul, 2016 1 commit
  3. 22 Jul, 2016 1 commit
  4. 24 Jun, 2016 1 commit
  5. 10 May, 2016 1 commit
    • Include non-obsolete location info in student profile report · fe41e50d
      The student profile report that can be downloaded from the course staff
      dashboard included the "location" field (which is obsolete) and the
      mailing address, which is seldom completed. Here, we add the "country"
      and "city" fields to the csv report. To do so, we need to be able to
      dump the new fields to JSON so we convert the user fields to unicode
      when needed.
      
      Note that this breaks compatibility with earlier reports.
      Régis Behmo committed
  6. 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
  7. 20 Jan, 2016 1 commit
  8. 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
  9. 24 Nov, 2015 1 commit
  10. 23 Nov, 2015 1 commit
  11. 21 Oct, 2015 1 commit
  12. 19 Oct, 2015 1 commit
  13. 23 Sep, 2015 1 commit
  14. 17 Aug, 2015 1 commit
  15. 13 Aug, 2015 1 commit
  16. 16 Jun, 2015 1 commit
  17. 04 Jun, 2015 1 commit
  18. 03 Jun, 2015 1 commit
  19. 17 Mar, 2015 1 commit
  20. 03 Feb, 2015 1 commit
  21. 22 Jan, 2015 1 commit
  22. 20 Jan, 2015 1 commit
  23. 09 Jan, 2015 1 commit
    • WL-135 added the migration for the expiration_date field in the coupons model · 10f8d8c0
      added the functionality of adding the expiration date, and also handled in the shopping cart when the user try to add the expired coupon code in the shopping cart
      
      added expiration date in the coupons list in the ecommerce page
      
      added the unit tests and jasmine tests
      
      fix the quality issues and rebased with master
      
      regenerated the migration file with a different number
      
      i18n and verified te course mode
      
      changes suggested by  stephan
      Muhammad Shoaib committed
  24. 31 Dec, 2014 1 commit
  25. 29 Dec, 2014 1 commit
  26. 04 Dec, 2014 1 commit
  27. 20 Oct, 2014 1 commit
    • EX-71 New shopping Cart UI Single person purchase · 4f7c4949
      Ex-74 Registration Code redemption
      
      fix the translation issues
      
      added a check if a user is already registered in a course. Changed the messages
      
      added course depth=0 and removed pep8 violations
      
      Ex-72-added additional billing information
      
      Added a new CSV file in the instructor dashboard sales tab to download all the order sales separated from the invoice sales
      
      fix path to image
      
      updated the failed unit tests and add some minor tweaks in the Shoppingcart.scss
      
      Ex-78 New UI In receipt page
      
      EX-73 Purchasers can buy a course on behalf of a different student
      
      WL-78 updated the receipt page UI.
      
      Wl-72 updated Billing Information UI and removed the Order Address fields
      
      WL-71 Remove Purchase Type Buttons from UI
      
      WL-71 Updated minor UI issues and updated test cases
      
      WL-78 updated the enrollment links in the receipt page
      
      made changes in Order generated sales csv in Instructor Dashboard.
       The total_registration_codes and total_used_codes
        were not correctly stored in the csv file.
      
      1) The total_registration_codes were not filtered with
       course_id.
      2) The total_used_codes that a user had redeemed
       were not correctly included in the CSV.
      
      added a fix in the courseware view to let the users visit the courseware if they have enrolled in the course by clicking on the enrollment link
      
      rebase and resolved conflicts with master
      
      WL-97 Bulk Registration Email Confirmation
      Below is the commit summary.
      - Make email text bold as per requirement.
      - Improve email template quality and reorder points.
      - Add text in billing details page : "if no additional billing details are populated the payment confirmation will be sent to the user making the purchase"
      - Update text on receipt page "You have successfully purchase 3 course registration codes"
      
      WL-100 fixed the bug on the edit/add coupon and set course price.
      Ajax requests were duplicating in each callback. fixed this issue by creating the manual ajax request rather than the Lean Modal Ajax requests
      
      allow for better White Label branding in shopping cart purchase emails
      
      fix up typos and text
      
      fix goof
      
      fix
      
      fix
      
      incorporated model changes as suggested by Jason.
      
      updated order sales csv
      
      updated test cases for CourseRegCodeItem model and csv for the order generated sales
      
      updated the migrations history
      
      fixed the lms acceptance tests
      
      Be sure to check for multiple types
      
      address PR feedback
      
      PR feedback
      
      PR feedback
      
      pep8 fix
      asadiqbal08 committed
  28. 02 Oct, 2014 1 commit
  29. 23 Sep, 2014 1 commit
  30. 16 Sep, 2014 1 commit
  31. 02 Sep, 2014 1 commit
  32. 05 Aug, 2014 2 commits
  33. 30 Jul, 2014 1 commit
  34. 29 Jul, 2014 1 commit
  35. 28 Jul, 2014 1 commit
  36. 02 Jun, 2014 1 commit
  37. 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
  38. 06 Sep, 2013 1 commit
  39. 14 Aug, 2013 1 commit
    • Shift enroll/unenroll logic to CourseEnrollment model, add is_active and mode. · 3ce87583
      Features coming down the pipe will want to be able to:
      * Refer to enrollments before they are actually activated (approval step).
      * See what courses a user used to be enrolled in for when they re-enroll in
        the same course, or a different run of that course.
      * Have different "modes" of enrolling in a course, representing things like
        honor certificate enrollment, auditing (no certs), etc.
      
      This change adds an is_active flag and mode (with default being "honor").
      The commit is only as large as it is because many parts of the codebase were
      manipulating enrollments by adding and removing CourseEnrollment objects
      directly. It was necessary to create classmethods on CourseEnrollment to
      encapsulate this functionality and then port everything over to using them.
      
      The migration to add columns has been tested on a prod replica, and seems to be
      fine for running on a live system with single digit millions of rows of
      enrollments.
      David Ormsbee committed