1. 14 Oct, 2016 1 commit
  2. 05 Oct, 2016 1 commit
  3. 04 Oct, 2016 1 commit
  4. 02 Sep, 2016 1 commit
  5. 22 Aug, 2016 1 commit
  6. 29 Jul, 2016 1 commit
  7. 22 Jul, 2016 1 commit
  8. 30 Jun, 2016 1 commit
  9. 28 Jun, 2016 1 commit
  10. 08 Jun, 2016 1 commit
  11. 12 Apr, 2016 1 commit
  12. 06 Apr, 2016 1 commit
  13. 01 Apr, 2016 2 commits
  14. 31 Mar, 2016 1 commit
  15. 29 Mar, 2016 1 commit
  16. 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
  17. 16 Mar, 2016 1 commit
  18. 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
  19. 29 Feb, 2016 1 commit
    • Implement a BaseStudentModuleHistory · 6f9a3911
      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
  20. 24 Feb, 2016 1 commit
  21. 17 Feb, 2016 1 commit
  22. 26 Jan, 2016 1 commit
  23. 11 Dec, 2015 1 commit
  24. 22 Nov, 2015 1 commit
  25. 30 Oct, 2015 1 commit
  26. 28 Oct, 2015 3 commits
  27. 06 Oct, 2015 2 commits
  28. 05 Oct, 2015 1 commit
  29. 02 Oct, 2015 2 commits
  30. 23 Sep, 2015 1 commit
  31. 22 Sep, 2015 2 commits
  32. 27 Aug, 2015 1 commit
  33. 13 Aug, 2015 1 commit
  34. 03 Aug, 2015 1 commit