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
202eb7b1
Commit
202eb7b1
authored
Aug 21, 2012
by
Tom Giannattasio
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into feature/tomg/fall-design
parents
bbc95cb5
f7539e8b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
lms/djangoapps/courseware/module_render.py
+1
-1
lms/envs/common.py
+2
-1
lms/templates/seq_module.html
+2
-3
repo-requirements.txt
+1
-1
No files found.
lms/djangoapps/courseware/module_render.py
View file @
202eb7b1
...
@@ -374,7 +374,7 @@ def modx_dispatch(request, dispatch, location, course_id):
...
@@ -374,7 +374,7 @@ def modx_dispatch(request, dispatch, location, course_id):
# ''' (fix emacs broken parsing)
# ''' (fix emacs broken parsing)
# Check for submitted files and basic file size checks
# Check for submitted files and basic file size checks
p
=
request
.
POST
.
dict
()
p
=
request
.
POST
.
copy
()
if
request
.
FILES
:
if
request
.
FILES
:
for
fileinput_id
in
request
.
FILES
.
keys
():
for
fileinput_id
in
request
.
FILES
.
keys
():
inputfiles
=
request
.
FILES
.
getlist
(
fileinput_id
)
inputfiles
=
request
.
FILES
.
getlist
(
fileinput_id
)
...
...
lms/envs/common.py
View file @
202eb7b1
...
@@ -317,6 +317,7 @@ SIMPLE_WIKI_REQUIRE_LOGIN_VIEW = False
...
@@ -317,6 +317,7 @@ SIMPLE_WIKI_REQUIRE_LOGIN_VIEW = False
WIKI_ACCOUNT_HANDLING
=
False
WIKI_ACCOUNT_HANDLING
=
False
WIKI_EDITOR
=
'course_wiki.editors.CodeMirror'
WIKI_EDITOR
=
'course_wiki.editors.CodeMirror'
WIKI_SHOW_MAX_CHILDREN
=
0
# We don't use the little menu that shows children of an article in the breadcrumb
WIKI_SHOW_MAX_CHILDREN
=
0
# We don't use the little menu that shows children of an article in the breadcrumb
WIKI_ANONYMOUS
=
False
# Don't allow anonymous access until the styling is figured out
################################# Jasmine ###################################
################################# Jasmine ###################################
JASMINE_TEST_DIRECTORY
=
PROJECT_ROOT
+
'/static/coffee'
JASMINE_TEST_DIRECTORY
=
PROJECT_ROOT
+
'/static/coffee'
...
@@ -582,7 +583,7 @@ INSTALLED_APPS = (
...
@@ -582,7 +583,7 @@ INSTALLED_APPS = (
'course_wiki'
,
# Our customizations
'course_wiki'
,
# Our customizations
'mptt'
,
'mptt'
,
'sekizai'
,
'sekizai'
,
'wiki.plugins.attachments'
,
#
'wiki.plugins.attachments',
'wiki.plugins.notifications'
,
'wiki.plugins.notifications'
,
'course_wiki.plugins.markdownedx'
,
'course_wiki.plugins.markdownedx'
,
...
...
lms/templates/seq_module.html
View file @
202eb7b1
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
</nav>
</nav>
% for item in items:
% for item in items:
<div
class=
"seq_contents tex2jax_ignore"
>
${item['content'] | h}
</div>
<div
class=
"seq_contents tex2jax_ignore
asciimath2jax_ignore
"
>
${item['content'] | h}
</div>
% endfor
% endfor
<div
id=
"seq_content"
></div>
<div
id=
"seq_content"
></div>
...
@@ -45,4 +45,4 @@
...
@@ -45,4 +45,4 @@
sequenceNav
=
new
SequenceNav
(
$
(
'.sequence-nav'
));
sequenceNav
=
new
SequenceNav
(
$
(
'.sequence-nav'
));
console
.
log
(
sequenceNav
);
console
.
log
(
sequenceNav
);
});
});
</script>
</script>
\ No newline at end of file
repo-requirements.txt
View file @
202eb7b1
-e git://github.com/MITx/django-staticfiles.git@6d2504e5c8#egg=django-staticfiles
-e git://github.com/MITx/django-staticfiles.git@6d2504e5c8#egg=django-staticfiles
-e git://github.com/MITx/django-pipeline.git#egg=django-pipeline
-e git://github.com/MITx/django-pipeline.git#egg=django-pipeline
-e git://github.com/benjaoming/django-wiki.git@
e237b2ac
#egg=django-wiki
-e git://github.com/benjaoming/django-wiki.git@
02275fb4
#egg=django-wiki
-e git://github.com/dementrock/pystache_custom.git@776973740bdaad83a3b029f96e415a7d1e8bec2f#egg=pystache_custom-dev
-e git://github.com/dementrock/pystache_custom.git@776973740bdaad83a3b029f96e415a7d1e8bec2f#egg=pystache_custom-dev
-e common/lib/capa
-e common/lib/capa
-e common/lib/xmodule
-e common/lib/xmodule
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