Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
b1d2e193
Commit
b1d2e193
authored
Jul 30, 2014
by
David Adams
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #89 from Stanford-Online/dcadams/ooyala_xblock
Code additions to enable Ooyala player XBlock.
parents
01d5a0c5
5fe42f66
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
cms/djangoapps/contentstore/views/component.py
+2
-1
requirements/edx/github.txt
+1
-0
No files found.
cms/djangoapps/contentstore/views/component.py
View file @
b1d2e193
...
@@ -66,7 +66,8 @@ else:
...
@@ -66,7 +66,8 @@ else:
'done'
,
# Lets students mark things as done. See https://github.com/pmitros/DoneXBlock
'done'
,
# Lets students mark things as done. See https://github.com/pmitros/DoneXBlock
'audio'
,
# Embed an audio file. See https://github.com/pmitros/AudioXBlock
'audio'
,
# Embed an audio file. See https://github.com/pmitros/AudioXBlock
'split_test'
,
'split_test'
,
'edx_sga'
'edx_sga'
,
'ooyala-player'
]
+
OPEN_ENDED_COMPONENT_TYPES
+
NOTE_COMPONENT_TYPES
]
+
OPEN_ENDED_COMPONENT_TYPES
+
NOTE_COMPONENT_TYPES
ADVANCED_COMPONENT_CATEGORY
=
'advanced'
ADVANCED_COMPONENT_CATEGORY
=
'advanced'
...
...
requirements/edx/github.txt
View file @
b1d2e193
...
@@ -34,3 +34,4 @@
...
@@ -34,3 +34,4 @@
# Third Party XBlocks
# Third Party XBlocks
-e git+https://github.com/mitodl/edx-sga@7e308cf676b6f41493d9cf7864296bc1c089b36b#egg=edx-sga
-e git+https://github.com/mitodl/edx-sga@7e308cf676b6f41493d9cf7864296bc1c089b36b#egg=edx-sga
-e git+https://github.com/edx-solutions/xblock-ooyala.git@32d52edaa820dbdbf846d8a84f6bccbf0b9c8218#egg=xblock_ooyala_player-master
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment