- 18 Dec, 2014 8 commits
-
-
Calen Pennington 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 21 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 -
Make XmlModuleStore handle asides
Don Mitchell committed -
Update django-nose version
Jesse Zoldak 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 -
Add enrollment confirmation page Fix progress update Add order info to the payment confirmation page.
Will Daly committed
-
- 16 Dec, 2014 11 commits
-
-
Import/export modulestore-stored asset metadata as XML from/to exported course.
John Eskew committed -
Add the activate account step to the verified workflow.
Stephen Sanchez committed -
Diana Huang committed
-
Jesse Zoldak committed
-
from dictionary of all asset metadata by asset type.
John Eskew committed -
Import asset metadata XML into modulestore. Optimize importing many items of asset metadata by avoiding multiple round-trips to MongoDB.
John Eskew committed -
exceptions for XML modulestore asset metadata methods.
John Eskew committed -
Positive filtering which steps can be skipped.
Stephen Sanchez committed -
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
-