1. 21 Oct, 2014 1 commit
    • WL-98 · 1035d67a
      fix typo and add more security on API
      
      fix some bugs and typos
      
      address PR feedback
      
      be sure to send emails when accounts already exist
      
      PR feedback
      
      fix multiple uploads
      
      pep8 fixes
      
      pep8 fix
      
      pylint fixes
      
      fix url mapping
      
      WL-98
      - Complete code coverage
      - Update code for error and warning messages.
      - improve code as per some suggestions
      
      updated the UI of the auto_enroll feature
      
      fixed the errors
      
      PR feedback
      
      add test
      
      add back file filtering
      
      add some more error handling of input
      
      remove unneeded coffeescript code
      
      pylint fixes
      
      add pep8 space
      
      WL-98
      - Updated and added test cases.
      - Updated membership coffee file for errors display handling.
      - fixed minor text issues.
      
      allow for blank lines and add a test
      
      add blank line (pep8)
      asadiqbal08 committed
  2. 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
  3. 24 Sep, 2014 1 commit
  4. 03 Sep, 2014 1 commit
  5. 02 Sep, 2014 1 commit
  6. 25 Aug, 2014 1 commit
  7. 18 Apr, 2014 1 commit
  8. 11 Apr, 2014 1 commit
  9. 26 Mar, 2014 1 commit
  10. 18 Mar, 2014 1 commit
  11. 01 Feb, 2014 1 commit
  12. 15 Nov, 2013 1 commit
  13. 30 Oct, 2013 1 commit
  14. 27 Sep, 2013 1 commit
    • Stanford paid course registration · 667a1ead
      With tests, some settings changes
      (all should default to not breaking anything for edx)
      
      Added styling for shopping cart User Experience
      - Styled shoppingcart list page
      - Styled navigation shopping cart button
      - Styled receipt page
      - Styled course about page for shopping cart courses
      
      Addressed HTML/SCSS issues
      
      Remove offending body class and unnecessary sass changes
      
      Addresses many review comments on stanford shopping cart
      
      * framework for generating order instructions on receipt page
        in shoppingcart.models
      * move user_cart_has_item into shoppingcart.models
      * move min_course_price_for_currency into course_modes.models
      * remove auto activation on purchase
      * 2-space indents in templates
      * etc
      
      revert indentation on navigation.html for ease of review
      
      pep8 pylint
      
      move logging/error handling from shoppingcart view to model
      
      Addressing @dave changes
      Jason Bau committed
  15. 12 Sep, 2013 1 commit
  16. 09 Sep, 2013 1 commit
  17. 05 Sep, 2013 1 commit
  18. 04 Sep, 2013 2 commits
  19. 29 Aug, 2013 4 commits
    • Slightly change email registration template · c8b2863a
          Added some text to guide the student to register with a particular email address.
          This is the one that was entered into the enrollment/invitation form by the instructor.
          Modified the template and associated test.
      David Adams committed
    • Add delay to course bulk email task and use SITE_NAME for site url · 3b32d421
       Delay for possible race condition with fetching course email object.
       Use settings.SITE_NAME for host name to generate email footer url.
      Kevin Luo committed
    • Add bulk email feature for instructors, with optout option · 907bf6e1
      Adds a new Email link to the instructor dashboard for frontend interface to send
      email to course members. Adds a feature flag ENABLE_INSTRUCTOR_EMAIL to toggle this.
      Creates a new djangoapp bulk_email that handles this action by getting the recipient
      list and batching the emails to different celery tasks to do the actual sending.
      Requires lynx package to convert HTML email to plaintext. Handles SMTP errors by
      retrying or falling through to the next email. Adds the option to opt out of course
      specific emails in the user dashboard with an Email Settings link for each course.
      Uses severable configurable settings with defaults. DEFAULT_BULK_FROM_EMAIL
      specifies the from address for email. EMAILS_PER_TASK specifies the number of emails
      each celery task takes on. EMAIL_HOST, EMAIL_PORT, EMAIL_HOST_USER,
      EMAIL_HOST_PASSWORD, and EMAIL_USE_TLS for the SMTP email backend settings.
      
      Co-authored-by: Akshay Jagadeesh <akjags@gmail.com>
      Kevin Luo committed
  20. 27 Aug, 2013 1 commit
  21. 26 Jun, 2013 1 commit
  22. 05 Jun, 2013 2 commits
  23. 18 Oct, 2012 1 commit
  24. 06 Sep, 2012 1 commit
  25. 18 Jul, 2012 2 commits
  26. 13 Jul, 2012 1 commit
  27. 12 Jul, 2012 1 commit
  28. 29 Jun, 2012 1 commit
  29. 27 Jun, 2012 3 commits
  30. 26 Jun, 2012 1 commit
  31. 06 Jun, 2012 1 commit