- 07 Jul, 2017 1 commit
-
-
(cherry picked from commit c567add6)
Douglas Cerna committed
-
- 12 Jun, 2017 2 commits
-
-
Adam Palay committed
-
move tasks into tasks.py add more logging
Adam Palay committed
-
- 09 Jun, 2017 1 commit
-
-
Stu Young committed
-
- 12 May, 2017 1 commit
-
-
Brian Jacobel committed
-
- 27 Apr, 2017 3 commits
-
-
Douglas Cerna committed
-
This makes it possible to refer to multiple book from a single app. This also means that Open edX branches will be able to pass bok-choy tests (at least if the books have already been built.)
Ned Batchelder committed -
This reverts commit 65f13dde.
Calen Pennington committed
-
- 26 Apr, 2017 1 commit
-
-
This reverts commit 88dd85ca, reversing changes made to bf8aef33.
Calen Pennington committed
-
- 24 Apr, 2017 1 commit
-
-
Calen Pennington committed
-
- 22 Feb, 2017 1 commit
-
-
Jeremy Bowman committed
-
- 09 Feb, 2017 1 commit
-
-
syed-awais-ali committed
-
- 08 Feb, 2017 1 commit
-
-
syed-awais-ali committed
-
- 01 Feb, 2017 1 commit
-
-
and a comment and explaining why we import aws.* in the openstack settings.
Jesse Shapiro committed
-
- 31 Jan, 2017 1 commit
-
-
Jesse Zoldak committed
-
- 30 Jan, 2017 1 commit
-
-
Jeremy Bowman committed
-
- 02 Dec, 2016 1 commit
-
-
Eric Fischer committed
-
- 17 Nov, 2016 1 commit
-
-
Eric Fischer committed
-
- 09 Nov, 2016 1 commit
-
-
Brandon DeRosier committed
-
- 22 Sep, 2016 1 commit
-
-
asadiqbal committed
-
- 01 Sep, 2016 1 commit
-
-
Adds a context-sensitive link to learner documentation from the LMS. The base URL defaults to Open edX learner doc and can be overridden with the base URL for edx.org learner doc. Also relabels the tab for support from help to support.
Peter Desjardins committed
-
- 29 Jul, 2016 1 commit
-
-
wajeeha-khalid committed
-
- 27 Jul, 2016 1 commit
-
-
Saleem Latif committed
-
- 21 Jul, 2016 1 commit
-
-
TNL-4670
cahrens committed
-
- 07 Jul, 2016 1 commit
-
-
These changes unify four different approaches to JWT creation, moving the core of the AccessTokenView to a general-purpose JwtBuilder class. This utility class defaults to using the system's JWT configuration, but it will allow overriding of the signing key and audience claim to support those clients which still require this. Part of ECOM-4566.
Renzo Lucioni committed
-
- 05 Jul, 2016 1 commit
-
-
Refactor all S3 code to use the django storage API and add swift settings for openstack deployments
Omar Khan committed
-
- 30 Jun, 2016 1 commit
-
-
2. Update COMPREHNSIVE_THEME_DIR to COMPREHENSIVE_THEME_DIRS 3. Update paver commands to support multi theme dirs 4. Updating template loaders 5. Add ENABLE_COMPREHENSIVE_THEMING flag to enable or disable theming via settings 6. Update tests 7. Add backward compatibility for COMPREHEHNSIVE_THEME_DIR
Matt Drayer committed
-
- 16 Jun, 2016 1 commit
-
-
This commit "undoes"a previous hotfix, and allows a cms course_publish signal to trigger a block_structure update_course_in_cache task, which is run on an lms worker queue. Changes: -exposes ALTERNATE_QUEUE_ENVS -adds routing layer in celery.py -moves prior dev_with_worker settings file to devstack_with_worker -moves course_block api functionality into openedx/core/djangoapps/content/block_structure
Eric Fischer committed
-
- 31 May, 2016 1 commit
-
-
Fred Smith committed
-
- 23 May, 2016 1 commit
-
-
Fred Smith committed
-
- 16 May, 2016 1 commit
-
-
ECOM-4325
Peter Fogg committed
-
- 12 Apr, 2016 1 commit
-
-
This reverts commit a796b563. Conflicts: lms/envs/common.py openedx/core/djangoapps/theming/models.py pavelib/assets.py pavelib/paver_tests/test_assets.py
Matt Drayer committed
-
- 11 Apr, 2016 1 commit
-
-
We use S3 for a number of uploads. Boto, by default, includes a auth querystring on the returned URLs. Since these uploads are public, there is no need for this querystring. Additionally, the long length URLs cause problems when API consumers need to store the URLs. This commit resolves this problem by removing the auth querystring. - Updated to latest versions of boto and django-storages-redux packages - Added AWS_QUERYSTRING_AUTH setting to remove the querystring values ECOM-4081
Clinton Blackburn committed
-
- 08 Apr, 2016 1 commit
-
-
e0d committed
-
- 07 Apr, 2016 1 commit
-
-
We use S3 for a number of uploads. Boto, by default, includes a auth querystring on the returned URLs. Since these uploads are public, there is no need for this querystring. Additionally, the long length URLs cause problems when API consumers need to store the URLs. This commit resolves this problem by removing the auth querystring. - Updated to latest versions of boto and django-storages-redux packages - Added AWS_QUERYSTRING_AUTH setting to remove the querystring values ECOM-4081
Clinton Blackburn committed
-
- 28 Mar, 2016 1 commit
-
-
ziafazal: improvements need for multi-tenancy ziafazal: fixed broken tests ziafazal: no need to add setting in test.py ziafazal: added hostname validation ziafazal: changes after feedback from mattdrayer ziafazal: fixed branding and microsite broken tests ziafazal: make STATICFILES_DIRS to list ziafazal: added theme directory to mako lookup for tests ziafazal: added more protection in test_util saleem-latif: Enable SCSS Overrides for Comprehensive Theming saleem-latif: Incoporate feedback changes, Correct test failures, add tests and enable theming for django templates saleem-latif: Correct errors in python tests mattdrayer: Fix invalid release reference mattdrayer: Update django-wiki reference to latest release saleem-latif: Update Theme storages to work with Caching, Pipeline and collectstatic saleem-latif: Incorporate feedback changes mattdrayer: Pylint violation fix mattdrayer: Fix broken pavelib test
Zia Fazal committed
-
- 18 Mar, 2016 1 commit
-
-
Resolves an issue preventing students in self-paced courses from seeing all available discussion modules. ECOM-3733.
Renzo Lucioni committed
-
- 16 Mar, 2016 1 commit
-
-
This reverts commit 954dae58.
Jesse Zoldak committed
-
- 14 Mar, 2016 1 commit
-
-
ziafazal: improvements need for multi-tenancy ziafazal: fixed broken tests ziafazal: no need to add setting in test.py ziafazal: added hostname validation ziafazal: changes after feedback from mattdrayer ziafazal: fixed branding and microsite broken tests ziafazal: make STATICFILES_DIRS to list ziafazal: added theme directory to mako lookup for tests ziafazal: added more protection in test_util saleem-latif: Enable SCSS Overrides for Comprehensive Theming saleem-latif: Incoporate feedback changes, Correct test failures, add tests and enable theming for django templates saleem-latif: Correct errors in python tests mattdrayer: Fix invalid release reference mattdrayer: Update django-wiki reference to latest release
Zia Fazal committed
-
- 01 Mar, 2016 1 commit
-
-
There is one DB where we do not want it specified since transactions on the CSMHE table when we aren't atomic across databases isn't a win.
Kevin Falcone committed
-