Valera/no autoplay videoalpha studio - #123
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
It is very likely that we won't be letting templates access settings anymore. Can you move the value outside the template? Also, if possible can you make sure it does not throw an exception if the setting is not defined:
settings.MITX_FEATURES.get('AUTOPLAY_VIDEOS', True)
Contributor
|
Thanks for the changes. LGTM 👍 |
…nts will have the video autoplaying, and in Studio it will be pause by default.
…le. Changed double negative if statement for autoplay check to simple if.
valera-rozuvan
added a commit
that referenced
this pull request
Jun 14, 2013
Valera/no autoplay videoalpha studio
chrisrossi
referenced
this pull request
in jazkarta/edx-platform
Mar 31, 2014
Update jQuery and jQuery-UI to latest version
aboudreault
pushed a commit
to aboudreault/edx-platform
that referenced
this pull request
Jul 16, 2014
…end-date-users-courses-list added course start and end date
Squirrel18
referenced
this pull request
in eduNEXT/edx-platform
Jun 22, 2018
This solves the same problem as #123 for Docker Sync. Docker doesn't support using a volume for a directory, and excluding certain subdirectories. Users will need to sync the entire directory, and re-install Node dependencies, until we find a more appropriate solution.
idegtiarov
pushed a commit
to Code-Institute-Org/edx-platform
that referenced
this pull request
Sep 17, 2018
…om-certificate-fields Revert "Add certificate fields"
xavierchan
pushed a commit
to xavierchan/edx-platform-1
that referenced
this pull request
Dec 20, 2018
Sujeet1379
pushed a commit
to chandrudev/edx-platform
that referenced
this pull request
Nov 17, 2022
It got accidentally disabled during a refactor. Also, try a little harder to make sure it doesn't re-appear during the same browsing session.
ktyagiapphelix2u
pushed a commit
to ktyagiapphelix2u/edx-platform
that referenced
this pull request
Jun 2, 2025
…uirements-00e5a8f chore: Upgrade Python requirements
Danyal-Faheem
pushed a commit
to Danyal-Faheem/edx-platform
that referenced
this pull request
Jul 15, 2025
Co-authored-by: AliSalman <alisalman@A006-00525.local>
kiram15
pushed a commit
that referenced
this pull request
Feb 25, 2026
…ated-auth-n-mfe-redirection-for-enterprise-b-2-b-users Revert "fix: fixed the redirection logic"
AhtishamShahid
pushed a commit
that referenced
this pull request
Mar 4, 2026
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
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.
Added autoplay attribute to videoalpha. Now in Studio the videos will not autoplay when Video Alpha advanced component will be used. In LMS the Video Alpha will auto play.
This functionality, along with the tests, was copied over from the original Video, and modified according to the new Xmodule.
@rocha please review.