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
25b127ef
Commit
25b127ef
authored
Feb 11, 2014
by
chrisndodge
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2482 from edx-solutions/splash-screen
splash-screen: Add ability to redirect to a splash screen URL
parents
12e598cc
e6f4f4f4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
0 deletions
+7
-0
CHANGELOG.rst
+2
-0
lms/envs/common.py
+4
-0
requirements/edx/github.txt
+1
-0
No files found.
CHANGELOG.rst
View file @
25b127ef
...
...
@@ -21,6 +21,8 @@ LMS: If the course start date is kept at the default studio value (Jan 1, 2030)
and advertised_start is not set, the start date is not displayed in the
/courses tile view, the course about page, or the dashboard
LMS: Add ability to redirect to a splash screen.
Blades: Add role parameter to LTI. BLD-583.
Blades: Bugfix "In Firefox YouTube video with start time plays from 00:00:00".
...
...
lms/envs/common.py
View file @
25b127ef
...
...
@@ -687,6 +687,7 @@ MIDDLEWARE_CLASSES = (
'django.contrib.messages.middleware.MessageMiddleware'
,
'track.middleware.TrackMiddleware'
,
'django.middleware.csrf.CsrfViewMiddleware'
,
'splash.middleware.SplashMiddleware'
,
'course_wiki.course_nav.Middleware'
,
...
...
@@ -1096,6 +1097,9 @@ INSTALLED_APPS = (
'django_comment_common'
,
'notes'
,
# Splash screen
'splash'
,
# Monitoring
'datadog'
,
...
...
requirements/edx/github.txt
View file @
25b127ef
...
...
@@ -22,3 +22,4 @@
-e git+https://github.com/edx/django-waffle.git@823a102e48#egg=django-waffle
-e git+https://github.com/edx/event-tracking.git@f0211d702d#egg=event-tracking
-e git+https://github.com/edx/bok-choy.git@v0.1.0#egg=bok_choy
-e git+https://github.com/edx-solutions/django-splash.git@15bf143b15714e22fc451ff1b0f8a7a2a9483172#egg=django-splash
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