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
562ec036
Commit
562ec036
authored
Aug 08, 2014
by
Christina Roberts
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4760 from edx/oleg/turn-off-cdn-rc
Allow turning off Video CDN in Studio.
parents
26b08a02
0577b9d8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
CHANGELOG.rst
+2
-0
cms/djangoapps/models/settings/course_metadata.py
+0
-1
common/lib/xmodule/xmodule/modulestore/inheritance.py
+2
-1
No files found.
CHANGELOG.rst
View file @
562ec036
...
...
@@ -5,6 +5,8 @@ These are notable changes in edx-platform. This is a rolling list of changes,
in roughly chronological order, most recent first. Add your entries at or near
the top. Include a label indicating the component affected.
Blades: Course teams can turn off Chinese Caching from Studio. BLD-1207
LMS: Instructors can request and see content of previous bulk emails sent in the instructor dashboard.
Studio: New course outline and unit/container pages with revised publishing model. STUD-1790 (part 1)
...
...
cms/djangoapps/models/settings/course_metadata.py
View file @
562ec036
...
...
@@ -27,7 +27,6 @@ class CourseMetadata(object):
'user_partitions'
,
'name'
,
# from xblock
'tags'
,
# from xblock
'video_speed_optimizations'
,
'visible_to_staff_only'
]
...
...
common/lib/xmodule/xmodule/modulestore/inheritance.py
View file @
562ec036
...
...
@@ -148,7 +148,8 @@ class InheritanceMixin(XBlockMixin):
scope
=
Scope
.
settings
)
video_speed_optimizations
=
Boolean
(
help
=
"Enable Video CDN."
,
display_name
=
_
(
"Enable video caching system"
),
help
=
_
(
"Enter true or false. If true, video caching will be used for HTML5 videos."
),
default
=
True
,
scope
=
Scope
.
settings
)
...
...
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