- 22 Apr, 2016 4 commits
-
-
muzaffaryousaf committed
-
muzaffaryousaf committed
-
muzaffaryousaf committed
-
TNL-4102
muzaffaryousaf committed
-
- 21 Apr, 2016 2 commits
-
-
Christine Lytwynec committed
-
Kevin Falcone committed
-
- 15 Apr, 2016 1 commit
-
-
Resolves conflicts between reverts of pattern library test pages and multi-site comprehensive theming, and the re-introduction of pattern library test pages. Fixes a pipeline rendering test which relied on other tests updating assets. The test now ensures that static assets are available before running.
Andy Armstrong 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 3 commits
-
-
Christine Lytwynec committed
-
Simon Chen 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 This is the second attempt to enable the Pattern Library. The first attempt broke Django Templates and didn't work correctly with right-to-left styling.
Andy Armstrong committed
-
- 08 Apr, 2016 2 commits
-
-
This reverts commit 845e3708.
Brian Jacobel committed -
This reverts commit 845e3708.
Brian Jacobel committed
-
- 07 Apr, 2016 1 commit
-
-
Fred Smith committed
-
- 06 Apr, 2016 1 commit
-
-
Omar Khan committed
-
- 05 Apr, 2016 1 commit
-
-
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
-
- 04 Apr, 2016 2 commits
-
-
FEDX-117
Andy Armstrong committed -
- Update to latest version of watchdog. - inotify doesn't work on nfs share in devstack. Use polling instead. - Some editors (vim) do not trigger modify events in their default configuration. Rebuild assets on all filesystem changes, and debounce when changes happen too quickly.
Omar Khan committed
-
- 01 Apr, 2016 4 commits
-
-
MA-2250
J. Cliff Dyer committed -
Ned Batchelder committed
-
Ned Batchelder committed
-
Omar Khan committed
-
- 30 Mar, 2016 1 commit
-
-
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
-
- 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
-
- 25 Mar, 2016 1 commit
-
-
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
-
- 22 Mar, 2016 2 commits
-
-
Eric Fischer committed
-
cahrens 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
-
- 09 Mar, 2016 1 commit
-
-
Jesse Zoldak committed
-
- 29 Feb, 2016 2 commits
-
-
This now correctly migrates and dumps files for both databases. Run lettuce migrations for both databases
Kevin Falcone committed -
By default, migrations are applied as they always have been. Exporting DISABLE_MIGRATIONS=1 or passing --disable-migrations to Paver commands will create tables directly from apps' models.
Usman Khalid committed
-
- 23 Feb, 2016 1 commit
-
-
Ned Batchelder committed
-
- 11 Feb, 2016 2 commits
-
-
edx-django-oauth2-provider is being mistaken for django-oauth2-provider. Making the filter less liberal ensures we properly uninstall django-oauth2-provider once. ECOM-3647
Clinton Blackburn committed -
Follow up to #11432. This value needs to be incremented to ensure the old package is uninstalled. ECOM-3647
Clinton Blackburn committed
-
- 09 Feb, 2016 1 commit
-
-
New package includes support for client credentials grant.
Clinton Blackburn committed
-
- 08 Feb, 2016 1 commit
-
-
Sass compilation is no longer dependent on Ruby, so we are removing its dependencies.
Ben Patterson committed
-
- 04 Feb, 2016 2 commits
-
-
Ben Patterson committed
-
Testsonly will not work currently, because the database flush will remove some data fixtures. Even when they are loaded at the beginning of the next test run, there are database corruptions. Instead of flushing, do not do anything with the database at the end of the testsonly test run. That way, tests that use dynamic data can be run many times in a row.
Ben Patterson committed
-
- 03 Feb, 2016 1 commit
-
-
- Rename escape_json_dumps to dump_js_escaped_json - Rename escape_js_string to js_escaped_string - Update js_escaped_string to output empty string for None - Introduce dump_html_escaped_json - Move dump_js_escaped_json after the pipe as new best practice - Introduce additional uses of helpers - Introduce new djangolib directory and move js_utils
Robert Raposa committed
-