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
513591f4
Commit
513591f4
authored
Apr 08, 2015
by
Braden MacDonald
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump problem builder version to latest edx-release build
parent
efc1d5d3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletions
+5
-1
cms/envs/common.py
+3
-0
lms/envs/common.py
+1
-0
requirements/edx/edx-private.txt
+1
-1
No files found.
cms/envs/common.py
View file @
513591f4
...
...
@@ -799,6 +799,7 @@ MAX_FAILED_LOGIN_ATTEMPTS_LOCKOUT_PERIOD_SECS = 15 * 60
OPTIONAL_APPS
=
(
'mentoring'
,
'problem_builder'
,
'edx_sga'
,
# edx-ora2
...
...
@@ -863,6 +864,8 @@ ADVANCED_COMPONENT_TYPES = [
'lti'
,
'library_content'
,
'edx_sga'
,
'problem-builder'
,
'pb-dashboard'
,
# 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 @
513591f4
...
...
@@ -2100,6 +2100,7 @@ ALL_LANGUAGES = (
### Apps only installed in some instances
OPTIONAL_APPS
=
(
'mentoring'
,
'problem_builder'
,
'edx_sga'
,
# edx-ora2
...
...
requirements/edx/edx-private.txt
View file @
513591f4
...
...
@@ -2,7 +2,7 @@
# For Harvard courses:
-e git+https://github.com/gsehub/xblock-mentoring.git@4d1cce78dc232d5da6ffd73817b5c490e87a6eee#egg=xblock-mentoring
-e git+https://github.com/open-craft/problem-builder.git@
700f1834c0e8249ce9273c58ad074a1391939cd5
#egg=xblock-problem-builder
-e git+https://github.com/open-craft/problem-builder.git@
4817f9d93f8ce07bbe496f4e1681450f26ef9d19
#egg=xblock-problem-builder
# Prototype XBlocks from edX learning sciences limited roll-outs and user testing.
# Concept XBlock, in particular, is nowhere near finished and an early prototype.
...
...
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