-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Video: Revert Download transcript button behavior. #2556
Closed
Closed
Conversation
This file contains 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
with code to translate between addressing schemes based on app and persistence layer addressing scheme specification. STUD-1206
We use pybabel to extract strings from third-party apps, put them on Transifex, then merge them into django.po. [LMS-1681]
…ymous event handlers by named functions. Menu stays open on mouseleave when a speed entry has focus. In that case, the menu can be closed by clicking anywhere outside of it. [BLD-402, BLD-363]
Remove tabs.
MixedModulestore wraps most getters, update_item, delete_item
…_improved_a11y Keyboard events and ARIA markup added to speed control
Don't internationalize strings we use for enrollment.
unit tests to handle duplicate user registration attempts
Finish wiki i18n
Move tests related to views files into views/tests.
Fixed TOC and copyright
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.
Reverts the behavior of
Download Transcript
button that was added in https://github.com/edx/edx-platform/pull/2149 .Ticket: BLD-811
Some code is commented out because might be used in future.
@valera-rozuvan please review.