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
23c582d0
Commit
23c582d0
authored
Dec 15, 2015
by
Renzo Lucioni
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete dead SUBDOMAIN_BRANDING setting.
parent
9e5eda0a
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
21 deletions
+0
-21
cms/envs/aws.py
+0
-1
lms/envs/aws.py
+0
-1
lms/envs/cms/dev.py
+0
-2
lms/envs/common.py
+0
-6
lms/envs/dev.py
+0
-11
No files found.
cms/envs/aws.py
View file @
23c582d0
...
...
@@ -306,7 +306,6 @@ EVENT_TRACKING_BACKENDS['tracking_logs']['OPTIONS']['backends'].update(AUTH_TOKE
EVENT_TRACKING_BACKENDS
[
'segmentio'
][
'OPTIONS'
][
'processors'
][
0
][
'OPTIONS'
][
'whitelist'
]
.
extend
(
AUTH_TOKENS
.
get
(
"EVENT_TRACKING_SEGMENTIO_EMIT_WHITELIST"
,
[]))
SUBDOMAIN_BRANDING
=
ENV_TOKENS
.
get
(
'SUBDOMAIN_BRANDING'
,
{})
VIRTUAL_UNIVERSITIES
=
ENV_TOKENS
.
get
(
'VIRTUAL_UNIVERSITIES'
,
[])
##### ACCOUNT LOCKOUT DEFAULT PARAMETERS #####
...
...
lms/envs/aws.py
View file @
23c582d0
...
...
@@ -270,7 +270,6 @@ LOGGING = get_logger_config(LOG_DIR,
service_variant
=
SERVICE_VARIANT
)
COURSE_LISTINGS
=
ENV_TOKENS
.
get
(
'COURSE_LISTINGS'
,
{})
SUBDOMAIN_BRANDING
=
ENV_TOKENS
.
get
(
'SUBDOMAIN_BRANDING'
,
{})
VIRTUAL_UNIVERSITIES
=
ENV_TOKENS
.
get
(
'VIRTUAL_UNIVERSITIES'
,
[])
META_UNIVERSITIES
=
ENV_TOKENS
.
get
(
'META_UNIVERSITIES'
,
{})
COMMENTS_SERVICE_URL
=
ENV_TOKENS
.
get
(
"COMMENTS_SERVICE_URL"
,
''
)
...
...
lms/envs/cms/dev.py
View file @
23c582d0
...
...
@@ -10,8 +10,6 @@ from ..dev import *
FEATURES
[
'AUTH_USE_CERTIFICATES'
]
=
False
SUBDOMAIN_BRANDING
[
'edge'
]
=
'edge'
SUBDOMAIN_BRANDING
[
'preview.edge'
]
=
'edge'
VIRTUAL_UNIVERSITIES
=
[
'edge'
]
# Turn off this flag because it will render 'Edit / QA' links for all instructor viewings of
...
...
lms/envs/common.py
View file @
23c582d0
...
...
@@ -73,11 +73,6 @@ FEATURES = {
## Doing so will cause all courses to be released on production
'DISABLE_START_DATES'
:
False
,
# When True, all courses will be active, regardless of start date
# When True, will override certain branding with university specific values
# Expects a SUBDOMAIN_BRANDING dictionary that maps the subdomain to the
# university to use for branding purposes
'SUBDOMAIN_BRANDING'
:
False
,
# for consistency in user-experience, keep the value of the following 3 settings
# in sync with the corresponding ones in cms/envs/common.py
'ENABLE_DISCUSSION_SERVICE'
:
True
,
...
...
@@ -674,7 +669,6 @@ OPTIMIZELY_PROJECT_ID = None
######################## subdomain specific settings ###########################
COURSE_LISTINGS
=
{}
SUBDOMAIN_BRANDING
=
{}
VIRTUAL_UNIVERSITIES
=
[]
############# XBlock Configuration ##########
...
...
lms/envs/dev.py
View file @
23c582d0
...
...
@@ -20,7 +20,6 @@ TEMPLATE_DEBUG = True
HTTPS
=
'off'
FEATURES
[
'DISABLE_START_DATES'
]
=
False
FEATURES
[
'ENABLE_SQL_TRACKING_LOGS'
]
=
True
FEATURES
[
'SUBDOMAIN_BRANDING'
]
=
True
FEATURES
[
'ENABLE_MANUAL_GIT_RELOAD'
]
=
True
FEATURES
[
'ENABLE_SERVICE_STATUS'
]
=
True
FEATURES
[
'ENABLE_INSTRUCTOR_EMAIL'
]
=
True
# Enable email for all Studio courses
...
...
@@ -128,16 +127,6 @@ COURSE_LISTINGS = {
'sjsu'
:
[
'MITx/6.002x-EE98/2012_Fall_SJSU'
],
}
SUBDOMAIN_BRANDING
=
{
'sjsu'
:
'MITx'
,
'mit'
:
'MITx'
,
'berkeley'
:
'BerkeleyX'
,
'harvard'
:
'HarvardX'
,
'openedx'
:
'openedx'
,
'edge'
:
'edge'
,
}
# List of `university` landing pages to display, even though they may not
# have an actual course with that org set
VIRTUAL_UNIVERSITIES
=
[]
...
...
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