- 08 Apr, 2016 1 commit
-
-
This reverts commit 845e3708.
Brian Jacobel committed
-
- 05 Apr, 2016 3 commits
-
-
TNL-4336
muzaffaryousaf committed -
FEDX-93 These are developer only pages, so can not be seen in production environment. On devstack, you can access these pages in LMS and Studio at: /template/ux/reference/pattern-library-test.html
Andy Armstrong committed -
ECOM-3940
Peter Fogg committed
-
- 04 Apr, 2016 1 commit
-
-
Brian Jacobel committed
-
- 01 Apr, 2016 4 commits
-
-
Ned Batchelder committed
-
Jonathan Piacenti committed
-
Jonathan Piacenti committed
-
TNL-4336
muzaffaryousaf committed
-
- 31 Mar, 2016 4 commits
-
-
Sanford Student committed
-
Simon Chen committed
-
Verified Track Cohorts through the admin interface.
Diana Huang committed -
Saleem Latif committed
-
- 30 Mar, 2016 4 commits
-
-
jsa committed
-
This is a temporary workaround for code that needs access to these classes from the UI Toolkit but without using RequireJS.
Andy Armstrong committed -
Available backends: * django-oauth-toolkit (DOT) * django-oauth2-provider (DOP) * Use provided client ID to select backend for * AccessToken requests * third party auth-token exchange * Create adapters to isolate library-dependent functionality * Handle django-oauth-toolkit tokens in edX DRF authenticator class MA-1998 MA-2000
J. Cliff Dyer committed -
MA-1998 Install and configure django_oauth_toolkit to coexist with existing oauth libraries.
J. Cliff Dyer committed
-
- 29 Mar, 2016 1 commit
-
-
MA-2152 MA-2153
Nimisha Asthagiri committed
-
- 28 Mar, 2016 2 commits
-
-
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 -
ECOM-3943
Peter Fogg committed
-
- 25 Mar, 2016 2 commits
-
-
FEDX-121 The previous approach for handling NPM assets was to symlink them into the static directory. This appeared to cause trouble with the asset pipeline where the files in question were not installed and then old versions were picked up instead. This change instead copies NPM libraries to a new static directory so that the pipeline can consume them as with any other file. This new directory is added to .gitignore so that the files don't get accidentally checked in.
Andy Armstrong committed -
TNL-2444
muzaffaryousaf committed
-
- 24 Mar, 2016 2 commits
-
-
Toby Lawrence committed
-
Toby Lawrence committed
-
- 23 Mar, 2016 3 commits
-
-
Toby Lawrence committed
-
Instead of attempting to derive the module portion of a RequireJS override strictly from the path to the JS file, we now use a dictionary where the module name must be explicitly specified. This allows us to compensate for files which do not follow a naming scheme that is compatible with RequireJS without having to normalize all files. This is extremely important when using third-party dependencies.
Toby Lawrence committed -
HOSTNAME_MODULESTORE_DEFAULT_MAPPINGS,
Ehtesham 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
-
- 17 Mar, 2016 1 commit
-
-
This appears to be dead code.
cahrens committed
-
- 16 Mar, 2016 3 commits
-
-
cahrens committed
-
FEDX-105
Andy Armstrong committed -
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
-
- 11 Mar, 2016 1 commit
-
-
We had a mechanism to, at runtime, generate a RequireJS config that would override the base paths and, instead, use the hashed versions of assets for things that RequireJs was loading on demand. We've now moved that out of the coureware.html base template and into main.html so that more pages actually benefit from it. As well, we've added some of the heavy hitters for unhashed assets, namely moment.min.js, to these overrides which should allow better caching for end users. We'll be able to add more things to the override list in the future as they crop up.
Toby Lawrence committed
-
- 10 Mar, 2016 1 commit
-
-
Conflicts: lms/djangoapps/instructor/tests/test_api.py lms/djangoapps/instructor/utils.py lms/djangoapps/instructor/views/api.py lms/djangoapps/instructor/views/api_urls.py lms/djangoapps/instructor/views/instructor_dashboard.py lms/djangoapps/instructor_task/api.py lms/djangoapps/instructor_task/tasks.py lms/djangoapps/instructor_task/tasks_helper.py lms/djangoapps/instructor_task/tests/test_api.py lms/djangoapps/instructor_task/tests/test_tasks.py lms/djangoapps/instructor_task/tests/test_tasks_helper.py lms/envs/aws.py lms/envs/common.py lms/static/coffee/src/instructor_dashboard/data_download.coffee lms/templates/instructor/instructor_dashboard_2/data_download.html
dylanrhodes committed
-
- 09 Mar, 2016 1 commit
-
-
Move tests to one test class
erm0l0v committed
-
- 04 Mar, 2016 1 commit
-
-
TNL-4195
cahrens committed
-
- 03 Mar, 2016 2 commits
-
-
This is part of adding the ability to forcefully set headers through the middleware in addition to removing specific headers.
Toby Lawrence committed -
The problems render properly in IE 10 & 11 when using edX directly, or when opening LTI in a new tab. This is reproducible in Canvas and D2L
Dmitry Viskov committed
-
- 29 Feb, 2016 1 commit
-
-
This abstract class contains most of the fields (aside from the id and foreign key to StudentModule that the subclasses need to manage). It also provides a get_history method that abstracts searching across multiple backends. Move router code to openedx/core We need to use it from cms and lms. Ensure aws_migrate can be used for migrating both the lms and cms. Handle queries directed to student_module_history vs default and the extra queries generated by Django 1.8 (SAVEPOINTS, etc). Additionally, flag testing classes as multi_db so that Django will flush the non-default database between unit tests. Further decouple the foreignkey relation between csm and csmhe When calling StudentModule().delete() Django will try to delete CSMHE objects, but naively does so in the database, not by consulting the database router. Instead, we disable django cascading deletes and listen for post_delete signals and clean up CSMHE by hand. Add feature flags for CSMHE One to turn it on/off so we can control the deploy. The other will control whether or not we read from two database tables or one when searching. Update tests to explicitly use this get_history method rather than looking directly into StudentModuleHistory or StudentModuleHistoryExtended. Inform lettuce to avoid the coursewarehistoryextended app Otherwise it fails when it can't find features/ in that app. Add Pg support, this is not tested automatically.
Kevin Falcone committed
-