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
OpenEdx
edx-platform
Commits
f00553af
Commit
f00553af
authored
Nov 03, 2014
by
Carson Gee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Staff Graded Assessments
parent
30efe2d1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
1 deletions
+7
-1
cms/envs/common.py
+2
-0
lms/.coveragerc
+1
-1
lms/envs/common.py
+1
-0
requirements/edx/github.txt
+3
-0
No files found.
cms/envs/common.py
View file @
f00553af
...
...
@@ -634,6 +634,7 @@ MAX_FAILED_LOGIN_ATTEMPTS_LOCKOUT_PERIOD_SECS = 15 * 60
OPTIONAL_APPS
=
(
'edx_jsdraw'
,
'mentoring'
,
'edx_sga'
,
# edx-ora2
'submissions'
,
...
...
@@ -676,6 +677,7 @@ ADVANCED_COMPONENT_TYPES = [
'word_cloud'
,
'graphical_slider_tool'
,
'lti'
,
'edx_sga'
,
# XBlocks from pmitros repos are prototypes. They should not be used
# except for edX Learning Sciences experiments on edge.edx.org without
# further work to make them robust, maintainable, finalize data formats,
...
...
lms/.coveragerc
View file @
f00553af
# .coveragerc for lms
[run]
data_file = reports/lms/.coverage
source = lms,common/djangoapps
source = lms,common/djangoapps
,edx_sga
omit = lms/envs/*, common/djangoapps/terrain/*, common/djangoapps/*/migrations/*
[report]
...
...
lms/envs/common.py
View file @
f00553af
...
...
@@ -1696,6 +1696,7 @@ ALL_LANGUAGES = (
OPTIONAL_APPS
=
(
'edx_jsdraw'
,
'mentoring'
,
'edx_sga'
,
# edx-ora2
'submissions'
,
...
...
requirements/edx/github.txt
View file @
f00553af
...
...
@@ -33,3 +33,6 @@
-e git+https://github.com/edx/opaque-keys.git@a7c506befdf9b97bbbb6961e0b0c7fa4807003eb#egg=opaque-keys
-e git+https://github.com/edx/ease.git@97de68448e5495385ba043d3091f570a699d5b5f#egg=ease
-e git+https://github.com/edx/i18n-tools.git@0d7847f9dfa2281640527b4dc51f5854f950f9b7#egg=i18n-tools
# Third Party XBlocks
-e git+https://github.com/mitodl/edx-sga@86b860c255149acf0abbf1894f023714f346c3e8#egg=edx-sga
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