1. 06 Mar, 2014 1 commit
  2. 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
  3. 03 Dec, 2013 1 commit
  4. 16 Aug, 2012 1 commit
  5. 23 Jul, 2012 1 commit
  6. 05 Jul, 2012 1 commit
  7. 21 Jun, 2012 2 commits
  8. 08 Jun, 2012 1 commit
  9. 06 Jun, 2012 1 commit
  10. 19 Mar, 2012 3 commits
  11. 29 Jan, 2012 1 commit