1. 10 Dec, 2014 1 commit
  2. 14 Aug, 2014 1 commit
  3. 06 Aug, 2014 1 commit
  4. 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
  5. 04 Dec, 2013 1 commit
  6. 03 Dec, 2013 1 commit
  7. 28 Aug, 2013 1 commit
  8. 06 May, 2013 1 commit
  9. 06 Feb, 2013 1 commit
  10. 04 Dec, 2012 2 commits
  11. 03 Dec, 2012 1 commit
  12. 28 Nov, 2012 1 commit
  13. 16 Aug, 2012 1 commit
  14. 13 Aug, 2012 1 commit
  15. 10 Aug, 2012 2 commits
  16. 05 Jul, 2012 1 commit
  17. 21 Jun, 2012 2 commits
  18. 08 Jun, 2012 1 commit
  19. 06 Jun, 2012 1 commit
  20. 19 Mar, 2012 3 commits
  21. 29 Jan, 2012 1 commit