-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Oleg/lti graded additional tests #1804
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LMS-1507
squashing to one commit to make cherry-picking by feature possible
When a user attempts to load more threads in the forum navigation sidebar, reset the state of the world so the user can retry, and alert the user appropriately.
For accessibility purposes, it is bad to allow a user to initiate loading of additional threads in the navigation sidebar and then shift focus away from the sidebar, only to have focus snap back when the additional threads are loaded. Now, we trap focus on the loading element as recommended by our accessibility consultant. JIRA: FOR-238
Fixed password reset message
…s of devstack setup
Also, display a message on their dashboard.
Increased timeout for element count in HTML test
Change preview view method to use RESTful URL.
Update AUTHORS
Pull all db (mongo) functions into another file to enable easier replacement
Set empty aws credentials to None.
STUD-941
Test HTML returned from view methods for "i4X".
Add error recovery and focus trap to thread loading in forum sidebar
Remove code related to Pearson Testing Centers
Added refund datetime info to Orders, OrderItems
…gain Merged master to rc/2013-11-21, so we can merge it back to master.
Updated comments. BLD-537
Enabled back turned off tests.
Improve calculator's tooltip accessibility.
A proper constructor. All functions are now in the LTI object's prototype. The idea is to make it easily testable.
Contributor
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of BLD-465
The attached error is seen when attempting to pop out the e-reader in a different window - happens about 50% of the time. Can be seen in 2.03x here: https://courses.edx.org/courses/MITx/2.03x/3T2013/courseware/Course_Text/Textbook/# . Also noted in 4.605x course.
Note
Because originally the branch of this PR was branched off from rc/2013-11-21 branch, this PR must wait before rc/2013-11-21 gets merged into master.
Work in progress, do not merge!