- 28 Jul, 2015 2 commits
-
-
Davorin Sego committed
-
ECOM-1807 Adding provider thumbnail url.
Awais Qureshi committed
-
- 27 Jul, 2015 28 commits
-
-
Fixing printing for footer v3
AlasdairSwan committed -
commerce/api: Don’t allow setting expiration of prof modes.
Jim Abramson 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
-
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
-
Update translations (autogenerated message)
Sarina Canelake committed -
Sarina Canelake committed
-
Christine Lytwynec committed
-
Grading doesn't work for XML courses
Awais Jibran committed -
update caching for eligibility email content and edx-logo
zubair-arbi committed -
TNL-394: Fixed the confirmation message
Vedran Karačić committed -
ECOM-1525
zubair-arbi committed -
allows platform version formatting as a part of static url served by …
Dongwook Yoon committed
-
- 26 Jul, 2015 1 commit
-
-
Allow previewing cohorted content when masquerading (SOL-1064)
Braden MacDonald committed
-
- 24 Jul, 2015 9 commits
-
-
Use bulk operations to both minimize the number of writes to MongoDB, as well as to suppress signals which could trigger things like search indexing or course structure caching.
David Ormsbee committed -
Delete mention of direction from checkboxgroup.
Christina Roberts committed -
Convert to named arguments for localized strings.
Peter Fogg committed -
Dongwook committed
-
Dongwook committed
-
Set default value of showanswer to Never since it doesn't work.
Christina Roberts committed -
WIP: Display rounded problem results.
Peter Fogg committed -
Peter Fogg committed
-
It was never implemented. TNL-231
cahrens committed
-