- 18 Dec, 2014 3 commits
-
-
Renzo Lucioni committed
-
Ben Patterson committed
-
Consolidate PUT and POST on the RESTful Layer. Change URLs for API Test cleanup. Adding a course details URL to the enrollment API. Change student to user Change to v1, remove feature flag from API URLs Updating student to user in tests Re-ordering redirect urls to be evaluated last. Adding pagination and testing. Adding Django REST settings for pagination. Revert "Re-ordering redirect urls to be evaluated last." This reverts commit 4c9502daa383e49b46f8abec5456c271e5e24ccb. Re-ordering redirect urls to be evaluated last. Conflicts: common/djangoapps/enrollment/urls.py Revert "Adding Django REST settings for pagination." This reverts commit 9f8a54c41f34caa24818c88f1e75ac59f6ce5259. Conflicts: common/djangoapps/enrollment/urls.py Revert "Adding pagination and testing." This reverts commit 0b2d46262abb78f5ad170700205e7fd28b6af942. Additional testing, logging, and error messages.
stephensanchez committed
-
- 17 Dec, 2014 8 commits
-
-
Track verify now and verify later choices, image captures, image retake, and name changes, as well as virtual pageviews for every step in the new flow(s).
Renzo Lucioni committed -
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 -
PLAT-280
Don Mitchell committed -
Will Daly committed
-
PLAT-221
Don Mitchell committed -
Jesse Zoldak committed
-
TNL-527
Waheed Ahmed committed -
Add enrollment confirmation page Fix progress update Add order info to the payment confirmation page.
Will Daly committed
-
- 16 Dec, 2014 8 commits
-
-
Changing approach such that email activation is not a step. Removing stale line of code. Update activate account step according to new UI changes. Adding new test for activation.
stephensanchez committed -
Diana Huang committed
-
John Jarvis committed
-
stephensanchez committed
-
Renzo Lucioni committed
-
Renzo Lucioni committed
-
Renzo Lucioni committed
-
Will Daly committed
-
- 15 Dec, 2014 6 commits
-
-
ECOM-728 updated dashboard course banners so all types of course are now supported as per the new design. Included some other small tweaks to other text on the page in consultation with AndyWaldrop
AlasdairSwan committed -
Renzo Lucioni committed
-
Will Daly committed
-
Will Daly committed
-
Muhammad Shoaib committed
-
TNL-922
zubair-arbi committed
-
- 14 Dec, 2014 3 commits
-
-
change the context_processor in the shopping cart to return a pointer to a function so that only the templates that actually need to know if the shopping cart button should be shown will actually make the database roundtrips
Chris Dodge committed -
Ben Patterson committed
-
Ben Patterson committed
-
- 13 Dec, 2014 4 commits
-
-
[PLAT-217]
Calen Pennington committed -
Calen Pennington committed
-
Move lms.lib.xblock into lms.djangoapps.lms_xblock in preparation add database backed configuration to it
Calen Pennington committed -
Calen Pennington committed
-
- 12 Dec, 2014 3 commits
-
-
Sarina Canelake committed
-
David Baumgold committed
-
Afzal Wali committed
-
- 11 Dec, 2014 3 commits
-
-
This commit pulls in changes from #4487 that implements keyword substitution for bulk emails. With these changes, an instructor can include keywords in their bulk emails which will be automatically substituted with the corresponding value for the recepient of the email. Keywords are of the form %%keyword%%, and the keywords implemented in this commit include: %%USER_ID%% => anonymous_user_id %%USER_FULLNAME%% => user profile name %%COURSE_DISPLAY_NAME%% => display name of the course %%COURSE_END_DATE%% => end date of the course Client-side validations have also been implemented to ensure that only emails with well-formed keywords can be sent. The architecture is designed such that adding in new keywords in the future would be relatively straight-forward.
njdup committed -
David Baumgold committed
-
Nimisha Asthagiri committed
-
- 10 Dec, 2014 2 commits
-
-
This reads configuration directly from yaml and imports it directly into settings
John Jarvis committed -
This should always be overridden by the testcases if needed.
Jesse Zoldak committed
-