1. 22 Sep, 2016 1 commit
  2. 30 Jun, 2016 1 commit
  3. 12 Apr, 2016 1 commit
  4. 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
  5. 16 Mar, 2016 1 commit
  6. 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
  7. 15 Feb, 2016 1 commit
  8. 25 Jan, 2016 1 commit
    • Make comprehensive theme work with django templates. · 9b89bd32
      Comprehensive theming did not work with django templates (used by course wiki).
      
      The reason it didn't work was that in order for the theme to work, theme template folder
      has to be added to django template dirs setting *before* django startup.
      After django startup, modifying `settings.DEFAULT_TEMPLATE_ENGINE['DIRS']` has no effect,
      because at that point the template engine is already initialized with a copy of the
      template dirs list.
      
      Instead of running the theme startup code as an autostartup hook, we manually run it
      *before* `django.setup()`. This is fine because theme startup code doesn't have to do
      anything else besides modifying some settings and doesn't actually need django to be
      initialized.
      Matjaz Gregoric committed
  9. 03 Dec, 2015 1 commit
  10. 10 Nov, 2015 1 commit
  11. 17 Sep, 2015 1 commit