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
7641fbf5
Commit
7641fbf5
authored
Mar 04, 2015
by
Ned Batchelder
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6505 from mitocw/cg/add_sga
Add Staff Graded Assignments XBlock to edx-platform
parents
2a95fe62
da9154d1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
cms/envs/common.py
+2
-0
lms/envs/common.py
+1
-0
requirements/edx/github.txt
+2
-0
No files found.
cms/envs/common.py
View file @
7641fbf5
...
...
@@ -785,6 +785,7 @@ MAX_FAILED_LOGIN_ATTEMPTS_LOCKOUT_PERIOD_SECS = 15 * 60
OPTIONAL_APPS
=
(
'mentoring'
,
'edx_sga'
,
# edx-ora2
'submissions'
,
...
...
@@ -847,6 +848,7 @@ ADVANCED_COMPONENT_TYPES = [
'graphical_slider_tool'
,
'lti'
,
'library_content'
,
'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/envs/common.py
View file @
7641fbf5
...
...
@@ -1952,6 +1952,7 @@ ALL_LANGUAGES = (
### Apps only installed in some instances
OPTIONAL_APPS
=
(
'mentoring'
,
'edx_sga'
,
# edx-ora2
'submissions'
,
...
...
requirements/edx/github.txt
View file @
7641fbf5
...
...
@@ -43,3 +43,5 @@ git+https://github.com/edx/edx-lint.git@e0e73bcc7b3b7ed632a1db6e3b32b0a249721261
-e git+https://github.com/edx/xblock-utils.git@17e247d66fabb53f0453515b093a030ee345a1b0#egg=xblock-utils
-e git+https://github.com/edx-solutions/xblock-google-drive.git@138e6fa0bf3a2013e904a085b9fed77dab7f3f21#egg=xblock-google-drive
# Third Party XBlocks
-e git+https://github.com/mitodl/edx-sga@172a90fd2738f8142c10478356b2d9ed3e55334a#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