- 06 Jan, 2017 1 commit
-
-
ECOM-5936
Anthony Mangano committed
-
- 08 Dec, 2016 1 commit
-
-
Sven Marnach 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
-
- 04 Nov, 2016 1 commit
-
-
This line previously departed from the convention of coalescing down to the original value specified in `lms/envs/common.py`. Now, the setting can fall back to its default value from `common.py`, instead of only respecting the value loaded from JSON (or `None` if not defined).
stv committed
-
- 17 Oct, 2016 2 commits
-
-
General good-practice cleanup requested by @jibsheet. Also includes some pylint fixes myh editor flagged during this cleanup.
Eric Fischer committed -
aws.py redefines the default queues in order to expose cross-environment work. The new recalculate grades routing key shgould use that value rather than the default defined in common.py.
Eric Fischer committed
-
- 14 Oct, 2016 1 commit
-
-
Eric Fischer committed
-
- 28 Sep, 2016 1 commit
-
-
Adam Palay 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
-
- 30 Aug, 2016 1 commit
-
-
clear request cache to avoid memory leak update to use https delete courses in the same transaction as writing them python3 compatibility
Adam Palay committed
-
- 29 Jul, 2016 1 commit
-
-
wajeeha-khalid committed
-
- 27 Jul, 2016 1 commit
-
-
Saleem Latif 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
-
- 24 Jun, 2016 1 commit
-
-
Nimisha Asthagiri committed
-
- 17 Jun, 2016 1 commit
-
-
Retrieving the URL from settings rather than an OAuth client that might not exist. ECOM-4729
Clinton Blackburn 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
-
- 25 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 May, 2016 2 commits
-
-
* mattdrayer: Remove individual JWT settings * mattdrayer: Add settings defaults to JWT_AUTH calls
Matt Drayer committed -
* mattdrayer: Remove individual JWT settings * mattdrayer: Add settings defaults to JWT_AUTH calls
Matt Drayer committed
-
- 04 May, 2016 1 commit
-
-
Peter Fogg committed
-
- 02 May, 2016 1 commit
-
-
Bill DeRusha committed
-
- 14 Apr, 2016 1 commit
-
-
wajeeha-khalid 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 2 commits
-
-
This setting is necessary to avoid django-storages applying a security token to S3 URLs. ECOM-4081
Clinton Blackburn committed -
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 2 commits
-
-
e0d committed
-
Edward Zarecor 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
-
- 06 Apr, 2016 1 commit
-
-
Braden MacDonald committed
-
- 05 Apr, 2016 4 commits
-
-
TNL-4336
muzaffaryousaf committed -
Prevents start date alone from being used to filter out categories in self-paced courses during construction of the category map. ECOM-4017.
Renzo Lucioni committed -
Prevents start date alone from being used to filter out categories in self-paced courses during construction of the category map. ECOM-4017.
Renzo Lucioni committed -
ECOM-3940
Peter Fogg committed
-
- 01 Apr, 2016 1 commit
-
-
Jonathan Piacenti committed
-