1. 30 May, 2017 1 commit
  2. 23 Sep, 2016 1 commit
  3. 22 Sep, 2016 1 commit
  4. 09 Jun, 2016 1 commit
  5. 08 Jun, 2016 1 commit
  6. 12 Apr, 2016 1 commit
  7. 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
  8. 22 Jan, 2016 1 commit
  9. 03 Dec, 2015 1 commit
  10. 14 May, 2015 1 commit
  11. 10 Dec, 2014 1 commit
  12. 10 Nov, 2014 1 commit
  13. 14 Oct, 2014 1 commit
  14. 02 Sep, 2014 2 commits
  15. 29 Aug, 2014 2 commits
  16. 14 Aug, 2014 1 commit
  17. 06 Aug, 2014 1 commit
  18. 31 Jan, 2014 1 commit
    • Make mako template lookups pluggable. · 0a1ed11d
      This code adds the ability to add Mako template lookup directories on
      the fly, allowing third party add-ons to contribute their own Mako templates.
      A new API function for registering Mako templates is introduced::
      
          from edxmako import add_lookup
      
          add_lookup('main', '/path/to/templates')
      
          # Or, specify a package to lookup using pkg_resources.  This will
          # add the 'templates' directory inside the current package:
          add_lookup('main', 'templates', package=__name__)
      Chris Rossi committed
  19. 03 Dec, 2013 2 commits
  20. 10 Jun, 2013 1 commit
  21. 05 Jun, 2013 1 commit
  22. 17 May, 2013 2 commits