Skip to content
Snippets Groups Projects
  1. Oct 17, 2008
  2. Sep 27, 2008
    • Mike Bayer's avatar
      - added "cache" accessor to Template, Namespace. · 041b60f5
      Mike Bayer authored
        e.g.  ${local.cache.get('somekey')} or
        template.cache.invalidate_body()
      
      - the Cache object now supports invalidate_def(name),
        invalidate_body(), invalidate_closure(name),
        invalidate(key), which will remove the given key
        from the cache, if it exists.  The cache arguments
        (i.e. storage type) are derived from whatever has
        been already persisted for that template.
        [ticket:92]
      041b60f5
  3. Sep 18, 2008
  4. Sep 11, 2008
  5. Sep 07, 2008
  6. Jul 10, 2008
  7. Jul 08, 2008
  8. Jun 23, 2008
  9. Jun 16, 2008
  10. Jun 09, 2008
  11. Jun 03, 2008
  12. Jun 02, 2008
  13. May 24, 2008
  14. May 03, 2008
    • Mike Bayer's avatar
      - CHANGES cleanup · ebbce747
      Mike Bayer authored
      - some functions on Context are now private:
      _push_buffer(), _pop_buffer(),
      caller_stack._push_frame(), caller_stack._pop_frame().
      - implemented [ticket:76] inlining of context.write()
      ebbce747
  15. Mar 22, 2008
    • Mike Bayer's avatar
      - added "bytestring passthru" mode, via `disable_unicode=True` · d5f83e69
      Mike Bayer authored
        argument passed to Template or TemplateLookup.  All
        unicode-awareness and filtering is turned off, and template
        modules are generated with the appropriate magic encoding
        comment.  In this mode, template expressions can only
        receive raw bytestrings or Unicode objects which represent
        straight ASCII, and render_unicode() may not be used.
        [ticket:77]  (courtesy anonymous guest)
      d5f83e69
  16. Mar 01, 2008
  17. Feb 21, 2008
  18. Feb 15, 2008
  19. Jan 28, 2008
  20. Jan 19, 2008
  21. Jan 11, 2008
  22. Dec 03, 2007
  23. Nov 08, 2007
  24. Oct 12, 2007
  25. Sep 25, 2007
  26. Aug 10, 2007
  27. Jul 23, 2007
  28. Jun 29, 2007
  29. Jun 25, 2007
  30. Jun 16, 2007
  31. Jun 13, 2007
  32. May 18, 2007
  33. May 17, 2007
Loading