1. 11 Feb, 2015 1 commit
  2. 10 Feb, 2015 1 commit
    • Country Access: block enrollment · e609f982
      Block users from enrolling in a course if the user
      is blocked by country access rules.
      
      1) Enrollment via the login/registration page.
      2) Enrollment from the marketing iframe (via student.views.change_enrollment)
      3) Enrollment using 100% redeem codes.
      4) Enrollment via upgrade.
      
      This does NOT cover enrollment through third party authentication,
      which is sufficiently complex to deserve its own commit.
      Will Daly committed
  3. 09 Feb, 2015 1 commit
  4. 08 Feb, 2015 1 commit
  5. 07 Feb, 2015 1 commit
  6. 06 Feb, 2015 1 commit
  7. 04 Feb, 2015 5 commits
  8. 03 Feb, 2015 2 commits
  9. 29 Jan, 2015 2 commits
  10. 26 Jan, 2015 1 commit
  11. 22 Jan, 2015 1 commit
  12. 21 Jan, 2015 2 commits
  13. 15 Jan, 2015 1 commit
    • Added the reportlab requirement to base.txt · a8ebf6da
      Added receipts_pdf.py
      
      Used Paragraph for displaying a large body of text.
      
      added the table
      
      Line breaks in the para text. font size adjusted.
      
      Improved the main table (alignments) and totals (converted to a table as well)
      
      Converted the footer into a table, and allowed for pagination.
      
      Added pagination to item data table.
      
      Handled wrapping of long descriptions into multiple lines.
      
      email attachment for both invoice and receipt
      
      added the currency from the settings
      
      Removed magic numeric literals and added meaningful variables.
      
      Added initial set of substitutions from configuration
      
      add defining logo paths via configuration
      
      Removed font dependencies. Will use the system default fonts which appear good enough to me.
      
      Alignment adjustments as per suggestions.
      
      Fixed the pep8 violations. Added comments to styling
      
      added the decimal points to the price values
      
      Cleanup. Docstrings.
      
      i18n the text in the pdf file
      
      fix pep8/pylint issues
      
      Changed the amounts from string to float.
      
      Overrode the 'pdf_receipt_display_name' property in the OrderItem subclass Donation.
      
      used the PaidCourseRegistration instead of the parent OrderItem to avoid course_id related exceptions.
      
      quality fixes
      
      added  the test cases for the pdf
      
      made the changes in the pdf suggested by griff
      
      updated the pdf tests to assert the pdf content
      
      used the pdfminor library
      
      fix quality issues
      
      made the changes suggested by Will
      
      added the text file that says "pdf file not available. please contact support"
       in case pdf fails to attach in the email
      Afzal Wali committed
  14. 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
  15. 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
  16. 07 Jan, 2015 1 commit
  17. 06 Jan, 2015 2 commits
  18. 05 Jan, 2015 1 commit
  19. 31 Dec, 2014 1 commit
  20. 30 Dec, 2014 4 commits
  21. 29 Dec, 2014 2 commits
  22. 26 Dec, 2014 1 commit
  23. 24 Dec, 2014 1 commit
  24. 19 Dec, 2014 1 commit
  25. 18 Dec, 2014 1 commit
  26. 17 Dec, 2014 2 commits
  27. 16 Dec, 2014 1 commit