- 11 Mar, 2015 12 commits
-
-
David Baumgold committed
-
Adding hints for otherwise quiet quality shard steps.
Ben Patterson committed -
Greg Price committed
-
Add pointer-events: none for fa-lock and fa-eye
Sarina Canelake committed -
Enable content libraries by default
Kelketek committed -
Exfoliate flaky studio home test. (SOL-430)
Kelketek committed -
Content Libraries Import/Export
Kelketek committed -
Sarina Canelake committed
-
Sarina Canelake committed
-
Studio template updates
Mark Hoeber committed -
Matjaz Gregoric committed
-
Mark Hoeber committed
-
- 10 Mar, 2015 14 commits
-
-
Addresses SOL-290.
Martyn James committed -
Jonathan Piacenti committed
-
Ben Patterson committed
-
Cross-domain CSRF cookies
Will Daly committed -
Martyn James committed
-
Updates to account and profile APIs based on arch council feedback
Christina Roberts committed -
Reorganized course_structures app
Greg Price committed -
SOL-258 Removing preview and content type from search list for sequence ...
Martyn James committed -
Celery requires all tasks to be in a tasks module. Also, the task has been updated to use default values if the the course structure generator encounters a block without the graded or format fields.
Clinton Blackburn committed -
Combine the changes of SOL-199 and SOL-221
Matt Drayer committed -
Multi-commit history: - hide drag functionality for entrance exam section. - hide entrance exam subsection elements e.g. delete, drag, name etc. - show unit/verticals expanded in case of entrance exam - modify code in order to allow user to update entrance exam score from UI. - write down unit tests. - write down Jasmine tests. - add bok-choy test - updated bok-choy test - internationalize string - repositioned sequential block creatori - SOL-221 (entrance exam message) - SOL-199 LMS Part (show entrance exam content) and hide the course navigation bar. - redirect the view in case of entrance exam. - update code structure as per suggestions - write down unit tests - fix pep8 - instead of hiding the exam requirement message, now also showing the exam the completion message (success state). - write down unit test to show exam completion message. - Update code as per review suggestions - update doc string - addressed review suggestions - change sequential message text - css adjustments - added new css class for entrance exam score in studio - added Jasmine test for remaning coverage - sequential message should appear under the context of entrance exam subsection. - updated text in CMS and LMS as per suggestions. - added unit text to insure sequential message should not be present in other chapters rather then entrance exam. - skip setter if empty prerequisite course list - exclude logic from xblock_info.js that is specifically related to entrance exam. - added js tests and updated code as per suggestions - added tests - addressed several PR issues - Several small fixes (style, refactoring) - Fixed score update issue - added some more unit tests. - code suggested changes. - addressed PR feedback
asadiqbal committed -
return proper 404 for assets of some invalid course from split modulesto...
zubair-arbi committed -
PLAT-456
zubair-arbi committed -
Upgrade PDF.js library from v0.8.1243 -> v1.0.907
Sarina Canelake committed
-
- 09 Mar, 2015 14 commits
-
-
Giulio Gratta committed
-
Giulio Gratta committed
-
Filter inline discussion topics and threads in the forums by access
Greg Price committed -
MA-272 Updated analytics shim for mobile video events
Greg Price committed -
Add an endpoint to exchange OAuth access tokens
Greg Price committed -
TNL-650 Conflicts: lms/djangoapps/django_comment_client/base/views.py lms/djangoapps/django_comment_client/tests/test_utils.py lms/djangoapps/django_comment_client/tests/utils.py lms/djangoapps/django_comment_client/utils.py
Daniel Friedman committed -
Shim has been updated to handle currents builds of the android and iOS apps which are not returning the correct semantics/events. Shim now includes the seek event.
christopher lee committed -
This allows the holder of a third-party access token (e.g. from Google or Facebook) to get a first-party access token for the edX account linked to the given access token.
Greg Price committed -
Switch to api directory.
Christina Roberts committed -
cahrens committed
-
When configured, set an additional cookie with the CSRF token for use by subdomains. The cookie can have a different name than the default CSRF cookie, preventing conflicts between cookies from different domains (e.g. ".edx.org", "courses.edx.org", and "edge.edx.org"). The new cookie is included only on the enrollment API views so that the scope of this change is limited to the end-points that require cross-domain POST requests.
Will Daly committed -
Jonathan Piacenti committed
-
ECOM-1178: Embargo rules for continent codes.
Greg Price committed -
This commit fixes a bug that could occur when GeoIP returns a continent code ("EU" or "AN") instead of a country code. The previous implementation would block users in this case since the country code was not on the whitelist (consisting of all known country codes). The new implementation allows user access by default if we don't recognize the country code.
Will Daly committed
-