- 22 Feb, 2016 1 commit
-
-
request.POST to eliminate Django deprecation messages.
John Eskew committed
-
- 25 Nov, 2015 1 commit
-
-
ECOM-2972
Peter Fogg committed
-
- 23 Nov, 2015 1 commit
-
-
There's no need to use a string literal in setattr, delattr, or the two-argument form of getattr.
Ned Batchelder committed
-
- 10 Nov, 2015 1 commit
-
-
Please note that this is a squshed commit and the work of: Symbolist, macdiesel, nedbat, doctoryes, muzaffaryousaf and muhammad-ammar
Usman Khalid committed
-
- 13 Jul, 2015 1 commit
-
-
Sarina Canelake committed
-
- 03 Jun, 2015 1 commit
-
-
Muhammad Shoaib committed
-
- 22 May, 2015 1 commit
-
-
marjev committed
-
- 19 May, 2015 1 commit
-
-
MAYN-65 fixed the bug, removed the redemption table entry when the item is expired from the user cart fix quality issues
Muhammad Shoaib committed
-
- 02 May, 2015 1 commit
-
-
Clinton Blackburn committed
-
- 09 Apr, 2015 1 commit
-
-
Stephen Sanchez committed
-
- 17 Mar, 2015 1 commit
-
-
Awais committed
-
- 10 Feb, 2015 1 commit
-
-
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
-
- 08 Feb, 2015 1 commit
-
-
Show ordinary receipt unless the student is in the payment flow.
Will Daly committed
-
- 04 Feb, 2015 2 commits
-
-
Conflicts: lms/djangoapps/shoppingcart/views.py
Sarina Canelake committed -
Omar Al-Ithawi committed
-
- 03 Feb, 2015 1 commit
-
-
These were found by the new pylint checker I wrote! :)
Ned Batchelder committed
-
- 29 Jan, 2015 2 commits
-
-
stephensanchez committed
-
Removes old payment and verification endpoints, views, templates, and tests, making the new split flow the default. The SEPARATE_VERIFICATION_FROM_PAYMENT feature flag is also removed.
Renzo Lucioni committed
-
- 22 Jan, 2015 1 commit
-
-
When changing quantities, be sure to return the new CyberSource submit form html. Also, to ensure that any browser content is fully refreshed when clicking the back button, force a page refresh to reset client state
Chris Dodge committed
-
- 21 Jan, 2015 1 commit
-
-
When changing quantities, be sure to return the new CyberSource submit form html. Also, to ensure that any browser content is fully refreshed when clicking the back button, force a page refresh to reset client state
Chris Dodge committed
-
- 13 Jan, 2015 1 commit
-
-
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
-
- 09 Jan, 2015 1 commit
-
-
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
-
- 06 Jan, 2015 1 commit
-
-
Will Daly committed
-
- 31 Dec, 2014 1 commit
-
-
WL-168 When redeeming a Registration Code in the shopping cart, the user should be redirect to the Registration Code Redemption page improvements suggested by william
Muhammad Shoaib committed
-
- 30 Dec, 2014 1 commit
-
-
Allow disabling of experiment
Will Daly committed
-
- 29 Dec, 2014 2 commits
-
-
Will Daly committed
-
when enrolling a student from a PaidCourseRegistration or a RegistrationCode redemption, then note the CourseEnrollment id in the respective tables
Chris Dodge committed
-
- 17 Dec, 2014 2 commits
-
-
WL-172 Show a Order History list on the Student Dashboard for any PaidCourseRegistration or RegCodeItem that the user might have purchased
Afzal Wali committed -
Add enrollment confirmation page Fix progress update Add order info to the payment confirmation page.
Will Daly committed
-
- 09 Dec, 2014 1 commit
-
-
Remove items from the shopping cart if they are for a course whose course enrollment window has closed changed the url name to verify_cart and change the color of the message in the shopping cart
Muhammad Shoaib committed
-
- 04 Dec, 2014 1 commit
-
-
Muhammad Shoaib committed
-
- 27 Nov, 2014 1 commit
-
-
added the unit tests for the default currency settings
Muhammad Shoaib committed
-
- 17 Nov, 2014 1 commit
-
-
Will Daly committed
-
- 10 Nov, 2014 2 commits
-
-
harden down access to the shoppingcart if the ENABLE_PAID_COURSE_REGISTRATION flag is not set (either via the main Django configuration settings) or through microsite overrides
Chris Dodge committed -
stv committed
-
- 20 Oct, 2014 1 commit
-
-
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
-
- 07 Oct, 2014 1 commit
-
-
Make donations configurable Added donation button to dashboard Generalize merchant defined data for payment processor
Will Daly committed
-
- 23 Sep, 2014 1 commit
-
-
wip
Chris Dodge committed
-
- 16 Sep, 2014 2 commits
-
-
asadiqbal08 committed
-
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
Muhammad Shoaib committed
-