- 17 Mar, 2015 1 commit
-
-
Update edx-lint to the version that checks if tearDown uses super. Convert a number of tearDown methods into addCleanup. Remove some unneeded tearDown methods: no need to call patch.stopall if none of them were started with patch.start.
Ned Batchelder committed
-
- 13 Mar, 2015 1 commit
-
-
Awais committed
-
- 09 Feb, 2015 1 commit
-
-
Will Daly committed
-
- 08 Feb, 2015 1 commit
-
-
Show ordinary receipt unless the student is in the payment flow.
Will Daly committed
-
- 07 Feb, 2015 1 commit
-
-
Remove submission of verification attempt in shopping cart, since it's no longer needed with the new payment/verification flow.
Will Daly committed
-
- 06 Feb, 2015 1 commit
-
-
Wrap send email operation in try/except to avoid rolling back the transaction once a user has paid.
Will Daly committed
-
- 04 Feb, 2015 2 commits
-
-
The existing pattern of using `override_settings(MODULESTORE=...)` prevented us from having more than one layer of subclassing in modulestore tests. In a structure like: @override_settings(MODULESTORE=store_a) class BaseTestCase(ModuleStoreTestCase): def setUp(self): # use store @override_settings(MODULESTORE=store_b) class ChildTestCase(BaseTestCase): def setUp(self): # use store In this case, the store actions performed in `BaseTestCase` on behalf of `ChildTestCase` would still use `store_a`, even though the `ChildTestCase` had specified to use `store_b`. This is because the `override_settings` decorator would be the innermost wrapper around the `BaseTestCase.setUp` method, no matter what `ChildTestCase` does. To remedy this, we move the call to `override_settings` into the `ModuleStoreTestCase.setUp` method, and use a cleanup to remove the override. Subclasses can just defined the `MODULESTORE` class attribute to specify which modulestore to use _for the entire `setUp` chain_. [PLAT-419]
Calen Pennington committed -
Calen Pennington committed
-
- 29 Jan, 2015 1 commit
-
-
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
-
- 30 Dec, 2014 1 commit
-
-
Allow disabling of experiment
Will Daly committed
-
- 29 Dec, 2014 1 commit
-
-
when enrolling a student from a PaidCourseRegistration or a RegistrationCode redemption, then note the CourseEnrollment id in the respective tables
Chris Dodge committed
-
- 18 Dec, 2014 1 commit
-
-
Ben Patterson committed
-
- 16 Dec, 2014 3 commits
-
-
Diana Huang committed
-
Renzo Lucioni committed
-
Renzo Lucioni committed
-
- 14 Dec, 2014 2 commits
-
-
Ben Patterson committed
-
Ben Patterson committed
-
- 09 Dec, 2014 1 commit
-
-
add retire method to order class
Adam Palay committed
-
- 01 Dec, 2014 1 commit
-
-
Sarina Canelake committed
-
- 17 Nov, 2014 1 commit
-
-
stephensanchez committed
-
- 13 Nov, 2014 1 commit
-
-
Adding new event and test pylint and comments
stephensanchez committed
-
- 12 Nov, 2014 1 commit
-
-
Code review changes. Fix test and pylint. pylint error. Updating the test to verify the signal is fired. Test for all analytics events Import pylint error. Pylint error
stephensanchez committed
-
- 10 Nov, 2014 1 commit
-
-
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
-
- 08 Oct, 2014 1 commit
-
-
Will Daly committed
-
- 07 Oct, 2014 1 commit
-
-
Make donations configurable Added donation button to dashboard Generalize merchant defined data for payment processor
Will Daly 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
-
- 29 Sep, 2014 2 commits
-
-
course ids.
Don Mitchell committed -
Don Mitchell committed
-
- 08 Sep, 2014 1 commit
-
-
Will Daly committed
-
- 28 Aug, 2014 1 commit
-
-
now handles cases where the order has both a PaidCourseRegistration and a CertificateItem
Jason Bau committed
-
- 17 Jul, 2014 1 commit
-
-
add ability to inspect a cart for the existence of a particular type of item, e.g. PaidCourseRegistration. Only show the 'Shopping Cart' button if there's a PaidCourseRegistration in it.
Chris Dodge committed
-
- 29 May, 2014 1 commit
-
-
[LMS-2757]
Calen Pennington committed
-
- 12 May, 2014 1 commit
-
-
Calen Pennington committed
-
- 09 May, 2014 2 commits
-
-
Calen Pennington committed
-
Calen Pennington committed
-
- 08 May, 2014 1 commit
-
-
This commit adds the non-courseware lms/djangoapps and lms/lib. 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
-
- 02 May, 2014 1 commit
-
-
LMS-2518
Usman Khalid committed
-
- 01 May, 2014 1 commit
-
-
Support incremental conversion of events from the old API to the new, in order to ensure the new system is working, enrollment events have been modified to make use of the new API.
Gabe Mulley committed
-
- 10 Feb, 2014 1 commit
-
-
Ned Batchelder committed
-