Skip to content
Snippets Groups Projects
  1. May 24, 2013
  2. Nov 11, 2012
  3. Mar 31, 2012
  4. Dec 15, 2011
  5. Dec 03, 2011
  6. Jan 19, 2011
  7. Nov 12, 2010
  8. Jun 22, 2010
    • Mike Bayer's avatar
      - Now using MarkupSafe for HTML escaping, · a0354c3e
      Mike Bayer authored
        i.e. in place of cgi.escape().  Faster
        C-based implementation and also escapes
        single quotes for additional security.
        Supports the __html__ attribute for
        the given expression as well.
      
        When using "disable_unicode" mode,
        a pure Python HTML escaper function
        is used which also quotes single quotes.
      
        Note that Pylons by default doesn't
        use Mako's filter - check your
        environment.py file.
      a0354c3e
  9. Apr 20, 2010
  10. Mar 07, 2010
  11. Mar 05, 2010
  12. Mar 04, 2010
  13. Mar 02, 2010
    • Mike Bayer's avatar
      - ensure lru threading test doesn't run · 004aca56
      Mike Bayer authored
      - Source code escaping has been simplified.
        In particular, module source files are now
        generated with the Python "magic encoding
        comment", and source code is passed through
        mostly unescaped, except for that code which
        is regenerated from parsed Python source.
        This fixes usage of unicode in
        <%namespace:defname> tags.  [ticket:99]
      004aca56
  14. Feb 05, 2010
  15. Jun 28, 2009
  16. Jan 13, 2009
  17. Nov 25, 2008
  18. Nov 23, 2008
  19. 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
  20. Oct 18, 2008
  21. Oct 17, 2008
  22. Oct 02, 2008
  23. Sep 07, 2008
  24. Jun 23, 2008
  25. Jun 04, 2008
  26. Jun 03, 2008
  27. Jan 11, 2008
  28. Oct 12, 2007
  29. Jun 29, 2007
  30. Jun 25, 2007
  31. Jun 16, 2007
  32. Jun 13, 2007
  33. May 17, 2007
  34. Apr 10, 2007
  35. Mar 31, 2007
  36. Mar 10, 2007
  37. Feb 17, 2007
Loading