- 14 Aug, 2017 1 commit
-
-
cahrens committed
-
- 12 Jun, 2017 1 commit
-
-
Andy Armstrong committed
-
- 07 Nov, 2016 1 commit
-
-
John Eskew committed
-
- 27 Jul, 2016 1 commit
-
-
2. Add site configuration overrides to theming/helpers.py 3. Move microsite.get_value from theming/helpers to site_configuration/helpers 4. Move microsite_configuration.microsite.get_value usages to site_configuration.helpers.values
Saleem Latif committed
-
- 03 Jun, 2016 1 commit
-
-
Douglas Hall committed
-
- 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
-