Skip to content
Snippets Groups Projects
  1. Apr 14, 2016
  2. Apr 13, 2016
  3. Apr 11, 2016
  4. Apr 08, 2016
  5. Apr 05, 2016
  6. Apr 04, 2016
  7. Apr 01, 2016
  8. Mar 31, 2016
  9. Mar 30, 2016
  10. Mar 29, 2016
  11. Mar 28, 2016
    • Zia Fazal's avatar
      saleem-latif/WL-328: Multi-Site Comprehensive Theming · a796b563
      Zia Fazal authored
      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
      a796b563
    • Peter Fogg's avatar
      Admin access for API requests. · 374e97c1
      Peter Fogg authored
      ECOM-3943
      374e97c1
  12. Mar 25, 2016
    • Andy Armstrong's avatar
      Fix issues with Underscore in the asset pipeline · 6dd09a89
      Andy Armstrong authored
      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.
      6dd09a89
    • muzaffaryousaf's avatar
      Setting request timeouts for edx notes. · 1ecba9a9
      muzaffaryousaf authored
      TNL-2444
      1ecba9a9
  13. Mar 24, 2016
  14. Mar 23, 2016
  15. Mar 18, 2016
  16. Mar 17, 2016
  17. Mar 16, 2016
  18. Mar 14, 2016
    • Zia Fazal's avatar
      ziafazal/WL-328: Multi-Site Comprehensive Theming · 954dae58
      Zia Fazal authored
      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
      954dae58
  19. Mar 11, 2016
    • Toby Lawrence's avatar
      Update and take advantage of our ability to override RequireJS paths. · 4eb95737
      Toby Lawrence authored
      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.
      4eb95737
  20. Mar 10, 2016
    • dylanrhodes's avatar
      Asynchronous download button for ORA2 data · 2b1a7eec
      dylanrhodes authored
      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
      2b1a7eec
  21. Mar 09, 2016
Loading