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
37fea91d
Commit
37fea91d
authored
Feb 06, 2014
by
hkim823
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/edx/edx-platform
parents
70ca3a47
a41bdb46
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
36 additions
and
15 deletions
+36
-15
AUTHORS
+22
-0
cms/envs/aws.py
+3
-0
lms/templates/login.html
+3
-3
lms/templates/register-shib.html
+3
-3
lms/templates/register.html
+3
-3
lms/templates/registration/password_reset_complete.html
+1
-3
lms/templates/registration/password_reset_confirm.html
+1
-3
No files found.
AUTHORS
View file @
37fea91d
...
@@ -107,3 +107,25 @@ Matt Drayer <mattdrayer@edx.org>
...
@@ -107,3 +107,25 @@ Matt Drayer <mattdrayer@edx.org>
Cristian Salamea <cristian.salamea@iaen.edu.ec>
Cristian Salamea <cristian.salamea@iaen.edu.ec>
Graham Lowe <graham.lowe@gmail.com>
Graham Lowe <graham.lowe@gmail.com>
Matt Bachmann <bachmann.matt@gmail.com>
Matt Bachmann <bachmann.matt@gmail.com>
Dave St.Germain <dstgermain@edx.org>
Usman Khalid <symbolist@users.noreply.github.com>
John Kern <kern3020@gmail.com>
John Orr <jorr@google.com>
Mark Hoeber <hoeber@edx.org>
Waheed Ahmed <waheed.ahmed@arbisoft.com>
Javier Orts Peñarrocha <jorts@upv.es>
Stephen Sanchez <steve@edx.org>
Jim Abramson <jsa@edx.org>
Chris Rossi <chris@archimedeanco.com>
Carson Gee <x@carsongee.com>
Oleg Marshev <oleh.marshev@gmail.com>
Sylvia Pearce <spearce@edx.org>
Olga Stroilova <olga@edx.org>
Paul-Olivier Dehaye <pdehaye@gmail.com>
Feanil Patel <feanil@edx.org>
Zubair Afzal <zubair.afzal@arbisoft.com>
Juho Kim <juhokim@edx.org>
Alison Hodges <ahodges@edx.org>
Jane Manning <jmanning@gmail.com>
Toddi Norum <toddi@edx.org>
Xavier Antoviaque <xavier@antoviaque.org>
cms/envs/aws.py
View file @
37fea91d
...
@@ -150,6 +150,9 @@ TECH_SUPPORT_EMAIL = ENV_TOKENS.get('TECH_SUPPORT_EMAIL', TECH_SUPPORT_EMAIL)
...
@@ -150,6 +150,9 @@ TECH_SUPPORT_EMAIL = ENV_TOKENS.get('TECH_SUPPORT_EMAIL', TECH_SUPPORT_EMAIL)
COURSES_WITH_UNSAFE_CODE
=
ENV_TOKENS
.
get
(
"COURSES_WITH_UNSAFE_CODE"
,
[])
COURSES_WITH_UNSAFE_CODE
=
ENV_TOKENS
.
get
(
"COURSES_WITH_UNSAFE_CODE"
,
[])
# Theme overrides
THEME_NAME
=
ENV_TOKENS
.
get
(
'THEME_NAME'
,
None
)
#Timezone overrides
#Timezone overrides
TIME_ZONE
=
ENV_TOKENS
.
get
(
'TIME_ZONE'
,
TIME_ZONE
)
TIME_ZONE
=
ENV_TOKENS
.
get
(
'TIME_ZONE'
,
TIME_ZONE
)
...
...
lms/templates/login.html
View file @
37fea91d
...
@@ -7,14 +7,14 @@
...
@@ -7,14 +7,14 @@
<
%
block
name=
"pagetitle"
>
${_("Log into your {platform_name} Account").format(platform_name=platform_name)}
</
%
block>
<
%
block
name=
"pagetitle"
>
${_("Log into your {platform_name} Account").format(platform_name=platform_name)}
</
%
block>
<
%
block
name=
"bodyclass"
>
view-login
</
%
block>
<
%
block
name=
"js_extra"
>
<
%
block
name=
"js_extra"
>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
$
(
function
()
{
$
(
function
()
{
var
view_name
=
'view-login'
;
// adding js class for styling with accessibility in mind
// adding js class for styling with accessibility in mind
$
(
'body'
).
addClass
(
'js'
)
.
addClass
(
view_name
)
;
$
(
'body'
).
addClass
(
'js'
);
// show forgot password modal UI if URL contains matching DOM ID
// show forgot password modal UI if URL contains matching DOM ID
if
(
$
.
deparam
.
fragment
()[
'forgot-password-modal'
]
!==
undefined
)
{
if
(
$
.
deparam
.
fragment
()[
'forgot-password-modal'
]
!==
undefined
)
{
...
...
lms/templates/register-shib.html
View file @
37fea91d
...
@@ -14,14 +14,14 @@
...
@@ -14,14 +14,14 @@
<
%
block
name=
"pagetitle"
>
${_("Preferences for {platform_name}").format(platform_name=settings.PLATFORM_NAME)}
</
%
block>
<
%
block
name=
"pagetitle"
>
${_("Preferences for {platform_name}").format(platform_name=settings.PLATFORM_NAME)}
</
%
block>
<
%
block
name=
"bodyclass"
>
view-register
</
%
block>
<
%
block
name=
"js_extra"
>
<
%
block
name=
"js_extra"
>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
$
(
function
()
{
$
(
function
()
{
var
view_name
=
'view-register'
;
// adding js class for styling with accessibility in mind
// adding js class for styling with accessibility in mind
$
(
'body'
).
addClass
(
'js'
)
.
addClass
(
view_name
)
;
$
(
'body'
).
addClass
(
'js'
);
// new window/tab opening
// new window/tab opening
$
(
'a[rel="external"], a[class="new-vp"]'
)
$
(
'a[rel="external"], a[class="new-vp"]'
)
...
...
lms/templates/register.html
View file @
37fea91d
...
@@ -16,14 +16,14 @@
...
@@ -16,14 +16,14 @@
<
%
block
name=
"pagetitle"
>
${_("Register for {platform_name}").format(platform_name=platform_name)}
</
%
block>
<
%
block
name=
"pagetitle"
>
${_("Register for {platform_name}").format(platform_name=platform_name)}
</
%
block>
<
%
block
name=
"bodyclass"
>
view-register
</
%
block>
<
%
block
name=
"js_extra"
>
<
%
block
name=
"js_extra"
>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
$
(
function
()
{
$
(
function
()
{
var
view_name
=
'view-register'
;
// adding js class for styling with accessibility in mind
// adding js class for styling with accessibility in mind
$
(
'body'
).
addClass
(
'js'
)
.
addClass
(
view_name
)
;
$
(
'body'
).
addClass
(
'js'
);
// new window/tab opening
// new window/tab opening
$
(
'a[rel="external"], a[class="new-vp"]'
)
$
(
'a[rel="external"], a[class="new-vp"]'
)
...
...
lms/templates/registration/password_reset_complete.html
View file @
37fea91d
...
@@ -23,10 +23,8 @@
...
@@ -23,10 +23,8 @@
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
$
(
function
()
{
$
(
function
()
{
var
view_name
=
'view-passwordreset'
;
// adding js class for styling with accessibility in mind
// adding js class for styling with accessibility in mind
$
(
'body'
).
addClass
(
'js'
)
.
addClass
(
view_name
)
;
$
(
'body'
).
addClass
(
'js'
);
// new window/tab opening
// new window/tab opening
$
(
'a[rel="external"], a[class="new-vp"]'
)
$
(
'a[rel="external"], a[class="new-vp"]'
)
...
...
lms/templates/registration/password_reset_confirm.html
View file @
37fea91d
...
@@ -27,10 +27,8 @@
...
@@ -27,10 +27,8 @@
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
$
(
function
()
{
$
(
function
()
{
var
view_name
=
'view-passwordreset'
;
// adding js class for styling with accessibility in mind
// adding js class for styling with accessibility in mind
$
(
'body'
).
addClass
(
'js'
)
.
addClass
(
view_name
)
;
$
(
'body'
).
addClass
(
'js'
);
// new window/tab opening
// new window/tab opening
$
(
'a[rel="external"], a[class="new-vp"]'
)
$
(
'a[rel="external"], a[class="new-vp"]'
)
...
...
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