Skip to content
Snippets Groups Projects
  1. Feb 05, 2010
  2. Jan 22, 2010
  3. Jan 21, 2010
    • Philip Jenvey's avatar
      typo · 2adc0414
      Philip Jenvey authored
      thanks dpeckham
      fixes #120
      2adc0414
  4. Nov 01, 2009
  5. Sep 22, 2009
  6. Sep 07, 2009
  7. Aug 05, 2009
  8. Jun 28, 2009
  9. May 19, 2009
  10. Apr 19, 2009
  11. Mar 20, 2009
    • Mike Bayer's avatar
      - When Mako creates subdirectories in which · 43b362dc
      Mike Bayer authored
        to store templates, it uses the more
        permissive mode of 0775 instead of 0750,
        helping out with certain multi-process
        scenarios. Note that the mode is always
        subject to the restrictions of the existing
        umask. [ticket:101]
      43b362dc
  12. Mar 19, 2009
  13. Feb 26, 2009
  14. Feb 25, 2009
  15. Jan 13, 2009
  16. Dec 23, 2008
  17. Dec 06, 2008
  18. Dec 05, 2008
  19. Nov 25, 2008
  20. Nov 23, 2008
  21. Nov 19, 2008
  22. Nov 18, 2008
  23. Nov 16, 2008
  24. Nov 15, 2008
    • Mike Bayer's avatar
      - the <%namespacename:defname> syntax described at · 718d98ee
      Mike Bayer authored
        http://techspot.zzzeek.org/?p=28 has now
        been added as a built in syntax, and is recommended
        as a more modern syntax versus <%call expr="expression">.
        The %call tag itself will always remain,
        with <%namespacename:defname> presenting a more HTML-like
        alternative to calling defs, both plain and
        nested.  Many examples of the new syntax are in the
        "Calling a def with embedded content" section
        of the docs.
      718d98ee
  25. Nov 07, 2008
  26. Oct 26, 2008
  27. Oct 25, 2008
    • Mike Bayer's avatar
      - beaker bump · a6793784
      Mike Bayer authored
      - added "cache_enabled=True" flag to Template,
        TemplateLookup.  Setting this to False causes cache
        operations to "pass through" and execute every time;
        this flag should be integrated in Pylons with its own
        cache_enabled configuration setting.
      a6793784
  28. Oct 18, 2008
  29. Oct 17, 2008
  30. Oct 02, 2008
  31. 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
  32. Sep 19, 2008
Loading