- 28 Jul, 2015 17 commits
-
-
Allow users to submit initial verification at in-course checkpoints.
Will Daly committed -
Fix team count in topic serializers
Daniel Friedman committed -
Fix flaky lettuce test.
Ben Patterson committed -
Fixed Flaky test
Awais Jibran committed -
TNL-2892
Daniel Friedman committed -
PLAT-760
Awais Jibran committed -
This test failed on master because it saw "Loading" and did not wait.
Ben Patterson committed -
Will Daly committed
-
White-listed course detail API calls
Clinton Blackburn committed -
SOL-1062: generate verify_uuid for web based certificates also
Zia Fazal committed -
Fix View Live link on Textbooks page in Studio.
Christina Roberts committed -
Give teams view error messages focus.
Peter Fogg committed -
ECOM-1916: updated the dispaly
Aamir committed -
modify the whitelist cert script to take list of users
Arbab Nazar committed -
aamir-khan committed
-
ECOM-1807 Adding provider thumbnail url.
Awais Qureshi committed -
* Combine verification and reverification photo submission end-points. * Combine verification and reverification Backbone models. * Allow deletion of verification status in Django admin. * Initial verification from a checkpoint is associated with the checkpoint. * Fix critical bug in which an invalid link was sent to Software Secure for the photo ID image of reverification attempts.
Will Daly committed
-
- 27 Jul, 2015 23 commits
-
-
Fixing printing for footer v3
AlasdairSwan committed -
commerce/api: Don’t allow setting expiration of prof modes.
Jim Abramson committed -
TNL-1653
cahrens committed -
Peter Fogg committed
-
XCOM-497
jsa committed -
jsa committed
-
Modulestore test base class using setUpClass() and tearDownClass()
David Ormsbee committed -
mistaken update of edx_proctoring repo hash update, this was meant fo…
chrisndodge committed -
Mark CourseTeamPageTest testcase class as flaky
Jesse Zoldak committed -
Chris Dodge committed
-
Fix library index test
Jesse Zoldak committed -
chrisndodge committed
-
XCOM-518
Clinton Blackburn committed -
Jesse Zoldak committed
-
Jump to children
John Eskew committed -
This is a new TestCase base class, intended for situations where you only want to initialize course content in the setUpClass(), as opposed to setUp(). This is done for performance reasons, since many test cases only use courses in a read-only fashion, particularly in LMS tests. This commit also converts the following modules to use this new base class: lms/djangoapps/ccx/tests/test_ccx_modulestore.py (38s -> 4s) lms/djangoapps/discussion_api/tests/test_api.py (2m45s -> 51s) lms/djangoapps/teams/tests/test_views.py (1m17s -> 33s)
David Ormsbee committed -
Corrected CourseMode Display Name
Clinton Blackburn committed -
mark test_import_timestamp as flaky
Christine Lytwynec committed -
The Commerce API now sets the correct display name for known course modes, but continues to default to the mode slug for unknown course modes.
Clinton Blackburn committed -
Awais committed
-
Awais committed
-
Optimize test course creation with bulk_operations
David Ormsbee committed -
Jolyon Bloomfield committed
-