1. 22 Apr, 2016 4 commits
  2. 21 Apr, 2016 2 commits
  3. 15 Apr, 2016 1 commit
    • Reconcile double reverts · 60fab86f
      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
  4. 12 Apr, 2016 1 commit
  5. 11 Apr, 2016 3 commits
  6. 08 Apr, 2016 2 commits
  7. 07 Apr, 2016 1 commit
  8. 06 Apr, 2016 1 commit
  9. 05 Apr, 2016 1 commit
  10. 04 Apr, 2016 2 commits
  11. 01 Apr, 2016 4 commits
  12. 30 Mar, 2016 1 commit
    • Configure LMS to select oauth2 providing library. · 1df04022
      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
  13. 28 Mar, 2016 1 commit
    • saleem-latif/WL-328: Multi-Site Comprehensive Theming · a796b563
      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
  14. 25 Mar, 2016 1 commit
    • Fix issues with Underscore in the asset pipeline · 6dd09a89
      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
  15. 22 Mar, 2016 2 commits
  16. 16 Mar, 2016 1 commit
  17. 14 Mar, 2016 1 commit
    • ziafazal/WL-328: Multi-Site Comprehensive Theming · 954dae58
      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
  18. 09 Mar, 2016 1 commit
  19. 29 Feb, 2016 2 commits
  20. 23 Feb, 2016 1 commit
  21. 11 Feb, 2016 2 commits
  22. 09 Feb, 2016 1 commit
  23. 08 Feb, 2016 1 commit
  24. 04 Feb, 2016 2 commits
  25. 03 Feb, 2016 1 commit
    • Refactor and improve js_utils helpers · f555ffd5
      - 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