- 03 Aug, 2016 1 commit
-
-
Adds ENABLE_SUBSECTION_GRADES_SAVED feature flag to both lms and cms. Also installs the wiring that will allow robust grades to be used for courses that enable it. This functionality is still gated by the feature flag and should not be used until the remaining robust grades work is finished.
Nimisha Asthagiri committed
-
- 01 Aug, 2016 1 commit
-
-
Revert "Basic architecture of Maintenance App - SUST-19, SUST-42. Implement Force Publish Course view. SUST-46" This reverts commit 27646b7e.
Adam Palay committed
-
- 29 Jul, 2016 1 commit
-
-
wajeeha-khalid committed
-
- 27 Jul, 2016 2 commits
-
-
Saleem Latif committed
-
2. Add site configuration overrides to theming/helpers.py 3. Move microsite.get_value from theming/helpers to site_configuration/helpers 4. Move microsite_configuration.microsite.get_value usages to site_configuration.helpers.values
Saleem Latif committed
-
- 25 Jul, 2016 1 commit
-
-
An important step towards being able to use Studio's program editor out of the box. Part of ECOM-4638.
Renzo Lucioni committed
-
- 22 Jul, 2016 1 commit
-
-
Basic architecture of Maintenance App - SUST-19, SUST-42. Implement Force Publish Course view. SUST-46
Mushtaq Ali committed
-
- 21 Jul, 2016 1 commit
-
-
TNL-4670
cahrens committed
-
- 13 Jul, 2016 1 commit
-
-
Remove edx-icons from edx-platform - TNL-4813 Remove edx-icons from LMS - TNL-4952 comment out baseline screenshot Bokchoy assertion tests SOL-1937 Temporarily comment out baseline screenshot Bokchoy assertion tests
alisan617 committed
-
- 11 Jul, 2016 1 commit
-
-
This is the first in a series of commits that will retrieve and use data from the catalog API. Part of ECOM-4566.
Renzo Lucioni committed
-
- 07 Jul, 2016 2 commits
-
-
Amir Qayyum Khan committed
-
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
-
- 06 Jul, 2016 1 commit
-
-
Replaces settings value. TNL-4669
cahrens 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
-
- 28 Jun, 2016 1 commit
-
-
Andy Armstrong 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
-
- 08 Jun, 2016 2 commits
-
-
Calen Pennington committed
-
Calen Pennington committed
-
- 01 Jun, 2016 1 commit
-
-
Hasnain committed
-
- 31 May, 2016 1 commit
-
-
Fred Smith committed
-
- 23 May, 2016 1 commit
-
-
Fred Smith committed
-
- 18 May, 2016 3 commits
-
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
- 16 May, 2016 1 commit
-
-
ECOM-4325
Peter Fogg committed
-
- 13 May, 2016 1 commit
-
-
We need to create a user profile in order for users to be usable. This, coupled with the fact, that edx-platform is the owner of auth information, means these commands belong here. ECOM-4310
Clinton Blackburn committed
-
- 12 May, 2016 1 commit
-
-
This is slightly more complicated than it should be since we're using custom authentication middleware (i.e., not Django's standard middleware class). We have to check that the session auth hash we have stored is equal to the request's session auth hash (since the stored hash is a function of the password). Normally this gets handled in `django.contrib.auth.get_user`, but due to our caching we don't go through that function, even in the cache miss case. ECOM-4288
Peter Fogg committed
-
- 02 May, 2016 3 commits
-
-
seq_next, seq_prev, and seq_goto events are all renamed, and maintain legacy compatibility. This PR also introduces new EventTransformer framework to shim events based on name prefix. MA-2221
J. Clifford Dyer committed -
David Adams committed
-
Ibrahim committed
-
- 30 Apr, 2016 1 commit
-
-
Ibrahim committed
-
- 29 Apr, 2016 1 commit
-
-
[PERF-303] Integer XBlocks/XModules into the static asset pipeline. This PR, based on hackathon work from Christina/Andy, implements a way to discover all installed XBlocks and XModules and to enumerate their public assets, then pulling them in during the collectstatic phase and hashing them. In turn, the methods for generating URLs to resources will then returned the hashed name for assets, allowing them to be served from nginx/CDNs, and cached heavily.
Christina Roberts committed
-
- 22 Apr, 2016 1 commit
-
-
seq_next, seq_prev, and seq_goto events are all renamed, and maintain legacy compatibility. This PR also introduces new EventTransformer framework to shim events based on name prefix. MA-2221
J. Clifford Dyer committed
-
- 21 Apr, 2016 1 commit
-
-
David Adams committed
-
- 20 Apr, 2016 1 commit
-
-
Dmitry Viskov committed
-
- 14 Apr, 2016 1 commit
-
-
* tests for dragging * icon location reference updates * pattern library usage
Chris Rodriguez committed
-
- 12 Apr, 2016 2 commits
-
-
This reverts commit 266f593d.
Matt Drayer committed -
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
-