- 25 Jun, 2015 16 commits
-
-
Braden MacDonald committed
-
MA-879 Fix bug in course_start_datetime_text
Kyle McCormick committed -
Kyle McCormick committed
-
Release merge 06-24-2015
Nimisha Asthagiri committed -
mattdrayer/SOL-449: Add flaky decorator to bok choy test
Matt Drayer committed -
Nimisha Asthagiri committed
-
Matt Drayer committed
-
Moving xblock_user_state to edx-user-state-client, and add dependency to edx-platform
Utkarsh committed -
Update Bok Choy to run against optimized static files
Andy Armstrong committed -
Reverification flow asks for permission to use the webcam twice
Ahsan Ulhaq committed -
TNL-2386
cahrens committed -
TNL-2465
Andy Armstrong committed -
Update URL when switching between Team tabs.
Peter Fogg committed -
In-course Reverification checkpoint ask for the camera access twice on Chrome. ECOM-1739
Ahsan Ulhaq committed -
Utkarsh committed
-
Update credit eligibility
Will Daly committed
-
- 24 Jun, 2015 21 commits
-
-
* Update credit eligibility when a user satisfies an eligibility requirement. * Refactor set_credit_requirement_status arguments. * Use django-simple-history to track requirement status changes. * Refactor progress page by moving credit into a helper function and adding comments.
Will Daly committed -
Peter Fogg committed
-
Move forgot_password_modal to login.html.
Christina Roberts committed -
Delete LMS JS files that have no references to them.
Christina Roberts committed -
Fix flaky teams test
Christina Roberts committed -
Nimisha Asthagiri committed
-
split common/lib and js unit tests into separate shards
Christine Lytwynec committed -
Fix misleading enrollment API documentation & fix pylint errors
Mark Hoeber committed -
TNL-2494
cahrens committed -
Credit Eligibility display on the CMS accessibility issues
Ahsan Ulhaq committed -
Bertrand Marron committed
-
The user parameter corresponds to the username, not the user ID.
Bertrand Marron committed -
Christine Lytwynec committed
-
That is the only place using it.
cahrens committed -
There were some accessibility issues on the cms side which are addressed ECOM-1594
Ahsan Ulhaq committed -
Aamir khan/ecom 1524 dashboard credit display new
Aamir committed -
Updated styling for basic capa problems (multiple choice, dropdown, checkboxes, numerical input and text input) including support for mobile app experience.
Marco Morales committed -
aamir-khan committed
-
Hotfix for performance of course structures
Nimisha Asthagiri committed -
use default cache for tests add test for when cache isn't configured add test for dummy cache noop if no cache found
Adam Palay committed -
This is primarily to reduce load on MongoDB, where we've lately had performance problems that we suspect are caused by very large course structures being evicted from MongoDB's cache. This may potentially give us a path to better performance as well, but that's not the goal of this commit. Surprisingly, LZ4 seemed to actually run more slowly than zlib for this. Possibly because of some overhead in the Python bindings? GZip was also surprisingly slow given that it uses zlib underneath (something like 5x slower). Use separate cache backend for caching structures. Abstract out course structure cache. add datadog metrics for compressed course structure sizes Since we're using a different cache background, we don't need to have a cache prefix Use dummy cache backend for tests. Fallback to default cache if course_structure_cache doesn't exist.
David Ormsbee committed
-
- 23 Jun, 2015 3 commits
-
-
Add abuse flagging to discussion API
Christopher Lee committed -
Flagging/unflagging is done by issuing a PATCH request on a thread or comment endpoint with the "abuse_flagged" field set.
Greg Price committed -
don't use hardcoded date in verification email test
Christine Lytwynec committed
-