- 15 Jan, 2015 2 commits
-
-
Chris Dodge committed
-
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
-
-
Brian Talbot committed
-
- 06 Jan, 2015 3 commits
-
-
* updating vendor files * updating class syntax (to new FA-based classes) for all UI elements * correcting broken tests
Chris committed -
Adding decline button in fake payment page. In of case ERROR, CANCEL, and DECLINE removing auth_amount from test cybersource2 and payment fake.
Awais committed -
div selector is not closed properly in the redemption page html
Muhammad Shoaib committed
-
- 05 Jan, 2015 1 commit
-
-
David Baumgold 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 2 commits
-
-
David Baumgold committed
-
David Baumgold committed
-
- 17 Dec, 2014 1 commit
-
-
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
-
- 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
-
- 31 Oct, 2014 4 commits
-
-
Chris Dodge committed
-
Chris Dodge committed
-
Chris Dodge committed
-
Chris Dodge committed
-
- 27 Oct, 2014 1 commit
-
-
reorg of the receipt page header to match rest of the flow; removed cart-list class from receipt page wrapper
Frances Botsford committed
-
- 22 Oct, 2014 3 commits
-
-
Chris Dodge committed
-
Oleg Marshev committed
-
when changing the quantity between enrollment vs reg code cart types.
Muhammad Shoaib committed
-
- 21 Oct, 2014 1 commit
-
-
wip remove unused kwarg
Chris Dodge 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
-
- 03 Oct, 2014 1 commit
-
-
Add tax-deductible messaging to the confirmation email and receipt pages. Update receipt page to make the course URL optional
Will Daly committed
-
- 01 Oct, 2014 1 commit
-
-
[LMS-11372] [LMS-11370]
Calen Pennington committed
-
- 16 Sep, 2014 1 commit
-
-
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
-
- 05 Sep, 2014 1 commit
-
-
don't hard code the shoppingcart order confirmation page to use settings.xxx, allow for microsites to override
Chris Dodge committed
-
- 05 Aug, 2014 1 commit
-
-
Redirecting to dashboard after free user enrollment.
asadiqbal08 committed
-
- 10 Jul, 2014 1 commit
-
-
Added username into Authors file [Ex-12] Add user to input coupon code in the Shopping Cart [Ex-13] Discount should be reflected in the Payment confirmation page and email added E-commerce Tab in Instructor Dashboard added name/email in authors file removed the is_active column, change the colors scheme, fixed bugs wip wip test github account STORE_BILLING_INFO set to True cybersource api update, reference number updated, merchant_data removed from params View Course buttons on receipt link for course added to receipt receipt.html view course button - func update receipt.html course link update move new CyberSource implementation to a separate file so that we can keep the original remove config changes remove config changes remove coupon redemption during clear cart and update test cases [Ex-11]added test cases(E-commerce Tab Instuctor Dashboard) update data model max_length to 255 remove array paid_course_ids init in views.py removed the is_active filter=false, added styling to the inactive coupon codes remove coupon redemption during clear cart and update test cases [Ex-11]added test cases(E-commerce Tab Instuctor Dashboard) update data model max_length to 255 Add column to the list of coupons in the E-Commerce tab Add ability for microsites to specify custom CyberSource secret configuration, i.e. run under different accounts make the new CyberSource2 also microsite aware updating migration for student and shopping cart apps added user signup functionality that orignated from the Microsites added non-microsite user signup tests fix the hard coded callback URL to localhost add comment Modify e-commerce instructor tab to show a total amount above the coupon listings for admin finance user made changes as suggested by diana khuang add the CourseAccessRoles table to the Django Admin website shopping cart coupon checkout changes as suggested by Jason Bau changes are made according to the suggesstions on PR#4172 changes made in the coupons file changes in the coupons get_coupon_info view fix merge conflict resolution error changes in the remove_coupon view json response changes as suggested by David Baumgold pep8/pylint fixes Changes as suggested by jasonBau don't assume item in shopping cart is a PaidCourseRegistration fix up some logging changed the urls of the coupon views and use the post to get the values from the request
asadiqbal08 committed
-
- 19 Jun, 2014 1 commit
-
-
fix other various i18n issues
Sarina Canelake committed
-
- 09 Jun, 2014 1 commit
-
-
Remove course_from_id don't fetch whole course when the root will do don't fetch even the root if the id will do check for definition.data == null
Don Mitchell committed
-
- 07 May, 2014 1 commit
-
-
This commit updates lms/templates. 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
-
- 17 Apr, 2014 1 commit
-
-
William Desloge committed
-
- 30 Jan, 2014 1 commit
-
-
Dave St.Germain committed
-
- 15 Jan, 2014 2 commits
-
-
Julia Hansbrough committed
-
Julia Hansbrough committed
-
- 06 Jan, 2014 2 commits
-
-
Julia Hansbrough committed
-
Julia Hansbrough committed
-