- 19 Dec, 2014 3 commits
-
-
Fix extracted from https://github.com/edx/edx-platform/pull/6035.
Brian Wilson committed -
Calen Pennington committed
-
Preserve the contribution amount specified on the track selection page.
Will Daly committed
-
- 18 Dec, 2014 15 commits
-
-
Do a better job translating "Program Manager"
David Baumgold committed -
make asides render in studio
Don Mitchell committed -
Make bok_choy tests clean up test files before executing
Calen Pennington committed -
Don Mitchell committed
-
Quiet analytics.init stderr output for tests.
Ben Patterson committed -
David Baumgold committed
-
Calen Pennington committed
-
Ben Patterson committed
-
Enrollment API Cleanup
Stephen Sanchez 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 -
for tests change the default xml data dir
Jesse Zoldak committed -
Split payment/verification business intelligence analytics
Renzo Lucioni committed -
Fixed CodeMirror editor view height in studio.
Waheed Ahmed committed -
TNL-920
Waheed Ahmed committed -
WL-172 Show a Order History list on the Student Dashboard for any PaidCo...
chrisndodge committed
-
- 17 Dec, 2014 22 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 -
Make XmlModuleStore handle asides
Don Mitchell committed -
Update django-nose version
Jesse Zoldak committed -
Will Daly committed
-
PLAT-221
Don Mitchell committed -
Jesse Zoldak committed
-
optionally using environment variable for edx-platform hash
John Jarvis committed -
Remove Segment events from courseware.
Diana Huang committed -
Add tracking for refunds.
Diana Huang committed -
Add payment information to payment confirmation page
Will Daly committed -
In user profile changing page should reposition window to top
Waqas Khalid committed -
OAuth signature should be verified against URL provided to the tool.
Oleg Marshev committed -
Update to the latest lettuce and install from pypi
Jesse Zoldak committed -
Jesse Zoldak committed
-
Advanced settings discussion category ids should be unique.
Waqas Khalid committed -
There is possibility that a proxy will change URL along the way (for example protocol from https to http) which would invalidate signature. Supporting LTI_1 and LTI_2 use case.
Ivica Ceraj committed -
When we change the page using pagination in the user profile page the data gets updated but the position of the window remains at pagination. It should change position of window to top. TNL-107
Waqas Khalid committed -
If the ids in the adnvaced setting discussion category are not unique then threads under categories with different name will come in every category with same id. Ids should be unique inorder to differentiate between different categories. TNL-752
Waqas Khalid committed -
Fixed unicode problem if transcript file is not UTF-8 encoded.
Waheed Ahmed committed -
TNL-527
Waheed Ahmed committed
-