1. 14 May, 2015 1 commit
  2. 23 Mar, 2015 1 commit
  3. 27 Feb, 2015 1 commit
  4. 10 Dec, 2014 1 commit
  5. 10 Nov, 2014 2 commits
  6. 04 Nov, 2014 1 commit
  7. 14 Oct, 2014 1 commit
  8. 17 Sep, 2014 1 commit
  9. 02 Sep, 2014 2 commits
  10. 29 Aug, 2014 2 commits
  11. 14 Aug, 2014 1 commit
  12. 06 Aug, 2014 1 commit
  13. 01 Apr, 2014 1 commit
  14. 25 Mar, 2014 1 commit
  15. 06 Mar, 2014 1 commit
  16. 28 Feb, 2014 1 commit
  17. 24 Feb, 2014 1 commit
  18. 18 Feb, 2014 1 commit
  19. 14 Feb, 2014 2 commits
  20. 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
  21. 29 Jan, 2014 1 commit
  22. 16 Jan, 2014 2 commits
  23. 14 Jan, 2014 1 commit
    • Introduction of the Microsite feature which allows for limited multi-tenant… · a3211a74
      Introduction of the Microsite feature which allows for limited multi-tenant branding on a subdomain basis, e.g. foo.edx.org and bar.edx.org
      
      fix errorenous logic when running a microsite that could reside in a hosting environment with a marketing site in front of it
      
      pep8/pylint fixes
      
      address PR feedback, remove underscore from test hostname
      
      more pep8/pylint cleanup. Skip test_microsites test, it works on localdev, not on Jenkins. Need to talk with QA team
      
      manually add Ned's single-to-double quote fix
      
      change aws.py runtimes so that the microsite_dir that is read from configuration is changed to a python path
      
      Conflicts:
      	lms/templates/help_modal.html
      Chris Dodge committed
  24. 10 Jan, 2014 1 commit
  25. 18 Dec, 2013 1 commit
    • Fixing email link injection bug · f351b050
      Several templates used a variable set by the user (the request host header).  This led to a vulnerability where an attacker could inject their domain name into these templates (i.e., activation emails).  This patch fixes this vulnerability.
      
      LMS-532
      Julia Hansbrough committed
  26. 04 Dec, 2013 1 commit
  27. 03 Dec, 2013 2 commits