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
4dbcf9a1
Commit
4dbcf9a1
authored
Feb 18, 2016
by
Adam
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11587 from edx/release
Release
parents
09d0f435
5f0d969b
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
20 additions
and
30 deletions
+20
-30
cms/static/cms/js/require-config.js
+8
-8
cms/static/coffee/spec/main.coffee
+1
-1
cms/static/coffee/spec/main_squire.coffee
+1
-1
common/djangoapps/terrain/ui_helpers.py
+2
-2
common/lib/xmodule/xmodule/css/capa/display.scss
+2
-12
common/templates/mathjax_include.html
+1
-1
common/test/acceptance/pages/lms/discussion.py
+1
-1
common/test/acceptance/pages/lms/problem.py
+2
-2
common/test/acceptance/pages/lms/tab_nav.py
+1
-1
lms/static/js/spec/main.js
+1
-1
No files found.
cms/static/cms/js/require-config.js
View file @
4dbcf9a1
...
...
@@ -14,7 +14,7 @@
// Since we are serving the gettext catalog as static files,
// the URL for the gettext file will vary depending on which locale
// needs to be served. To handle this, we load the correct file in the
// rendered template and then use this to ensure that RequireJS knows
// rendered template and then use this to ensure that RequireJS knows
// how to find it.
define
(
"gettext"
,
function
()
{
return
window
.
gettext
;
});
}
...
...
@@ -91,7 +91,7 @@
// end of Annotation tool files
// externally hosted files
"mathjax"
:
"//cdn.mathjax.org/mathjax/2.
5-latest/MathJax.js?config=TeX-MML-AM_HTMLorMML-full
&delayStartupUntil=configured"
,
// jshint ignore:line
"mathjax"
:
"//cdn.mathjax.org/mathjax/2.
6-latest/MathJax.js?config=TeX-MML-AM_CHTML
&delayStartupUntil=configured"
,
// jshint ignore:line
"youtube"
:
[
// youtube URL does not end in ".js". We add "?noext" to the path so
// that require.js adds the ".js" to the query component of the URL,
...
...
@@ -289,16 +289,16 @@
},
"ova"
:{
exports
:
"ova"
,
deps
:
[
"annotator"
,
"annotator-harvardx"
,
"video.dev"
,
"vjs.youtube"
,
"rangeslider"
,
"share-annotator"
,
"richText-annotator"
,
"reply-annotator"
,
"tags-annotator"
,
"flagging-annotator"
,
"grouping-annotator"
,
"diacritic-annotator"
,
deps
:
[
"annotator"
,
"annotator-harvardx"
,
"video.dev"
,
"vjs.youtube"
,
"rangeslider"
,
"share-annotator"
,
"richText-annotator"
,
"reply-annotator"
,
"tags-annotator"
,
"flagging-annotator"
,
"grouping-annotator"
,
"diacritic-annotator"
,
"jquery-Watch"
,
"catch"
,
"handlebars"
,
"URI"
]
},
"osda"
:{
exports
:
"osda"
,
deps
:
[
"annotator"
,
"annotator-harvardx"
,
"video.dev"
,
"vjs.youtube"
,
"rangeslider"
,
"share-annotator"
,
"richText-annotator"
,
"reply-annotator"
,
"tags-annotator"
,
"flagging-annotator"
,
"grouping-annotator"
,
"diacritic-annotator"
,
deps
:
[
"annotator"
,
"annotator-harvardx"
,
"video.dev"
,
"vjs.youtube"
,
"rangeslider"
,
"share-annotator"
,
"richText-annotator"
,
"reply-annotator"
,
"tags-annotator"
,
"flagging-annotator"
,
"grouping-annotator"
,
"diacritic-annotator"
,
"openseadragon"
,
"jquery-Watch"
,
"catch"
,
"handlebars"
,
"URI"
]
}
// end of annotation tool files
...
...
cms/static/coffee/spec/main.coffee
View file @
4dbcf9a1
...
...
@@ -51,7 +51,7 @@ requirejs.config({
"URI"
:
"xmodule_js/common_static/js/vendor/URI.min"
,
"mock-ajax"
:
"xmodule_js/common_static/js/vendor/mock-ajax"
,
"mathjax"
:
"//cdn.mathjax.org/mathjax/2.
5-latest/MathJax.js?config=TeX-MML-AM_HTMLorMML-full
&delayStartupUntil=configured"
,
"mathjax"
:
"//cdn.mathjax.org/mathjax/2.
6-latest/MathJax.js?config=TeX-MML-AM_CHTML
&delayStartupUntil=configured"
,
"youtube"
:
"//www.youtube.com/player_api?noext"
,
"coffee/src/ajax_prefix"
:
"xmodule_js/common_static/coffee/src/ajax_prefix"
,
...
...
cms/static/coffee/spec/main_squire.coffee
View file @
4dbcf9a1
...
...
@@ -42,7 +42,7 @@ requirejs.config({
"domReady"
:
"xmodule_js/common_static/js/vendor/domReady"
,
"URI"
:
"xmodule_js/common_static/js/vendor/URI.min"
,
"mathjax"
:
"//cdn.mathjax.org/mathjax/2.
5-latest/MathJax.js?config=TeX-MML-AM_HTMLorMML-full
&delayStartupUntil=configured"
,
"mathjax"
:
"//cdn.mathjax.org/mathjax/2.
6-latest/MathJax.js?config=TeX-MML-AM_CHTML
&delayStartupUntil=configured"
,
"youtube"
:
"//www.youtube.com/player_api?noext"
,
"coffee/src/ajax_prefix"
:
"xmodule_js/common_static/coffee/src/ajax_prefix"
...
...
common/djangoapps/terrain/ui_helpers.py
View file @
4dbcf9a1
...
...
@@ -346,9 +346,9 @@ def css_contains_text(css_selector, partial_text, index=0):
# If we're expecting a non-empty string, give the page
# a chance to fill in text fields.
if
partial_text
:
wait_for
(
lambda
_
:
css_
text
(
css_selector
,
index
=
index
))
wait_for
(
lambda
_
:
css_
html
(
css_selector
,
index
=
index
))
actual_text
=
css_
text
(
css_selector
,
index
=
index
)
actual_text
=
css_
html
(
css_selector
,
index
=
index
)
return
partial_text
in
actual_text
...
...
common/lib/xmodule/xmodule/css/capa/display.scss
View file @
4dbcf9a1
...
...
@@ -462,28 +462,18 @@ div.problem {
span
{
margin-bottom
:
0
;
display
:
inline-block
;
&
.math
{
display
:
inline-block
;
&
.MathJax_CHTML
,
&
.MathJax
,
&
.MathJax_SVG
{
padding
:
6px
;
min-width
:
30px
;
border
:
1px
solid
#e3e3e3
;
border-radius
:
4px
;
background
:
#f1f1f1
;
&
span
{
// Needed to fix mathjax rendering bug in chrome (TNL-4080)
border-left-style
:
none
!
important
;
}
}
}
}
// Fix for formulaequationinput, overriding MathJax_Display default style to allow "loading" image to sit next to it
section
.formulaequationinput
div
.equation
.MathJax_Display
{
display
:
inline-block
!
important
;
}
// Hides equation previews in symbolic response problems when printing
[
id
^=
'display'
]
.equation
{
@media
print
{
...
...
common/templates/mathjax_include.html
View file @
4dbcf9a1
...
...
@@ -76,4 +76,4 @@
<!-- This must appear after all mathjax-config blocks, so it is after the imports from the other templates.
It can't be run through static.url because MathJax uses crazy url introspection to do lazy loading of
MathJax extension libraries -->
<script
type=
"text/javascript"
src=
"https://cdn.mathjax.org/mathjax/2.
5-latest/MathJax.js?config=TeX-MML-AM_HTMLorMML-full
"
></script>
<script
type=
"text/javascript"
src=
"https://cdn.mathjax.org/mathjax/2.
6-latest/MathJax.js?config=TeX-MML-AM_CHTML
"
></script>
common/test/acceptance/pages/lms/discussion.py
View file @
4dbcf9a1
...
...
@@ -126,7 +126,7 @@ class DiscussionThreadPage(PageObject, DiscussionPageMixin):
def
verify_mathjax_rendered
(
self
):
""" Checks that MathJax css class is present """
self
.
wait_for
(
lambda
:
self
.
_is_element_visible
(
".MathJax"
),
lambda
:
self
.
_is_element_visible
(
".MathJax
_CHTML
"
),
description
=
"MathJax Preview is rendered"
)
...
...
common/test/acceptance/pages/lms/problem.py
View file @
4dbcf9a1
...
...
@@ -49,7 +49,7 @@ class ProblemPage(PageObject):
"""
def
mathjax_present
():
""" Returns True if MathJax css is present in the problem body """
mathjax_container
=
self
.
q
(
css
=
"div.problem p .MathJax
.math
"
)
mathjax_container
=
self
.
q
(
css
=
"div.problem p .MathJax
_CHTML
"
)
return
mathjax_container
.
visible
and
mathjax_container
.
present
self
.
wait_for
(
...
...
@@ -63,7 +63,7 @@ class ProblemPage(PageObject):
"""
def
mathjax_present
():
""" Returns True if MathJax css is present in the problem body """
mathjax_container
=
self
.
q
(
css
=
"div.problem div.problem-hint .MathJax
.math
"
)
mathjax_container
=
self
.
q
(
css
=
"div.problem div.problem-hint .MathJax
_CHTML
"
)
return
mathjax_container
.
visible
and
mathjax_container
.
present
self
.
wait_for
(
...
...
common/test/acceptance/pages/lms/tab_nav.py
View file @
4dbcf9a1
...
...
@@ -40,7 +40,7 @@ class TabNavPage(PageObject):
"""
Check that MathJax has rendered in tab content
"""
mathjax_container
=
self
.
q
(
css
=
".static_tab_wrapper .MathJax
.math
"
)
mathjax_container
=
self
.
q
(
css
=
".static_tab_wrapper .MathJax
_CHTML
"
)
EmptyPromise
(
lambda
:
mathjax_container
.
present
and
mathjax_container
.
visible
,
"MathJax is not visible"
...
...
lms/static/js/spec/main.js
View file @
4dbcf9a1
...
...
@@ -49,7 +49,7 @@
'jasmine.async'
:
'xmodule_js/common_static/js/vendor/jasmine.async'
,
'draggabilly'
:
'xmodule_js/common_static/js/vendor/draggabilly.pkgd'
,
'domReady'
:
'xmodule_js/common_static/js/vendor/domReady'
,
'mathjax'
:
'//cdn.mathjax.org/mathjax/2.
5-latest/MathJax.js?config=TeX-MML-AM_HTMLorMML-full
&delayStartupUntil=configured'
,
// jshint ignore:line
'mathjax'
:
'//cdn.mathjax.org/mathjax/2.
6-latest/MathJax.js?config=TeX-MML-AM_CHTML
&delayStartupUntil=configured'
,
// jshint ignore:line
'youtube'
:
'//www.youtube.com/player_api?noext'
,
'coffee/src/ajax_prefix'
:
'xmodule_js/common_static/coffee/src/ajax_prefix'
,
'coffee/src/instructor_dashboard/student_admin'
:
'coffee/src/instructor_dashboard/student_admin'
,
...
...
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