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
f2600983
Commit
f2600983
authored
Jul 14, 2018
by
root
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
替换GitHub链接为orhon git 链接
parent
803db4ee
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
50 additions
and
50 deletions
+50
-50
lms/envs/aws.py
+1
-1
requirements/edx-sandbox/base.txt
+1
-1
requirements/edx/base.txt
+1
-1
requirements/edx/edx-private.txt
+10
-10
requirements/edx/github.txt
+36
-36
requirements/edx/pre.txt
+1
-1
No files found.
lms/envs/aws.py
View file @
f2600983
...
...
@@ -212,7 +212,7 @@ if ENV_TOKENS.get('SESSION_COOKIE_NAME', None):
# NOTE, there's a bug in Django (http://bugs.python.org/issue18012) which necessitates this being a str()
SESSION_COOKIE_NAME
=
str
(
ENV_TOKENS
.
get
(
'SESSION_COOKIE_NAME'
))
BOOK_URL
=
ENV_TOKENS
[
'BOOK_URL'
]
#
BOOK_URL = ENV_TOKENS['BOOK_URL']
LOG_DIR
=
ENV_TOKENS
[
'LOG_DIR'
]
CACHES
=
ENV_TOKENS
[
'CACHES'
]
...
...
requirements/edx-sandbox/base.txt
View file @
f2600983
...
...
@@ -15,4 +15,4 @@ sympy==0.7.1
pyparsing==2.0.7
# We forked NLTK just to make it work with setuptools instead of distribute
git+https://git
hub
.com/edx/nltk.git@2.0.6#egg=nltk==2.0.6
git+https://git
.orhontech
.com/edx/nltk.git@2.0.6#egg=nltk==2.0.6
requirements/edx/base.txt
View file @
f2600983
...
...
@@ -38,7 +38,7 @@ django-method-override==0.1.0
django-user-tasks==0.1.4
# We need a fix to DRF 3.2.x, for now use it from our own cherry-picked repo
#djangorestframework>=3.1,<3.2
git+https://git
hub
.com/edx/django-rest-framework.git@3c72cb5ee5baebc4328947371195eae2077197b0#egg=djangorestframework==3.2.3
git+https://git
.orhontech
.com/edx/django-rest-framework.git@3c72cb5ee5baebc4328947371195eae2077197b0#egg=djangorestframework==3.2.3
django==1.8.18
django-waffle==0.12.0
djangorestframework-jwt==1.8.0
...
...
requirements/edx/edx-private.txt
View file @
f2600983
...
...
@@ -7,31 +7,31 @@
# For Harvard courses:
-e git+https://git
hub.com/gsehub
/xblock-mentoring.git@4d1cce78dc232d5da6ffd73817b5c490e87a6eee#egg=xblock-mentoring
git+https://git
hub.com/open-craft
/problem-builder.git@v2.6.5#egg=xblock-problem-builder==2.6.5
-e git+https://git
.orhontech.com/OpenEdx
/xblock-mentoring.git@4d1cce78dc232d5da6ffd73817b5c490e87a6eee#egg=xblock-mentoring
git+https://git
.orhontech.com/OpenEdx
/problem-builder.git@v2.6.5#egg=xblock-problem-builder==2.6.5
# Oppia XBlock
-e git+https://git
hub.com/oppia
/xblock.git@9f6b95b7eb7dbabb96b77198a3202604f96adf65#egg=oppia-xblock
-e git+https://git
.orhontech.com/OpenEdx
/xblock.git@9f6b95b7eb7dbabb96b77198a3202604f96adf65#egg=oppia-xblock
# Microsoft's Office Mix XBlock:
-e git+https://git
hub.com/OfficeDev
/xblock-officemix.git@3f876b5f0267b017812620239533a29c7d562d24#egg=officemix
-e git+https://git
.orhontech.com/OpenEdx
/xblock-officemix.git@3f876b5f0267b017812620239533a29c7d562d24#egg=officemix
# This repository contains schoolyourself-xblock, which is used in
# edX's "AlgebraX" and "GeometryX" courses.
-e git+https://git
hub.com/schoolyourself
/schoolyourself-xblock.git@5e4d37716e3e72640e832e961f7cc0d38d4ec47b#egg=schoolyourself-xblock
-e git+https://git
.orhontech.com/OpenEdx
/schoolyourself-xblock.git@5e4d37716e3e72640e832e961f7cc0d38d4ec47b#egg=schoolyourself-xblock
# Prototype XBlocks from edX learning sciences limited roll-outs and user testing.
# Concept XBlock, in particular, is nowhere near finished and an early prototype.
# Profile XBlock is there so we can play with XBlock arguments in the platform, but isn't ready for use outside of
# edX.
-e git+https://git
hub
.com/edx/ConceptXBlock.git@2376fde9ebdd83684b78dde77ef96361c3bd1aa0#egg=concept-xblock
-e git+https://git
hub
.com/edx/AudioXBlock.git@1fbf19cc21613aead62799469e1593adb037fdd9#egg=audio-xblock
-e git+https://git
hub
.com/edx/AnimationXBlock.git@d2b551bb8f49a138088e10298576102164145b87#egg=animation-xblock
-e git+https://git
.orhontech
.com/edx/ConceptXBlock.git@2376fde9ebdd83684b78dde77ef96361c3bd1aa0#egg=concept-xblock
-e git+https://git
.orhontech
.com/edx/AudioXBlock.git@1fbf19cc21613aead62799469e1593adb037fdd9#egg=audio-xblock
-e git+https://git
.orhontech
.com/edx/AnimationXBlock.git@d2b551bb8f49a138088e10298576102164145b87#egg=animation-xblock
# Peer instruction XBlock
ubcpi-xblock==0.6.2
# Vector Drawing and ActiveTable XBlocks (Davidson)
-e git+https://git
hub
.com/open-craft/xblock-vectordraw.git@v0.2.1#egg=xblock-vectordraw==0.2.1
-e git+https://git
hub
.com/open-craft/xblock-activetable.git@e933d41bb86a8d50fb878787ca680165a092a6d5#egg=xblock-activetable
-e git+https://git
.orhontech
.com/open-craft/xblock-vectordraw.git@v0.2.1#egg=xblock-vectordraw==0.2.1
-e git+https://git
.orhontech
.com/open-craft/xblock-activetable.git@e933d41bb86a8d50fb878787ca680165a092a6d5#egg=xblock-activetable
requirements/edx/github.txt
View file @
f2600983
...
...
@@ -6,11 +6,11 @@
#
# A correct GitHub reference looks like this:
#
# git+https://git
hub
.com/OWNER/REPO-NAME.git@TAG-OR-SHA#egg=DIST-NAME==VERSION
# git+https://git
.orhontech
.com/OWNER/REPO-NAME.git@TAG-OR-SHA#egg=DIST-NAME==VERSION
#
# For example:
#
# git+https://git
hub
.com/edx/edx-lint.git@v0.3.2#egg=edx_lint==0.3.2
# git+https://git
.orhontech
.com/edx/edx-lint.git@v0.3.2#egg=edx_lint==0.3.2
#
# where:
#
...
...
@@ -46,49 +46,49 @@
# Python libraries to install directly from github
# Third-party:
git+https://git
hub.com/cyberdelia
/django-pipeline.git@1.5.3#egg=django-pipeline==1.5.3
git+https://git
hub
.com/edx/django-wiki.git@v0.0.10#egg=django-wiki==0.0.10
git+https://git
hub
.com/edx/django-openid-auth.git@0.8#egg=django-openid-auth==0.8
git+https://git
hub
.com/edx/MongoDBProxy.git@25b99097615bda06bd7cdfe5669ed80dc2a7fed0#egg=MongoDBProxy==0.1.0
git+https://git
hub
.com/edx/nltk.git@2.0.6#egg=nltk==2.0.6
-e git+https://git
hub.com/dementrock
/pystache_custom.git@776973740bdaad83a3b029f96e415a7d1e8bec2f#egg=pystache_custom-dev
-e git+https://git
hub.com/appliedsec
/pygeoip.git@95e69341cebf5a6a9fbf7c4f5439d458898bdc3b#egg=pygeoip
-e git+https://git
hub.com/jazkarta
/edx-jsme.git@690dbf75441fa91c7c4899df0b83d77f7deb5458#egg=edx-jsme
git+https://git
hub.com/mitodl
/django-cas.git@v2.1.1#egg=django-cas==2.1.1
-e git+https://git
hub.com/dgrtwo
/ParsePy.git@7949b9f754d1445eff8e8f20d0e967b9a6420639#egg=parse_rest
git+https://git
.orhontech.com/OpenEdx
/django-pipeline.git@1.5.3#egg=django-pipeline==1.5.3
git+https://git
.orhontech
.com/edx/django-wiki.git@v0.0.10#egg=django-wiki==0.0.10
git+https://git
.orhontech
.com/edx/django-openid-auth.git@0.8#egg=django-openid-auth==0.8
git+https://git
.orhontech
.com/edx/MongoDBProxy.git@25b99097615bda06bd7cdfe5669ed80dc2a7fed0#egg=MongoDBProxy==0.1.0
git+https://git
.orhontech
.com/edx/nltk.git@2.0.6#egg=nltk==2.0.6
-e git+https://git
.orhontech.com/OpenEdx
/pystache_custom.git@776973740bdaad83a3b029f96e415a7d1e8bec2f#egg=pystache_custom-dev
-e git+https://git
.orhontech.com/OpenEdx
/pygeoip.git@95e69341cebf5a6a9fbf7c4f5439d458898bdc3b#egg=pygeoip
-e git+https://git
.orhontech.com/OpenEdx
/edx-jsme.git@690dbf75441fa91c7c4899df0b83d77f7deb5458#egg=edx-jsme
git+https://git
.orhontech.com/OpenEdx
/django-cas.git@v2.1.1#egg=django-cas==2.1.1
-e git+https://git
.orhontech.com/OpenEdx
/ParsePy.git@7949b9f754d1445eff8e8f20d0e967b9a6420639#egg=parse_rest
# Master pyfs has a bug working with VPC auth. This is a fix. We should switch
# back to master when and if this fix is merged back.
# fs==0.4.0
git+https://git
hub
.com/edx/pyfs.git@96e1922348bfe6d99201b9512a9ed946c87b7e0b#egg=fs==0.4.0
git+https://git
.orhontech
.com/edx/pyfs.git@96e1922348bfe6d99201b9512a9ed946c87b7e0b#egg=fs==0.4.0
# The officially released version of django-debug-toolbar-mongo doesn't support DJDT 1.x. This commit does.
git+https://git
hub.com/hmarr
/django-debug-toolbar-mongo.git@b0686a76f1ce3532088c4aee6e76b9abe61cc808#egg=django-debug-toolbar-mongo==0.1.10
git+https://git
.orhontech.com/OpenEdx
/django-debug-toolbar-mongo.git@b0686a76f1ce3532088c4aee6e76b9abe61cc808#egg=django-debug-toolbar-mongo==0.1.10
# NOTE (CCB): This must remain. There is one commit on the upstream repo that has not been released to PyPI.
git+https://git
hub
.com/edx/rfc6266.git@v0.0.5-edx#egg=rfc6266==0.0.5-edx
git+https://git
.orhontech
.com/edx/rfc6266.git@v0.0.5-edx#egg=rfc6266==0.0.5-edx
# Used for testing
git+https://git
hub
.com/edx/lettuce.git@0.2.20.002#egg=lettuce==0.2.20.002
git+https://git
.orhontech
.com/edx/lettuce.git@0.2.20.002#egg=lettuce==0.2.20.002
# Our libraries:
-e git+https://git
hub
.com/edx/codejail.git@a320d43ce6b9c93b17636b2491f724d9e433be47#egg=codejail==0.0
-e git+https://git
hub
.com/edx/event-tracking.git@0.2.1#egg=event-tracking==0.2.1
-e git+https://git
hub
.com/edx/django-splash.git@v0.2#egg=django-splash==0.2
-e git+https://git
hub
.com/edx/acid-block.git@e46f9cda8a03e121a00c7e347084d142d22ebfb7#egg=acid-xblock
git+https://git
hub
.com/edx/edx-ora2.git@1.4.6#egg=ora2==1.4.6
-e git+https://git
hub
.com/edx/edx-submissions.git@2.0.0#egg=edx-submissions==2.0.0
git+https://git
hub
.com/edx/ease.git@release-2015-07-14#egg=ease==0.1.3
git+https://git
hub
.com/edx/edx-val.git@0.0.13#egg=edxval==0.0.13
git+https://git
hub
.com/edx/RecommenderXBlock.git@0e744b393cf1f8b886fe77bc697e7d9d78d65cd6#egg=recommender-xblock==1.2
git+https://git
hub.com/solashirai
/crowdsourcehinter.git@518605f0a95190949fe77bd39158450639e2e1dc#egg=crowdsourcehinter-xblock==0.1
-e git+https://git
hub
.com/edx/RateXBlock.git@367e19c0f6eac8a5f002fd0f1559555f8e74bfff#egg=rate-xblock
-e git+https://git
hub
.com/edx/DoneXBlock.git@01a14f3bd80ae47dd08cdbbe2f88f3eb88d00fba#egg=done-xblock
git+https://git
hub
.com/edx/edx-milestones.git@v0.1.10#egg=edx-milestones==0.1.10
git+https://git
hub
.com/edx/xblock-utils.git@v1.0.5#egg=xblock-utils==1.0.5
-e git+https://git
hub.com/edx-solutions
/xblock-google-drive.git@138e6fa0bf3a2013e904a085b9fed77dab7f3f21#egg=xblock-google-drive
git+https://git
hub
.com/edx/edx-user-state-client.git@1.0.1#egg=edx-user-state-client==1.0.1
git+https://git
hub
.com/edx/xblock-lti-consumer.git@v1.1.5#egg=lti_consumer-xblock==1.1.5
git+https://git
hub
.com/edx/edx-proctoring.git@0.18.1#egg=edx-proctoring==0.18.1
-e git+https://git
.orhontech
.com/edx/codejail.git@a320d43ce6b9c93b17636b2491f724d9e433be47#egg=codejail==0.0
-e git+https://git
.orhontech
.com/edx/event-tracking.git@0.2.1#egg=event-tracking==0.2.1
-e git+https://git
.orhontech
.com/edx/django-splash.git@v0.2#egg=django-splash==0.2
-e git+https://git
.orhontech
.com/edx/acid-block.git@e46f9cda8a03e121a00c7e347084d142d22ebfb7#egg=acid-xblock
git+https://git
.orhontech
.com/edx/edx-ora2.git@1.4.6#egg=ora2==1.4.6
-e git+https://git
.orhontech
.com/edx/edx-submissions.git@2.0.0#egg=edx-submissions==2.0.0
git+https://git
.orhontech
.com/edx/ease.git@release-2015-07-14#egg=ease==0.1.3
git+https://git
.orhontech
.com/edx/edx-val.git@0.0.13#egg=edxval==0.0.13
git+https://git
.orhontech
.com/edx/RecommenderXBlock.git@0e744b393cf1f8b886fe77bc697e7d9d78d65cd6#egg=recommender-xblock==1.2
git+https://git
.orhontech.com/OpenEdx
/crowdsourcehinter.git@518605f0a95190949fe77bd39158450639e2e1dc#egg=crowdsourcehinter-xblock==0.1
-e git+https://git
.orhontech
.com/edx/RateXBlock.git@367e19c0f6eac8a5f002fd0f1559555f8e74bfff#egg=rate-xblock
-e git+https://git
.orhontech
.com/edx/DoneXBlock.git@01a14f3bd80ae47dd08cdbbe2f88f3eb88d00fba#egg=done-xblock
git+https://git
.orhontech
.com/edx/edx-milestones.git@v0.1.10#egg=edx-milestones==0.1.10
git+https://git
.orhontech
.com/edx/xblock-utils.git@v1.0.5#egg=xblock-utils==1.0.5
-e git+https://git
.orhontech.com/edx
/xblock-google-drive.git@138e6fa0bf3a2013e904a085b9fed77dab7f3f21#egg=xblock-google-drive
git+https://git
.orhontech
.com/edx/edx-user-state-client.git@1.0.1#egg=edx-user-state-client==1.0.1
git+https://git
.orhontech
.com/edx/xblock-lti-consumer.git@v1.1.5#egg=lti_consumer-xblock==1.1.5
git+https://git
.orhontech
.com/edx/edx-proctoring.git@0.18.1#egg=edx-proctoring==0.18.1
# Third Party XBlocks
git+https://git
hub
.com/open-craft/xblock-poll@v1.2.7#egg=xblock-poll==1.2.7
git+https://git
hub
.com/edx-solutions/xblock-drag-and-drop-v2@v2.0.18#egg=xblock-drag-and-drop-v2==2.0.18
git+https://git
.orhontech
.com/open-craft/xblock-poll@v1.2.7#egg=xblock-poll==1.2.7
git+https://git
.orhontech
.com/edx-solutions/xblock-drag-and-drop-v2@v2.0.18#egg=xblock-drag-and-drop-v2==2.0.18
requirements/edx/pre.txt
View file @
f2600983
...
...
@@ -19,4 +19,4 @@ Cython==0.21.2
# Ginkgo only!
Django==1.8.18
git+https://git
hub
.com/edx/nltk.git@2.0.6#egg=nltk==2.0.6
git+https://git
.orhontech
.com/edx/nltk.git@2.0.6#egg=nltk==2.0.6
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