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